mwhooker / does-uBO-bypass-yt

Are YouTube ads blocked by Ublock? This website will tell you so!

Home Page:https://drhyperion451.github.io/does-uBO-bypass-yt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

Does uBlock bypass YouTube anti-adblocker script?

This website will tell you!
View Website · Report Bug · Request Feature

How it works?

It just compares the latest filter made by ublock volunteers with youtube anti-adbock script. If they matches it means the filter is updated and you should update your filters.

So if the ID do not match, does it mean ublock is not working on youtube?

Not necessary. This website only recommends the user to watch out and update their filters and to tell the user when they should report to ublock if they still see ads.

If the IDs do not match DO NOT make a report to uBlock to avoid overload on their issue tracker

How can I contribute?

Fork the dev branch, make some changes and PR to the dev branch to avoid overloading github pages deployment.

I think it's not necessary to write a long CONTRIBUTING.md but there are some practices that could help the mainainers review and accept the PR:

  1. Usually HTML is for info, CSS is for animations/styling and javascript is for making the website work. That way we could keep specially javascript code as clean as possible
  2. Try to use comments and explain briefly what does your function do.
  3. No external libraries or heavy frameworks. Plain js is the most compatible, fast and less bloating in very simple static websites.

I personally use Firefox Developer Edition to view the website local HTML, edit the CSS and debug javascript. I use VSCode for editing HTML and javascript.

Thanks for contributing!

Donations?

I do not accept donations. This project has the same philosophy as the ublock project. Also will have no tracking... like web should have been since the beginning.

Special thanks to the uBlock Origin team for being so talented and developing the best antivirus software

About

Are YouTube ads blocked by Ublock? This website will tell you so!

https://drhyperion451.github.io/does-uBO-bypass-yt/

License:MIT License


Languages

Language:JavaScript 44.2%Language:HTML 36.2%Language:CSS 19.7%