├── .gitattributes ├── LICENSE ├── README.md └── uF.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt linguist-language=AdBlock linguist-detectable 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 2 | Version 2, December 2004 3 | 4 | Copyright (C) 2025 uBlock-user 5 | 6 | Everyone is permitted to copy and distribute verbatim or modified 7 | copies of this license document, and changing it is allowed as long 8 | as the name is changed. 9 | 10 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 11 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 12 | 13 | 0. You just DO WHAT THE FUCK YOU WANT TO. 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![license](https://upload.wikimedia.org/wikipedia/commons/0/0a/WTFPL_badge.svg)](https://raw.githubusercontent.com/uBlock-user/uBO-Personal-Filters/master/LICENSE) 2 | 3 | [![syntax](https://img.shields.io/badge/syntax-uBlock%20Origin-%23c61300.svg)](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax) 4 | 5 | # uBlock-Filters 6 | 7 | A filterlist with additional filters for uBlock Origin to block third-party, tracking, annoyances, anti-adblock, popunders, resource-abuse and all other unwarranted resources from loading. 8 | 9 | Contains filters specific to uBlock Origin and some filters that have not yet been added to other filterlists. 10 | 11 | CDN: https://ublocko.github.io/uBO-Filters/uF.txt 12 | 13 | CDN2: [https://ubo-filters.pages.dev/uF.txt](https://ubo-filters.pages.dev/uF.txt) 14 | 15 | # Requirements 16 | 17 | Need to add [uBO-Scriptlets](https://ubo-scriptlets.pages.dev/scriptlets.js) to `userResourcesLocation` parameter in `Advanced-Settings` in uBlock-Origin for **some** filters to work. 18 | 19 | # Disclaimer 20 | 21 | There maybe some filters that you disagree with and if you do, feel free to click on the **fork** button and make your own list. 22 | -------------------------------------------------------------------------------- /uF.txt: -------------------------------------------------------------------------------- 1 | [uBlock Origin] 2 | ! Title: uBO Filters 3 | ! Homepage: https://github.com/uBlockO/uBO-Filters 4 | ! Author: uBlockO 5 | ! Expires: 3 days 6 | 7 | torrentfreak.com##.widget_text, .o-widget--rotated.o-widget, .comments, .footer__widget--stats, .preview-article__comments, .hero__comments, .socials, .widget_block.o-widget 8 | ||addthis.com^$important 9 | www.google.com###prm-pt, .b2hzT, .exp-outline, [id^="ed_"], [id^="eob_"], [title*="Share"], #gws-output-pages-elements-homepage_additional_languages__als, #wmxmsg, #prm, .uU7dJb,[class$="middle-slot-promo"], .hdzaWe 10 | speedtest.net##.high-placeholder.pure-u-1, .u-c.pure-u-custom-ad-rectangle, .u-c.pure-u-custom-ad-skyscraper, .top-placeholder.pure-u-1, .eot-dd-content, .u-c.pure-u-1-4:nth-of-type(1) > ul.menu-footer:nth-of-type(2), .lowerboard-content:remove() 11 | ||youtube.com^*/endscreen.js 12 | ||youtube.com^*/annotations_module.js 13 | www.youtube.com##.ytd-rich-section-renderer, #reply-button-end, #comments-button, #chat, #watch-sidebar-live-chat, #sponsor-button, #masthead-ad, #offer-module, .ytp-paid-content-overlay, button[style=""][aria-label="Share"], #clarify-box, .ytd-primetime-promo-renderer, .ytp-paid-content-overlay-text, .ytp-promotooltip-wrapper, [href="/premium"], #comments, #comment-teaser, .ytp-suggested-action-badge[style=""][aria-label="View products"], ytd-reel-shelf-renderer, .ytp-share-button, #teaser-carousel 14 | anime8.ru##.popover-like.in.top.fade.popover, #btnShowComments:remove() 15 | github.com##.survey-container, .js-notice-dismiss, .mb-4.bg-white, .code-navigation-banner, .js-notice, button[data-testid="copilot-popover-button"], .copilotPreview__suggestions 16 | *$csp=worker-src 'none',1p,domain=~speed.cloudflare.com 17 | x.com##[aria-label$="trending now" i],aside[aria-label="Get Verified"], a[data-testid="AppTabBar_Explore_Link"][href="/explore"], aside[class][aria-label^="Subscribe to Premium"], aside[class][aria-label="Expiring soon!"], div[class][data-testid="inlinePrompt"], div[class^="css-1dbjc4n r-g2wdr4 r-14wv3jr"]:has(aside[class][aria-label="Who to follow"]), div[style="z-index: 1;"]:has(div[role="dialog"] a[href="/i/premium_sign_up"][style]), div.r-1bro5k0:has(a[href^="/i/connect_people?"]) 18 | comicsvalley.com##.sgpb-popup-dialog-main-div-wrapper,.sgpb-popup-overlay:remove() 19 | www.amazon.*###universal-detail-ilm,.a-spacing-none.a-section > .sg-row,.AdHolder,#percolate-ui-ilm_div > .celwidget:remove() 20 | utm_$doc,frame,removeparam=/^utm_/i 21 | myanimelist.net##.btn-mal-service, .mxj, .ad-sas, .text-banner-tag 22 | ||onetrust.com^$important 23 | ||cookielaw.org^$important 24 | www.reddit.com##+js(aost, fetch, .container > .wrapper > div > div:has(.fa-brands), #comment 41 | playhydrax.com##.player-download-speed, .player-buffer-speed 42 | --------------------------------------------------------------------------------