Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userscripters/fire-extra-functionality
Watch, blacklist, and see domain statistics directly from the FIRE popup! Feature requests more than welcome!
https://github.com/userscripters/fire-extra-functionality
hacktoberfest stackexchange stackoverflow tampermonkey tampermonkey-userscript userscript
Last synced: about 1 month ago
JSON representation
Watch, blacklist, and see domain statistics directly from the FIRE popup! Feature requests more than welcome!
- Host: GitHub
- URL: https://github.com/userscripters/fire-extra-functionality
- Owner: userscripters
- License: gpl-3.0
- Created: 2021-05-24T15:36:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T01:27:55.000Z (about 2 months ago)
- Last Synced: 2024-11-01T02:24:37.325Z (about 2 months ago)
- Topics: hacktoberfest, stackexchange, stackoverflow, tampermonkey, tampermonkey-userscript, userscript
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FIRE Additional Functionality
Watch, blacklist, and see domain statistics directly from the FIRE popup!This userscript aims at making the watch/blacklist process easier for experienced users.
## Note
The script determines whether a domain is watched or blacklisted by testing it against all of the entries on the SmokeDetector's watchlists/blacklists. Since the script is written in JavaScript (therefore using the ECMAScript flavour) and SD utilises the [regex](https://pypi.org/project/regex) library (an implementation quite close to PCRE), there may be instances where a domain marked as not watched or blacklisted by the script actually matches a regular expression that exists in SD watchlist/blacklist, but is not compatible with the ECMAScript flavour.## Screenshots
![eq1](https://github.com/userscripters/fire-extra-functionality/assets/38133098/bbfb79f7-9c92-4e53-85a3-5e811fed7aff)
![eq2](https://github.com/userscripters/fire-extra-functionality/assets/38133098/26b7dd5c-1ed0-42ba-a745-ee256361b07a)
![eq3](https://github.com/userscripters/fire-extra-functionality/assets/38133098/b0a2638f-cd00-4bd1-942b-823a93b1d571)