https://github.com/wesleyac/badscreen
firefox extension to let you block the Bad Websites
https://github.com/wesleyac/badscreen
Last synced: about 1 year ago
JSON representation
firefox extension to let you block the Bad Websites
- Host: GitHub
- URL: https://github.com/wesleyac/badscreen
- Owner: WesleyAC
- License: mit
- Created: 2021-02-10T09:59:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T20:25:57.000Z (over 4 years ago)
- Last Synced: 2025-04-19T05:29:17.186Z (about 1 year ago)
- Language: JavaScript
- Size: 369 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bad screen
A Firefox extension to block the Bad Websites.
It allows blocking and allowing websites on a schedule, as well as temporarily disabling a block for a configurable period of time after a configurable delay.
[You can install it here](https://addons.mozilla.org/en-US/firefox/addon/bad-screen/)


## changelog
### v0.0.5
* Fix several bugs involving blocklist failing to update
### v0.0.4
* Fix bug that caused temp allows to be out of sync with the UI
### v0.0.3
* Block all subdomains of blocked domains
### v0.0.2
* Update icon to have transparent background
* Remove unneeded files from bundle
### v0.0.1
* Only intercept requests that we know will be blocked, fixing bug where all requests were slowed down whenever the extension was installed.
### v0.0.0
* Initial release. It's bad. Don't use it.
## note to addon reviewer
The minified code in `3p/htm.js` is third-party code — it's a vendored copy of `https://unpkg.com/htm@3.1.0/dist/htm.module.js?module`. The source code to generate that file is at https://github.com/developit/htm/.