Skip to content

Commit e72dd9b

Browse files
Implement README updates for current HN cleanup behavior
1 parent d699eef commit e72dd9b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ https://github.com/TomasHubelbauer/firefox-permanent-unsigned-extension
1111
0. Bootstrap your extension's source code in this repository, for my use-case I
1212
added these features here:
1313
- Print message on all pages to indicate the extension is active on them:
14-
> Tomas Hubelbauer extension is running…
14+
> Tomas Hubelbauer extension v######### is running…
1515
- Clean Hacker News comments from noisy commenters / on noisy topics
16+
- Clean Hacker News posts from uninteresting domains
1617

17-
Use `void import` in `extension.ts` to apply select scripts on per-domain
18-
basis (note that TLA is not supported in Firefox web extensions).
18+
Use imports in `extension.ts` to apply select scripts on per-domain basis.
1919

2020
Use `bun temp ….ts` to build the JavaScript counterpart of the TypeScript
2121
file with self-call usable for quick testing in the browser developer tools
@@ -38,8 +38,6 @@ https://github.com/TomasHubelbauer/firefox-permanent-unsigned-extension
3838
4. Install https://github.com/mozilla/web-ext: `bun add -g web-ext`
3939
5. Run `bun install` and then `bun .` and wait for the output (~1-10 minutes):
4040

41-
Note that this will bump the major version in `extension/manifest.json`.
42-
4341
```
4442
Building web extension from ./firefox-unsigned
4543
Waiting for validation...

0 commit comments

Comments
 (0)