Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farwish/quacker
Browser Extension to Clean Website ADs in Quasar BEX
https://github.com/farwish/quacker
Last synced: 8 days ago
JSON representation
Browser Extension to Clean Website ADs in Quasar BEX
- Host: GitHub
- URL: https://github.com/farwish/quacker
- Owner: farwish
- License: apache-2.0
- Archived: true
- Created: 2020-01-03T21:58:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T17:56:14.000Z (about 3 years ago)
- Last Synced: 2024-08-02T00:25:44.927Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.cnblogs.com/farwish/p/12148808.html
- Size: 3.18 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github
README
# quacker
A browser extension to Clean website pages' shits (ADs)
## Supported website pages
```
[ blog.csdn.net ] Article pageClear `left side` two ADs, `middle side` one AD, `bottom side` several ADs, Maybe most infamous now!
``````
[ youdao.com ] Result pageClear `top side` one AD and `right side` one AD
``````
[ baike.baidu.com ] Result pageClear `right side` one AD
``````
[ youtube.com ] Index pageClear `top side` one AD
```## How to use this extension
Download quacker.zip, Then open chrome page chrome://extensions/, drag quasar.zip into it.
## How to start locally development
This project was based on [Quasar-framework](https://quasar.dev/) bex mode.
1/3. Environment startup
```bash
# Install dep
yarn# Start dev
quasar dev -m bex# Build for release
quasar build -m bex
```2/3. Maybe you only need to change the content-script.js
3/3. Load the src-bex/ on extension management page, chrome://extensions/
## Other words
I think this project can be extended to more complex extension, like that `ublock` extension does.
Today i think more convenience way to clear ADs is using `ublock` extension OR `brave` browser in real world.
Thanks.