File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ https://github.com/TomasHubelbauer/firefox-permanent-unsigned-extension
11110 . 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
38384 . Install https://github.com/mozilla/web-ext : ` bun add -g web-ext `
39395 . 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...
You can’t perform that action at this time.
0 commit comments