No description
Find a file
Martin Matous c4c0be94b0
initial commit
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-31 20:59:21 +02:00
.gitignore initial commit 2022-03-31 20:59:21 +02:00
.web-extension-id initial commit 2022-03-31 20:59:21 +02:00
LICENSE initial commit 2022-03-31 20:59:21 +02:00
manifest.json initial commit 2022-03-31 20:59:21 +02:00
package.json initial commit 2022-03-31 20:59:21 +02:00
README.md initial commit 2022-03-31 20:59:21 +02:00
unf.js initial commit 2022-03-31 20:59:21 +02:00

unfdom

Fix *.fandom.com gallery browsing.

Fandom's lightbox unnecessarily crops images even on high enough screens while middle-click and opening in a new tab redirect back to the page without opening the image. Unfdom changes the latter and makes images open in a new tab.

Build

web-ext build
web-ext sign --api-key=<API_KEY> --api-secret=<API_SECRET>

Both key and secret can be found after registering at http://addons.mozilla.org/.

License

The Unlicense