initial commit
Signed-off-by: Martin Matous <m@matous.dev>
This commit is contained in:
commit
c4c0be94b0
7 changed files with 82 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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](LICENSE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue