GitHub address https://github.com/ygweric/chrome-url-block
中文文档 | English Documentation
When I go to work, I always like to look at microblogging, watching the Internet, news sites, but I feel very bored, but I can not help but open.
So I developed this website to block some websites.
- Shield according to the domain name
- Shield according to address
- Shield according to regular expression
- Pause the work for a while, a paddle
https://chromewebstore.google.com/detail/url-block/fdapkdfieimlngpkffldigiajemcamlb
Offline crx download address https://github.com/ygweric/chrome-url-block/releases
Theoretically it could also be compiled as a Firefox plugin, but I'm I'm too lazy to do that~.
vitesse + vue3 + tailwindCSS
I'm using pnpm, but yarn and npm are both supported
node version v18.20.0
pnpm i
pnpm run dev
pnpm run build
-
I wrote version 1.0 two years ago using native js and didn't maintain it much. Recently, I had a brainwave and wanted to maintain it, so I updated it to 2.0, and the UI and framework are much better, thanks to Vitesse's templates.
-
It's very easy to use, purely for self-improvement.
-
No ads, no profit, no further development plan.
-
Welcome to PR
- Plugin popup, options, background can be hot update, only contentScript need to manually reload the plugin, refresh the page.
- If you modify manifest.ts, you need to manually uninstall the plugin before installing it to take effect.