Copy disabled (too large)
Download .txt
Showing preview only (14,035K chars total). Download the full file to get everything.
Repository: uBlock-LLC/uBlock
Branch: master
Commit: cd381c294664
Files: 244
Total size: 13.3 MB
Directory structure:
gitextract_duttciom/
├── .gitignore
├── .jshintrc
├── .travis.yml
├── CONTRIBUTING.md
├── LICENSE.txt
├── MANIFESTO.md
├── README.md
├── assets/
│ ├── checksums.txt
│ ├── english.txt
│ ├── scriptlets/
│ │ ├── abort-current-inline-script.js
│ │ ├── abort-on-property-read.js
│ │ ├── abort-on-property-write.js
│ │ └── nowebrtc.js
│ ├── thirdparties/
│ │ ├── easylist-downloads.adblockplus.org/
│ │ │ ├── easylist.txt
│ │ │ ├── easyprivacy.txt
│ │ │ └── exceptionrules.txt
│ │ ├── mirror1.malwaredomains.com/
│ │ │ └── files/
│ │ │ ├── README.md
│ │ │ └── justdomains
│ │ ├── pgl.yoyo.org/
│ │ │ └── as/
│ │ │ ├── README.md
│ │ │ └── serverlist
│ │ ├── raw.githubusercontent.com/
│ │ │ ├── abp-filters-anti-cv/
│ │ │ │ └── english.txt
│ │ │ └── adblock-nocoin-list/
│ │ │ └── nocoin.txt
│ │ └── www.malwaredomainlist.com/
│ │ └── hostslist/
│ │ ├── README.md
│ │ └── hosts.txt
│ ├── ublock/
│ │ ├── filter-lists.json
│ │ ├── filters.txt
│ │ ├── mirror-candidates.txt
│ │ └── privacy.txt
│ ├── update-3p-mirror.sh
│ ├── update-3rdparties.sh
│ ├── update-checksums.sh
│ └── update-git.sh
├── dist/
│ ├── README.md
│ └── description/
│ ├── description-ar.txt
│ ├── description-bg.txt
│ ├── description-ca.txt
│ ├── description-cs.txt
│ ├── description-da.txt
│ ├── description-de.txt
│ ├── description-el.txt
│ ├── description-en.txt
│ ├── description-es.txt
│ ├── description-et.txt
│ ├── description-fa.txt
│ ├── description-fi.txt
│ ├── description-fil.txt
│ ├── description-fr.txt
│ ├── description-fy.txt
│ ├── description-he.txt
│ ├── description-hr.txt
│ ├── description-hu.txt
│ ├── description-id.txt
│ ├── description-it.txt
│ ├── description-ja.txt
│ ├── description-ko.txt
│ ├── description-lt.txt
│ ├── description-lv.txt
│ ├── description-nl.txt
│ ├── description-no.txt
│ ├── description-pl.txt
│ ├── description-pt_BR.txt
│ ├── description-pt_PT.txt
│ ├── description-ro.txt
│ ├── description-ru.txt
│ ├── description-sk.txt
│ ├── description-sl.txt
│ ├── description-sq.txt
│ ├── description-sr.txt
│ ├── description-sv.txt
│ ├── description-te.txt
│ ├── description-tr.txt
│ ├── description-uk.txt
│ ├── description-vi.txt
│ ├── description-zh_CN.txt
│ └── description-zh_TW.txt
├── doc/
│ ├── benchmarks/
│ │ ├── cpu-usage-overall-20141226.ods
│ │ ├── cpu-usage-overall-notes.txt
│ │ ├── mem-usage-overall-20141224.ods
│ │ ├── privex-201407-22.ods
│ │ ├── privex-201409-30.ods
│ │ ├── privex-201502-16.ods
│ │ ├── setup-performance-0.8.9.0.ods
│ │ └── ublock-vs-abp-timeline.ods
│ └── media/
│ ├── abp-vs-ublock-ns.webm
│ ├── ublock-vs-abp-cpu-2.webm
│ └── ublock-vs-none-ns.webm
├── platform/
│ ├── chromium/
│ │ ├── manifest.json
│ │ ├── options_ui.html
│ │ ├── options_ui.js
│ │ ├── vapi-background.js
│ │ ├── vapi-client.js
│ │ ├── vapi-common.js
│ │ └── vapi-popup.js
│ ├── firefox/
│ │ ├── bootstrap.js
│ │ ├── chrome.manifest
│ │ ├── css/
│ │ │ ├── legacy-toolbar-button.css
│ │ │ └── popup-vertical.css
│ │ ├── frameModule.js
│ │ ├── frameScript.js
│ │ ├── install.rdf
│ │ ├── options.xul
│ │ ├── vapi-background.js
│ │ ├── vapi-client.js
│ │ ├── vapi-common.js
│ │ └── vapi-popup.js
│ ├── opera/
│ │ └── manifest.json
│ ├── safari/
│ │ ├── Info.plist
│ │ ├── Settings.plist
│ │ ├── Update.plist
│ │ ├── vapi-background.js
│ │ ├── vapi-client.js
│ │ ├── vapi-common.js
│ │ └── vapi-popup.js
│ └── webext/
│ ├── background.html
│ ├── bootstrap.js
│ ├── chrome.manifest
│ ├── from-legacy.js
│ ├── install.rdf
│ └── manifest.json
├── src/
│ ├── 1p-filters.html
│ ├── 3p-filters.html
│ ├── _locales/
│ │ ├── ar/
│ │ │ └── messages.json
│ │ ├── bg/
│ │ │ └── messages.json
│ │ ├── ca/
│ │ │ └── messages.json
│ │ ├── cs/
│ │ │ └── messages.json
│ │ ├── da/
│ │ │ └── messages.json
│ │ ├── de/
│ │ │ └── messages.json
│ │ ├── el/
│ │ │ └── messages.json
│ │ ├── en/
│ │ │ └── messages.json
│ │ ├── en_GB/
│ │ │ └── messages.json
│ │ ├── es/
│ │ │ └── messages.json
│ │ ├── et/
│ │ │ └── messages.json
│ │ ├── fa/
│ │ │ └── messages.json
│ │ ├── fi/
│ │ │ └── messages.json
│ │ ├── fil/
│ │ │ └── messages.json
│ │ ├── fr/
│ │ │ └── messages.json
│ │ ├── fy/
│ │ │ └── messages.json
│ │ ├── he/
│ │ │ └── messages.json
│ │ ├── hi/
│ │ │ └── messages.json
│ │ ├── hr/
│ │ │ └── messages.json
│ │ ├── hu/
│ │ │ └── messages.json
│ │ ├── id/
│ │ │ └── messages.json
│ │ ├── it/
│ │ │ └── messages.json
│ │ ├── ja/
│ │ │ └── messages.json
│ │ ├── ko/
│ │ │ └── messages.json
│ │ ├── lt/
│ │ │ └── messages.json
│ │ ├── lv/
│ │ │ └── messages.json
│ │ ├── mr/
│ │ │ └── messages.json
│ │ ├── nb/
│ │ │ └── messages.json
│ │ ├── nl/
│ │ │ └── messages.json
│ │ ├── pl/
│ │ │ └── messages.json
│ │ ├── pt_BR/
│ │ │ └── messages.json
│ │ ├── pt_PT/
│ │ │ └── messages.json
│ │ ├── ro/
│ │ │ └── messages.json
│ │ ├── ru/
│ │ │ └── messages.json
│ │ ├── sk/
│ │ │ └── messages.json
│ │ ├── sl/
│ │ │ └── messages.json
│ │ ├── sq/
│ │ │ └── messages.json
│ │ ├── sr/
│ │ │ └── messages.json
│ │ ├── sv/
│ │ │ └── messages.json
│ │ ├── te/
│ │ │ └── messages.json
│ │ ├── tr/
│ │ │ └── messages.json
│ │ ├── uk/
│ │ │ └── messages.json
│ │ ├── vi/
│ │ │ └── messages.json
│ │ ├── zh_CN/
│ │ │ └── messages.json
│ │ └── zh_TW/
│ │ └── messages.json
│ ├── about.html
│ ├── asset-viewer.html
│ ├── background.html
│ ├── css/
│ │ ├── 1p-filters.css
│ │ ├── 3p-filters.css
│ │ ├── about.css
│ │ ├── common.css
│ │ ├── dashboard-common.css
│ │ ├── dashboard.css
│ │ ├── devtool-log.css
│ │ ├── devtools.css
│ │ ├── dyna-rules.css
│ │ ├── popup.css
│ │ └── whitelist.css
│ ├── dashboard.html
│ ├── devtool-log.html
│ ├── devtools.html
│ ├── dyna-rules.html
│ ├── epicker.html
│ ├── js/
│ │ ├── 1p-filters.js
│ │ ├── 3p-filters.js
│ │ ├── about.js
│ │ ├── asset-viewer.js
│ │ ├── assets.js
│ │ ├── async.js
│ │ ├── background.js
│ │ ├── contentscript-end.js
│ │ ├── contentscript-start.js
│ │ ├── contextmenu.js
│ │ ├── cosmetic-filtering.js
│ │ ├── cosmetic-logger.js
│ │ ├── dashboard-common.js
│ │ ├── dashboard.js
│ │ ├── devtool-log.js
│ │ ├── devtools.js
│ │ ├── dyna-rules.js
│ │ ├── dynamic-net-filtering.js
│ │ ├── element-picker.js
│ │ ├── i18n.js
│ │ ├── logger.js
│ │ ├── messaging.js
│ │ ├── mirrors.js
│ │ ├── pagestore.js
│ │ ├── polyfill.js
│ │ ├── popup.js
│ │ ├── profiler.js
│ │ ├── settings.js
│ │ ├── start.js
│ │ ├── static-net-filtering.js
│ │ ├── stats.js
│ │ ├── storage.js
│ │ ├── subscriber.js
│ │ ├── tab.js
│ │ ├── traffic.js
│ │ ├── ublock.js
│ │ ├── udom.js
│ │ ├── uritools.js
│ │ ├── utils.js
│ │ └── whitelist.js
│ ├── lib/
│ │ ├── publicsuffixlist.js
│ │ ├── punycode.js
│ │ └── yamd5.js
│ ├── popup.html
│ ├── settings.html
│ └── whitelist.html
└── tools/
├── import-crowdin.sh
├── make-chromium.sh
├── make-clean.sh
├── make-embed-webext-meta.py
├── make-embed-webext.sh
├── make-firefox-meta.py
├── make-firefox.sh
├── make-noassets.sh
├── make-opera.sh
├── make-safari-meta.py
├── make-safari.sh
├── make-webext-meta.py
└── make-webext.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
*.bak
*.pem
/dist/build
.DS_Store
================================================
FILE: .jshintrc
================================================
{
"browser": true,
"devel": true,
"esnext": true,
"globalstrict": true,
"undef": true,
"unused": true,
"nonew": false,
"sub": true,
"boss": true,
"laxbreak": true,
"validthis": true,
"newcap": false,
"-W058": true, // suppress "Missing '()' invoking a constructor" message
"globals": {
"self": false,
"vAPI": false,
"chrome": false,
"safari": false,
"Components": false // global variable in Firefox
}
}
================================================
FILE: .travis.yml
================================================
language: ruby
sudo: false
env:
matrix:
- BROWSER=chromium EXT=zip
- BROWSER=firefox EXT=xpi
- BROWSER=webext EXT=xpi
script: ./tools/make-${BROWSER}.sh all
deploy:
provider: releases
api_key:
secure: SGxh+yOucrBS09KBHCMF6WIOxC/ktPmChh9QB57djmNTqXEy8Hmj5tfvnWPlBH3cp5xuPPe61rBwkTc+L0nX81qLCzewOOmXe99s5is/vP2vuhQSOmiDCJzuwir+wtJ2IlSjRDmVkY1yzTjblA9LqVYjiUL1g0olI7ZtkALuFMc=
file: dist/build/uBlock.${BROWSER}.${EXT}
skip_cleanup: true
on:
repo: uBlock-LLC/uBlock
tags: true
all_branches: true
================================================
FILE: CONTRIBUTING.md
================================================
# Submitting issues
### uBlock <3's you
First of all, thank you for taking the time to help improve uBlock!
---
### **Please only submit bugs/issues to the GitHub issue tracker.**
The [uBlock subreddit /r/ublock](https://reddit.com/r/ublock) is the appropriate place to make suggestions or ask for specific help/advice/troubleshooting.
---
### What to include
<table><tr><td>
<h4>Always include a URL!</h4></td><td>
<img src ="http://i.imgur.com/K7nOuGdt.jpg" height="80">
</td></tr></table>
Even if the issue "occurs everywhere." This is so important it deserves its own header.
---
To help us diagnose and fix the problem, please *always, always* include the following in your report:
* A clear list of steps to reproduce the problem
* Again, **always include a URL**, _even_ if "it happens everywhere".
* Symptoms of the issue
* Describe what you observe and consider broken behavior; this is what we'll be looking for after executing the steps
* Example: video doesn't start playing, page layout broken
* A screenshot of **any** of uBlock's preferences that differ from the defaults
* This includes a whitelisted website, enabled/disabled filter list, anything
* Please do include everything different from the defaults whether or not it seems relevant to your issue
* The version of uBlock you're having the issue with; you can find this in [uBlock's popup UI](https://github.com/uBlockAdmin/uBlock/wiki/Quick-guide:-popup-user-interface)
* Example: `uBlock 0.9.0.0`
* The browser you're using and its version
* Examples: `Firefox 36`, `Safari 8.0.5`, `Chrome 41.0.2272`
* The OS you're using and its version
* Examples: `OS X 10.10`, `Windows 8.1`, `Linux Mint 17.1`
* A list of other extensions you have installed
* Tip: try disabling them and see if your issue still occurs
By following this format, you'd be greatly increasing the efficiency of resolving the issue.
Otherwise, we've noticed that a lot of ***your*** time (and the developers') gets thrown away on exchanging back and forth to get this information.
================================================
FILE: LICENSE.txt
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. {http://fsf.org/}
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{one line to give the program's name and a brief idea of what it does.}
Copyright (C) {year} {name of author}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
{{project}} Copyright (C) {{year}} {{fullname}}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
{http://www.gnu.org/licenses/}.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
{http://www.gnu.org/philosophy/why-not-lgpl.html}.
================================================
FILE: MANIFESTO.md
================================================
### This is uBlock's manifesto
1. The **user decides** what web content is acceptable or not in their browser.
The uBlock project does not support Adblock Plus' _"Acceptable Ads Manifesto"_,
because the _"Acceptable Ads"_ marketing campaign is really the business
plan of a for-profit entity.
Users are best placed to know what is or is not acceptable to them. uBlock's
sole purpose is to give users the means to enforce their own choices.
================================================
FILE: README.md
================================================
>
> Future releases of uBlock will be made available on our website at https://ublock.org
>
<br/>
<br/>
<table width="100%">
<tr>
<td align="left" width="70">
<a href = "https://www.ublock.org/">
<img src="https://raw.githubusercontent.com/uBlock-LLC/uBlock/master/doc/img/gh-header.png"
height="64">
</a>
</td>
<td align="right" width="20%">
<a href="https://travis-ci.org/uBlock-LLC/uBlock">
<img src="https://travis-ci.org/uBlock-LLC/uBlock.svg?branch=master" alt="Build status">
</a>
</td>
</tr>
<tr>
<td colspan="2">
<strong><a href="https://www.ublock.org/">uBlock</a></strong>: an efficient blocker extension for your browser. Fast, potent, and lean.
</td>
</tr>
</table>
* [Getting Started & Installation](#getting-started)
* [Performance & Benchmarks](#performance)
* [Tips](#tips)
* [FAQ](https://www.ublock.org/faq/)
* [About](#about-ublock)
## Getting started
#### Installation:
* **Chrome**: available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/ublock/epcnnfbjfcgphgdmggkamkmgojdagdnn) or for [manual](https://github.com/uBlock-LLC/uBlock/tree/master/dist#install) installation.
* **Safari**: available to install [from the homepage](https://www.ublock.org/safari/).
* **MacOS App**: available for install [from the homepage](https://www.ublock.org/macOS/) or from the [App Store](https://itunes.apple.com/us/app/ublock/id1385985095?ls=1&mt=8).
* **Firefox**: available on the [Firefox Add-ons site](https://addons.mozilla.org/en-US/firefox/addon/ublock/), or for [manual](https://github.com/uBlock-LLC/uBlock/releases) installation.
* **Opera**: Opera shares Chrome's underlying engine, so you can install uBlock simply by grabbing the [latest release for Chrome](https://github.com/uBlock-LLC/uBlock/releases/latest).
uBlock has tooltips throughout its UI to help you along. But just in case you need it, [here's a quick guide for basic usage](https://github.com/uBlock-LLC/uBlock/wiki/Quick-guide:-popup-user-interface).
## Performance
#### Memory
<p align="center">
On average, uBlock <b>really</b> does make your browser run leaner. <sup>[1]</sup><br><br>
Chrome <br>
<img src="https://raw.githubusercontent.com/uBlock-LLC/uBlock/master/doc/benchmarks/mem-usage-overall-chart-20141224.png" /><br><br>
Safari<br>
<img src="https://raw.githubusercontent.com/uBlock-LLC/uBlock/master/doc/benchmarks/mem-usage-overall-chart-safari-20150205.png" /><br><br>
Firefox<br>
<img src="https://raw.githubusercontent.com/uBlock-LLC/uBlock/master/doc/benchmarks/mem-usage-overall-chart-20150205.png" /><br><br>
</p>
<sup>[1] An overview of the benchmark is available at <a href="https://github.com/uBlock-LLC/uBlock/wiki/Benchmarking-memory-footprint">this wiki page</a>.</sup><br>
#### CPU
<p align="center">
uBlock is also CPU-efficient<br>
<img src="https://raw.githubusercontent.com/uBlock-LLC/uBlock/master/doc/benchmarks/cpu-usage-overall-chart-20141226.png" /><br>
<sup>Details of the benchmark available in <a href="https://github.com/uBlock-LLC/uBlock/blob/master/doc/benchmarks/cpu-usage-overall-20141226.ods">this LibreOffice spreadsheet</a>.</sup>
</p>
#### Blocking
<p align="center">
Being lean and efficient doesn't mean blocking less<br>
<img src="https://raw.githubusercontent.com/uBlock-LLC/uBlock/master/doc/benchmarks/privex-201502-16.png" /><br>
<sup>For details of benchmark, see
<a href="https://github.com/uBlock-LLC/uBlock/wiki/uBlock-and-others%3A-Blocking-ads%2C-trackers%2C-malwares">uBlock and others: Blocking ads, trackers, malwares</a>.
</p>
**Some quick tests:**
<sub>These tests are by no means complete or comprehensive, but do remain helpful.</sub>
- [Index](http://raymondhill.net/ublock/tests.html)
- [Web page components](http://raymondhill.net/ublock/tiles1.html)
- [Popups](http://raymondhill.net/ublock/popup.html)
## Tips
* **To benefit from uBlock's higher efficiency,** it's advised that you don't use other blockers at the same time (such as AdBlock or Adblock Plus). uBlock will do [as well or better](#blocking) than most popular ad blockers.
* It's important to note that blocking ads [is *not* theft](https://twitter.com/LeaVerou/status/518154828166725632). Don't fall for this creepy idea. The _ultimate_ logical consequence of `blocking = theft` is the criminalisation of the inalienable right to privacy.
* _EasyList_, _Acceptable Ads_, _ABP Anti-Circumvention Filter List_ and _Cryptocurrency (Bitcoin) Mining Protection List_ are enabled by default when you install uBlock. Many more lists are readily available to block trackers, analytics, and more. Hosts files are also supported.
* Once you install uBlock, you can easily un-select any of the pre-selected filter lists if you think uBlock blocks too much. For reference, Adblock Plus installs with only _EasyList_ enabled by default.
* Feel free to read [about the extension's required permissions](https://github.com/uBlock-LLC/uBlock/wiki/About-the-required-permissions).
## About uBlock
Some users might want to check out [uBlock Origin](https://github.com/gorhill/uBlock): a noteworthy personal fork of uBlock from @gorhill with a slightly different featureset.
uBlock is a general-purpose content blocker, which means it can be used to block ads as well as other forms of content on webpages. uBlock can also be used to help users neutralize privacy-invading trackers. uBlock blocks ads through its support of the [Adblock Plus filter syntax](https://adblockplus.org/en/filters). uBlock [extends](https://github.com/uBlock-LLC/uBlock/wiki/Filter-syntax-extensions) the syntax and is designed to work with custom rules and filters.
** Please note [recent news](https://www.ublock.org/announcement/) about the status of the uBlock project as of June 22, 2018.**
*Acknowledgment:* uBlock comes with several filter lists ready to use out-of-the-box (including but not limited to: EasyList, Peter Lowe's, several malware filter lists). We deeply appreciate the people working hard to maintain those lists which are available to use by all for free.
## License
[GPLv3](https://github.com/uBlock-LLC/uBlock/blob/master/LICENSE.txt).
================================================
FILE: assets/checksums.txt
================================================
0ec63b2d4645fb9ed7c82c781fc2bb0b assets/ublock/filter-lists.json
2f0a66345e2f9d7e3944efaa2856001d assets/ublock/filters.txt
9e3cbcadb778a3c1c4865303689202b1 assets/ublock/mirror-candidates.txt
e4a06d09a5582dd923878eb0a973f65b assets/ublock/privacy.txt
c196383f56c139bd767fa9fc4af834c2 assets/thirdparties/.DS_Store
1325801f2e41a7baf303f2573f80f073 assets/thirdparties/adblock-latvian/latvian-list.txt
8e8054d19bdbbdc8364f8c9b40331990 assets/thirdparties/adblock.ee/list.php
2f9132720625f60e09f58c71a04b2ca1 assets/thirdparties/adblock.gardar.net/is.abp.txt
9cdb14067758cffd450943066dd204ef assets/thirdparties/easylist-downloads.adblockplus.org/advblock.txt
758a1e487a7836e9d75622a529b37b54 assets/thirdparties/easylist-downloads.adblockplus.org/antiadblockfilters.txt
5f53ab3920e213f166e4970805b55698 assets/thirdparties/easylist-downloads.adblockplus.org/bitblock.txt
f7293d933bcbd0ec7392be7c8aa0c7e7 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
69472ce8d89776b8f8cfa81033b08504 assets/thirdparties/easylist-downloads.adblockplus.org/easylist_noelemhide.txt
3d4689c13fabeb5c6faaca9c051e4156 assets/thirdparties/easylist-downloads.adblockplus.org/easylistchina.txt
9980cab366a8139d80ef7e6e5205e2a4 assets/thirdparties/easylist-downloads.adblockplus.org/easylistdutch.txt
f49720e725415909ca92446e7cfe65ac assets/thirdparties/easylist-downloads.adblockplus.org/easylistgermany.txt
221cf6cbc3b696f50b2ac47a2a3a04ae assets/thirdparties/easylist-downloads.adblockplus.org/easylistitaly.txt
5c2a6f048bea3e23ab086e0d92b04098 assets/thirdparties/easylist-downloads.adblockplus.org/easylistspanish.txt
d3f74a830cbd9b39e1eb8daa0b2dea98 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
1bf2f406250942dee57fe55c628608aa assets/thirdparties/easylist-downloads.adblockplus.org/exceptionrules.txt
dedd2566cd243988cf9296e0a8d4ca7c assets/thirdparties/easylist-downloads.adblockplus.org/fanboy-annoyance.txt
202d45d37a63493ea1b8d70ed76d54a0 assets/thirdparties/easylist-downloads.adblockplus.org/fanboy-social.txt
4a2c00eabeb2732f7561d853f0a59bea assets/thirdparties/easylist-downloads.adblockplus.org/Liste_AR.txt
126d9c57bb2c4decac9122c0824353e5 assets/thirdparties/easylist-downloads.adblockplus.org/liste_fr.txt
37c36ac03e011500b18d57671f7aedd5 assets/thirdparties/filters.adtidy.org/extension/ublock/filters/1.txt
11682ee09c53c6d9a2d839c26cf4515a assets/thirdparties/filters.adtidy.org/extension/ublock/filters/13.txt
778a6ad8abb521b617cf2ea5b48df6bd assets/thirdparties/filters.adtidy.org/extension/ublock/filters/14.txt
e1f420b3c5bb7421780565274546822c assets/thirdparties/filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt
7d9d9a780f35698ff7a0c73ab56119c6 assets/thirdparties/filters.adtidy.org/extension/ublock/filters/3.txt
4011e102643a402273ea0caf77341e3c assets/thirdparties/filters.adtidy.org/extension/ublock/filters/4.txt
be048ca0b0154c44b5651ef30065d07a assets/thirdparties/filters.adtidy.org/extension/ublock/filters/7.txt
c3bb8ffcfd7597504a421c753130de87 assets/thirdparties/filters.adtidy.org/extension/ublock/filters/9.txt
9d3dd9524daff587d8c25758e1be6c8b assets/thirdparties/gitcdn.xyz/.DS_Store
bb96705d7ef2f41eeb3ac038c0bb697b assets/thirdparties/gitcdn.xyz/adblock-iran/filter.txt
7ee7e5fd3d255865801871e5c792beba assets/thirdparties/hosts-file.net/ad-servers
78a16fc719032f34fcbf60ee4a865d74 assets/thirdparties/margevicius.lt/easylistlithuania.txt
194577a7e20bdcc7afbb718f502c134c assets/thirdparties/mirror1.malwaredomains.com/files/.DS_Store
174e0d10c50a1bcfea5be5b442a6a985 assets/thirdparties/mirror1.malwaredomains.com/files/justdomains
7f0443f3dcc9abfd47cfbc95ce824ddb assets/thirdparties/mirror1.malwaredomains.com/files/README.md
5b8e13b618c68293430913029118781a assets/thirdparties/pgl.yoyo.org/as/README.md
64c77fe187c779ae1a5ede54cdc17ab8 assets/thirdparties/pgl.yoyo.org/as/serverlist
7d66a03daacdae20c5b8a06c5c46c170 assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat
5dda8bc1fd941c847524c7df5c0c40dc assets/thirdparties/raw.githubusercontent.com/.DS_Store
8616c7a11d21c9050496aa222c0b3991 assets/thirdparties/raw.githubusercontent.com/abp-filters-anti-cv/english.txt
c09b2d10f21f06367de8c3d546a8e4a1 assets/thirdparties/raw.githubusercontent.com/abpvn/abpvn.txt
f4d37bd8188c7a9e4c95a06499409d12 assets/thirdparties/raw.githubusercontent.com/adblock-korea-contrib/filter.txt
f77151b29e8ada494514b0963c44bab7 assets/thirdparties/raw.githubusercontent.com/adblock-nocoin-list/nocoin.txt
341df448b7119acb61c2ba1b57ddb1af assets/thirdparties/raw.githubusercontent.com/cjx82630/cjxlist/cjxlist.txt
341df448b7119acb61c2ba1b57ddb1af assets/thirdparties/raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt
624d74bd1f3d0a4aa311b3c33d25a156 assets/thirdparties/raw.githubusercontent.com/DandelionSprout/.DS_Store
e685ec32a0d6e3a6f66c2b16cb5d58f9 assets/thirdparties/raw.githubusercontent.com/DandelionSprout/adfilt/NorwegianList.txt
c2749361da1062f0bf5f22f2cbe9851f assets/thirdparties/raw.githubusercontent.com/easylist-thailand/easylist-thailand.txt
d138a30560a8ded217d15fd80751efe0 assets/thirdparties/raw.githubusercontent.com/EasyListHebrew/master/EasyListHebrew.txt
cb7a4a02538c1248a1d03694e5a5f39e assets/thirdparties/raw.githubusercontent.com/finnish-easylist-addition/Finland_adb.txt
eee575fd63c3adef2d56bac38db6458f assets/thirdparties/raw.githubusercontent.com/Frellwits-filter-lists/Frellwits-Swedish-Filter.txt
b8a1fb12657644e90141830b1953ae67 assets/thirdparties/raw.githubusercontent.com/gioxx/filtri.txt
5dc9e697b9a0e7894c70a82ddd8185ea assets/thirdparties/raw.githubusercontent.com/indonesianadblockrules/.DS_Store
1d2d4438614379cd03a47e9f036c26ee assets/thirdparties/raw.githubusercontent.com/indonesianadblockrules/subscriptions/abpindo.txt
074d5d0edf904aa75b69119811650fb0 assets/thirdparties/raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abp_jp.txt
1401d29c3304e2fdf2ae9421dd6ade82 assets/thirdparties/raw.githubusercontent.com/polish-adblock-filters/adblock.txt
18d158a6ac75574a93397f726a93fa7c assets/thirdparties/raw.githubusercontent.com/polish-privacy-filters/anti-adblock.txt
ac6fbcf803a041d1b85c97294e56f9a1 assets/thirdparties/raw.githubusercontent.com/ROad-Block/road-block-filters-light.txt
23e253d568f47e7ba0ebb1ba3cb1b193 assets/thirdparties/raw.githubusercontent.com/Spam404/.DS_Store
55d7f0e564281430b84b3edbca04e347 assets/thirdparties/raw.githubusercontent.com/Spam404/lists/adblock-list.txt
4055025ebe814443d9bf4d4872ed8ad0 assets/thirdparties/raw.githubusercontent.com/szpeter80/hufilter/master/hufilter.txt
c9b132a858a616b5a902bd8bb5ce4940 assets/thirdparties/raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt
0dba58d2f83ceb02be4492f6dafdab9d assets/thirdparties/raw.githubusercontent.com/YousList/youslist.txt
1e776c1ad54b664a18f97f81580ebc91 assets/thirdparties/s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt
80b63ad301daa532dcf8228929f48520 assets/thirdparties/secure.fanboy.co.nz/fanboy-cookiemonster.txt
944f96ea8d2e47c9996ce954a91ff585 assets/thirdparties/someonewhocares.org/hosts/hosts
ad8c7231fc3cd667e29d178e11f3ef2e assets/thirdparties/stanev.org/abp/adblock_bg.txt
50bd2ff4e3e95355fefea7e4bbd4a769 assets/thirdparties/winhelp2002.mvps.org/hosts.txt
1573159800bb4dddc9bb00676f699491 assets/thirdparties/www.fanboy.co.nz/enhancedstats.txt
148d53f566800eb522f84a651564733f assets/thirdparties/www.fanboy.co.nz/fanboy-antifacebook.txt
7ca661a3d0910fad4e188058d207b0ea assets/thirdparties/www.fanboy.co.nz/fanboy-korean.txt
f8801ccfc90b8a9ec1ba319c95943caf assets/thirdparties/www.fanboy.co.nz/fanboy-swedish.txt
14d832978cd803822f9ca0f6ed6920ab assets/thirdparties/www.fanboy.co.nz/fanboy-ultimate.txt
68595cca4741f4053ec479ad57b3d151 assets/thirdparties/www.fanboy.co.nz/fanboy-vietnam.txt
3cd44b140e40a30eebe887e643bb4b88 assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt
042419405031f0fcfac3735bf4f05e21 assets/thirdparties/www.malwaredomainlist.com/hostslist/README.md
389fbe6bad247ee6207c6c164a338c88 assets/thirdparties/www.void.gr/kargig/void-gr-filters.txt
================================================
FILE: assets/english.txt
================================================
! #7509
||celebsnow.co.uk$csp=script-src 'self' * 'unsafe-eval'
@@||celebsnow.co.uk/videos/$csp
@@||celebsnow.co.uk/celebrity-pictures/$csp
||countrylife.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||mby.com^$csp=script-src 'self' * 'unsafe-eval'
||ybw.com^$csp=script-src 'self' * 'unsafe-eval'
@@||golf-monthly.co.uk/videos/$csp
||golf-monthly.co.uk^$csp=script-src 'self' * 'unsafe-eval'
@@||forums.golf-monthly.co.uk^$csp
||lifedeathprizes.com^$csp=script-src 'self' * 'unsafe-eval'
@@||lifedeathprizes.com/videos/$csp
||mbr.co.uk^$csp=script-src 'self' * 'unsafe-eval'
@@||mbr.co.uk/videos/$csp
||shootinguk.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||superyachtworld.com^$csp=script-src 'self' * 'unsafe-eval'
||thefield.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||uncut.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||womanmagazine.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||womansown.co.uk^$csp=script-src 'self' * 'unsafe-eval'
@@||womansown.co.uk/videos/$csp
||womansweekly.com^$csp=script-src 'self' * 'unsafe-eval'
||yachtingmonthly.com^$csp=script-src 'self' * 'unsafe-eval'
@@||yachtingmonthly.com/videos/$csp
||yachtingworld.com^$csp=script-src 'self' * 'unsafe-eval'
||horseandhound.co.uk^$csp=script-src 'self' * 'unsafe-eval'
@@||horseandhound.co.uk/videos/$csp
||amateurgardening.com^$csp=script-src 'self' * 'unsafe-eval'
||amateurphotographer.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||anglersmail.co.uk^$csp=script-src 'self' * 'unsafe-eval'
||whatsontv.co.uk^$csp=script-src 'self' * 'unsafe-eval'
@@||whatsontv.co.uk/videos/$csp
||ibinews.com^$csp=script-src 'self' * 'unsafe-eval'
||rugbyworld.com^$csp=script-src 'self' * 'unsafe-eval'
||cyclingweekly.com^$csp=script-src 'self' * 'unsafe-eval'
@@||cyclingweekly.com/videos/$csp
||worldsoccer.com^$csp=script-src 'self' * 'unsafe-eval'
||decanter.com^$csp=script-src 'self' * 'unsafe-eval'
! #8479
pons.com,notebookcheck.net,radio.net,reuters.com#$#uabinject-defuser
radio.net#@#.wingadblock
radio.net#@#.wingadblock
radio.net#@#.WideAdContainer
@@/ad_pics/$image,domain=pons.com
@@/ad_oas/$image,domain=pons.com
@@/ad_top/$image,domain=pons.com
@@/468x60/$image,domain=pons.com
||googletagservices.com/tag/js/gpt.js$domain=reuters.com
notebookcheck.net#?#div :-abp-properties(/content: ".*[A]?[n]?[z]?[e]?[i]?[g]?[e].*";/)
radio.net,pons.com#@#.WidgetAdvertiser
radio.net#@#.zoneAds
radio.net,pons.com#@#.AD-POST
radio.net,pons.com#@#.AD-Rotate
radio.net,pons.com#@#.AD-label300x250
radio.net,pons.com#@#.AD300
radio.net,pons.com#@#.AD300Block
radio.net#?#div :-abp-properties(/content: ".*[w]?[e]?[r]?[b]?[u]?[n]?[g].*";/)
radio.net#?#div :-abp-properties(content: "Ad";)
||reutersmedia.net//resources_v*/r/?b=*&m=*&d=*&t=*&i=*&w=*&r=*$image,domain=www.reuters.com|uk.reuters.com
! #9276
yandex.com#$#hide-if-contains ad li.serp-item 'li.serp-item div.label'
! #9272
101x.com,1070thefan.com,americanphotomag.com,atvrider.com,baggersmag.com,boatingmag.com,chowhound.com,cnet.com,cruisingworld.com,cycleworld.com,destinationweddingmag.com,dirtrider.com,diversitybestpractices.com,emedicinehealth.com,everydayhealth.com,fieldandstream.com,floridatravellife.com,flyingmag.com,gamespot.com,hearthhead.com,hotbikeweb.com,islands.com,kgsr.com,klbjfm.com,lolking.net,marlinmag.com,medicinenet.com,motorcyclecruiser.com,motorcyclistonline.com,mustangandfords.com,popphoto.com,range365.com,saltwatersportsman.com,saveur.com,scubadiving.com,scubadivingintro.com,sportdiver.com,sportfishingmag.com,sportingnews.com,sportrider.com,superstreetbike.com,tv.com,tvguide.com,utvdriver.com,wakeboardingmag.com,waterskimag.com,webmd.com,workingmother.com,www.seattlepi.com,yachtingmagazine.com##[data-google-query-id]
americanphotomag.com,atvrider.com,baggersmag.com,boatingmag.com,chowhound.com,cnet.com,cruisingworld.com,cycleworld.com,destinationweddingmag.com,dirtrider.com,diversitybestpractices.com,fieldandstream.com,floridatravellife.com,flyingmag.com,gamespot.com,hotbikeweb.com,islands.com,lolking.net,marlinmag.com,motorcyclecruiser.com,motorcyclistonline.com,mustangandfords.com,popphoto.com,range365.com,saltwatersportsman.com,saveur.com,scubadiving.com,scubadivingintro.com,sportdiver.com,sportfishingmag.com,sportrider.com,superstreetbike.com,tv.com,tvguide.com,utvdriver.com,wakeboardingmag.com,waterskimag.com,www.seattlepi.com,yachtingmagazine.com##.trc_elastic
boston.com,sportingnews.com##[data-placement-name="Below Article Thumbnails"]
dayzdb.com,ffxi.allakhazam.com,camelot.allakhazam.com,everquest.allakhazam.com,lotro.allakhazam.com,wow.allakhazam.com###ds_default_anchor
dayzdb.com,ffxi.allakhazam.com,camelot.allakhazam.com,everquest.allakhazam.com,lotro.allakhazam.com##[x-enc="id"]
ffxi.allakhazam.com,camelot.allakhazam.com,everquest.allakhazam.com,wow.allakhazam.com##.ds_cpp
boston.com,capitalgazette.com,carrollcountytimes.com,courant.com,ctnow.com,growthspotter.com,lajollalight.com,metacritic.com,ranchosantafereview.com,sandiegouniontribune.com,southflorida.com,thoughtcatalog.com,dayzdb.com,camelot.allakhazam.com,wow.allakhazam.com##iframe[width="300"]
lajollalight.com,mcall.com,orlandosentinel.com,ranchosantafereview.com,sandiegouniontribune.com##[data-role*="adloader_ad"]
baltimoresun.com,capitalgazette.com,chicagotribune.com,citypaper.com,dailypress.com,sun-sentinel.com##[data-role="adloader_ad"]
chicagotribune.com,citypaper.com,courant.com,ctnow.com,dailypress.com##.trb_ar_rail
chicagotribune.com,ctnow.com,ranchosantafereview.com,sandiegouniontribune.com##[data-placement-name="below-article-thumbs"]
baltimoresun.com,carrollcountytimes.com,chicagotribune.com,courant.com,ctnow.com,dailypress.com,growthspotter.com,mcall.com,orlandosentinel.com##[data-adloader-size="300x600"]
baltimoresun.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,courant.com,ctnow.com,dailypress.com,growthspotter.com,lajollalight.com,mcall.com,orlandosentinel.com,ranchosantafereview.com,sun-sentinel.com##[data-adloader-size="728x90"]
chicagotribune.com,citypaper.com,lajollalight.com,southflorida.com##[data-adloader-size="970x250"]
boston.com,metacritic.com,thoughtcatalog.com,dayzdb.com,lotro.allakhazam.com##iframe[width="728"]
thoughtcatalog.com##iframe[width="330"]
citypaper.com##[data-role="adloader adloader_ad"]
boston.com##[data-placement-name="Mid Main Column Stream"]
boston.com##div[style*="width: 300px; height: 250px;"]
seattlepi.com##.ntvClickOut
workingmother.com##[data-parent-placement-name="Below Article Thumbnails"]
workingmother.com##.ntv-box
workingmother.com,streetchopperweb.com##[data-placement-name="Below Gallery Thumbnails"]
mcall.com,sandiegouniontribune.com##[data-adloader-size="970x90"]
sandiegouniontribune.com##div[draggable="false"]
streetchopperweb.com##div[style*="width: 970px; height: 250px;"]
southflorida.com##[data-role="adloader"]
sportingnews.com##[data-parent-placement-name="Below Article Thumbnails Feed"]
sportingnews.com##.trc_elastic_videoCube_thumbBlock
wow.allakhazam.com###row-top
wow.allakhazam.com###horizontal-bg
pcmag.com##iframe[width=" 728"]
pcmag.com##.sidebar > [x-enc="id class"]
medicinenet.com##iframe[height="200"]
everydayhealth.com##.gmc-recommendation
chicagotribune.com##div[style*="width: 500px; height: 1100px;"]
chicagotribune.com##[data-role="adloader adloader_ad delayload delayload_done"]
cnet.com##[data-placement-name="article desktop Below Article Thumbnails Article Redesign"]
cnet.com##[data-placement-name="section_door desktop Right Rail Thumbnails"]
courant.com##[data-role^="adloader"]
dailypress.com,orlandosentinel.com##[data-parent-placement-name="below-article-thumbs"]
orlandosentinel.com##[data-adloader-adtype="leaderboardcombo"]
southflorida.com##[data-role^="adloader adloader_ad"]
southflorida.com,courant.com##[data-placement-name^="below-article-thumbs"]
dailypress.com##div[style*="width: 500px; height: 1230px;"]
courant.com##[data-adloader-adtype="flexleaderboardcombo"]
courant.com##[data-adloader-size="1280x220"]
gamespot.com##.tynt_close_button_circle
gamespot.com##.tynt-sidebar-content
gamespot.com##.tynt-interstitial-overlay
metacritic.com##.leader
metacritic.com##[data-placement-name="desktop front_door Below Main Column Thumbnails"]
metacritic.com##.side_recommend
metacritic.com##[data-placement-name="desktop product_overview Right Rail Thumbnails"]
metacritic.com##[data-placement-name="desktop product_overview Below Content Thumbnails"]
! #9274
tetrisfriends.com#?#div :-abp-properties(display: inline-table !important;)
! #15096
facebook.com#$#hide-if-contains-and-matches-style /.?/ [id^="hyperfeed_story_id_"] 'div[id^="feed_subtitle_"] > span a[class*="_"][href="#"]' /./ 'display: inline;'
! #10385
4chan.org#?#div :-abp-has(div > div > div:-abp-contains(Paid Content:) + div)
================================================
FILE: assets/scriptlets/abort-current-inline-script.js
================================================
/*
The idea implemented from
https://issues.adblockplus.org/ticket/7141
*/
(function() {
function strToRegex(s) {
if (s.charAt(0) === '/' && s.slice(-1) === '/' && s.length > 2) {
return new RegExp(s.slice(1, -1));
}
let reStr = s.replace(/[.+?${}()|[\]\\]/g, '\\$&');
return new RegExp(reStr);
}
var randomNo = Math.floor(Math.random() * 2116316160 + 60466176).toString(36);
function abortCurrentInlineScript(api, search = "null") {
let names = api.split(".");
let base = window;
let property;
let lastproperty = names.pop();
while( (property = names.shift()) !== undefined ) {
base = base[property];
if (!base || !(base instanceof Object)) {
return;
}
}
var descriptor = Object.getOwnPropertyDescriptor(base, lastproperty);
if ( descriptor && descriptor.get !== undefined ) { return; }
let re = search != "null" ? strToRegex(search) : null;
let rid = randomNo;
let us = document.currentScript;
var value = base[lastproperty];
function validate() {
let element = document.currentScript;
if (element instanceof HTMLScriptElement && element.src == "" &&
element != us && (!re || re.test(element.textContent)))
{
throw new ReferenceError(rid);
}
}
Object.defineProperty(base, lastproperty, {
get() { validate(); return value; },
set(newValue) {
validate();
value = newValue;
},
configurable: true
});
var onerror = window.onerror;
window.onerror = function(message, source, lineno, colno, error) {
if ( typeof message === 'string' && message.indexOf(randomNo) !== -1 ) {
return true;
}
if (typeof onerror == "function")
return onerror(message, source, lineno, colno, error);
};
}
abortCurrentInlineScript("{{1}}","{{2}}");
})();
================================================
FILE: assets/scriptlets/abort-on-property-read.js
================================================
/*
The idea implemented from
https://issues.adblockplus.org/ticket/6969
*/
(function() {
let createProxy = function(object, property, descriptor) {
let pos = property.indexOf(".");
if(pos === -1) {
let objDescriptor = Object.getOwnPropertyDescriptor(object, property);
if (objDescriptor && !objDescriptor.configurable)
return;
Object.defineProperty(object, property, Object.assign({}, descriptor, {configurable: true}));
return true;
} else {
let property1 = property.slice(0, pos);
let propertyRemaining = property.slice(pos + 1);
let value = object[property1];
if (value && (value instanceof Object)) {
createProxy(value, propertyRemaining, descriptor);
return;
}
let objDescriptor = Object.getOwnPropertyDescriptor(object, property1);
if (objDescriptor && !objDescriptor.configurable)
return;
Object.defineProperty(object, property1, {
get() { return value; },
set(newValue) { value = newValue; if ( newValue instanceof Object ) {
createProxy(newValue, propertyRemaining, descriptor);
}},
configurable: true
});
}
}
let randomNo = Math.floor(Math.random() * 2116316160 + 60466176).toString(36);
let abort = function() {
throw new ReferenceError(randomNo);
}
var onerror = window.onerror;
window.onerror = function(message, source, lineno, colno, error) {
if( typeof message === 'string' && message.indexOf(randomNo) !== -1 ) {
return true;
}
if(typeof onerror == "function")
return onerror(message, source, lineno, colno, error);
};
createProxy(window, '{{1}}', {get: abort, set: function(){}});
})();
================================================
FILE: assets/scriptlets/abort-on-property-write.js
================================================
/*
The idea implemented from
https://issues.adblockplus.org/ticket/7207
*/
(function() {
var createProxy = function(object, property, descriptor) {
let pos = property.indexOf(".");
if(pos === -1) {
let objDescriptor = Object.getOwnPropertyDescriptor(object, property);
if (objDescriptor && !objDescriptor.configurable)
return;
Object.defineProperty(object, property, Object.assign({}, descriptor, {configurable: true}));
return true;
} else {
let property1 = property.slice(0, pos);
let propertyRemaining = property.slice(pos + 1);
let value = object[property1];
if (value && (value instanceof Object)) {
createProxy(value, propertyRemaining, descriptor);
return;
}
let objDescriptor = Object.getOwnPropertyDescriptor(object, property1);
if (objDescriptor && !objDescriptor.configurable)
return;
Object.defineProperty(object, property1, {
get() { return value; },
set(newValue) { value = newValue; if ( newValue instanceof Object ) {
createProxy(newValue, propertyRemaining, descriptor);
}},
configurable: true
});
}
}
var randomNo = Math.floor(Math.random() * 2116316160 + 60466176).toString(36);
var abort = function() {
throw new ReferenceError(randomNo);
}
var onerror = window.onerror;
window.onerror = function(message, source, lineno, colno, error) {
if ( typeof message === 'string' && message.indexOf(randomNo) !== -1 ) {
return true;
}
if (typeof onerror == "function")
return onerror(message, source, lineno, colno, error);
};
createProxy(window, '{{1}}', {set: abort});
})();
================================================
FILE: assets/scriptlets/nowebrtc.js
================================================
/*
The below code is borrowed from:
https://github.com/uBlockOrigin/uAssets/blob/e4702d88404dd2e7c7346d6e38b55781cdd08dc3/filters/resources.txt#L1309
License is GPL3:
https://github.com/gorhill/uBlock/blob/master/README.md
*/
(function() {
var rtcName = window.RTCPeerConnection ? 'RTCPeerConnection' : (
window.webkitRTCPeerConnection ? 'webkitRTCPeerConnection' : ''
);
if ( rtcName === '' ) { return; }
var log = console.log.bind(console);
var pc = function(cfg) {
log('Document tried to create an RTCPeerConnection: %o', cfg);
};
var noop = function() {
;
};
pc.prototype = {
close: noop,
createDataChannel: noop,
createOffer: noop,
setRemoteDescription: noop
};
var z = window[rtcName];
window[rtcName] = pc.bind(window);
if ( z.prototype ) {
z.prototype.createDataChannel = function(a, b) {
return {
close: function() {},
send: function() {}
};
}.bind(null);
}
})();
================================================
FILE: assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
================================================
[Adblock Plus 2.0]
! Checksum: EN10K317lPpwT8GS+JAiyA
! Version: 201912040811
! Title: EasyList
! Last modified: 04 Dec 2019 08:10 UTC
! Expires: 1 days (update frequency)
! Homepage: https://easylist.to/
! Licence: https://easylist.to/pages/licence.html
!
! Please report any unblocked adverts or problems
! in the forums (https://forums.lanik.us/)
! or via e-mail (easylist.subscription@gmail.com).
!
!-----------------------General advert blocking filters-----------------------!
! *** easylist:easylist/easylist_general_block.txt ***
&act=ads_
&ad.vid=$~xmlhttprequest
&ad_block=
&ad_box_
&ad_channel=
&ad_classid=
&ad_code=
&ad_height=
&ad_ids=
&ad_keyword=
&ad_network_
&ad_number=
&ad_revenue=
&ad_slot=
&ad_sub=
&ad_time=
&ad_type=
&ad_type_
&ad_url=
&ad_zones=
&adbannerid=
&adclient=
&adcount=
&adflag=
&adgroupid=
&adlist=
&admeld_
&admid=$~subdocument
&adname=
&adnet=
&adnum=
&adpageurl=
&Ads_DFP=
&adsafe=
&adserv=
&adserver=
&adsize=
&adslot=
&adslots=
&adsourceid=
&adspace=
&adsrc=
&adstrade=
&adstype=
&AdType=
&adunit=
&adurl=
&adv_keywords=
&advert_
&advertiserid=
&advid=$~image
&advtile=
&adzone=
&banner_id=
&bannerid=
&clicktag=http
&customSizeAd=
&displayads=
&expandable_ad_
&forceadv=
&gerf=*&guro=
&gIncludeExternalAds=
&googleadword=
&img2_adv=
&jumpstartadformat=
&largead=
&maxads=
&pltype=adhost^
&popunder=
&program=revshare&
&prvtof=*&poru=
&show_ad_
&showad=
&simple_ad_
&smallad=
&smart_ad_
&strategy=adsense&
&type=ad&
&UrlAdParam=
&video_ads_
&videoadid=
&view=ad&
&zoneid=*&direct=
+advertorial.
+adverts/
-2/ads/
-2011ad_
-300x100ad2.
-728-90-
-ad-001-
-ad-180x150px.
-ad-200x200-
-ad-24x24.
-ad-300x250.
-ad-300x450.
-ad-300x600-
-ad-303x481-
-ad-313x232.
-ad-336x280-
-ad-340x400-
-ad-400.
-ad-472x365.
-ad-640x480.
-ad-970-
-ad-banner-
-ad-banner.
-ad-big.
-ad-bottom-
-ad-button-
-ad-category-
-ad-choices.
-ad-code/
-ad-column-
-ad-content/
-ad-cube.
-ad-data/
-ad-ero-
-ad-exo-
-ad-gif-
-ad-gif1-
-ad-home.
-ad-hrule-
-ad-hrule.
-ad-iframe.
-ad-iframe/
-ad-large.
-Ad-Large_
-ad-left.
-ad-limits.
-ad-link-
-ad-live.
-ad-loading.
-ad-manager/$~stylesheet
-ad-map/
-ad-marker.
-ad-master/
-ad-mpu+
-ad-new_
-ad-pixel-
-ad-plugin-
-ad-random/
-ad-refresh.
-ad-refresh/
-ad-reload.
-ad-reload/
-ad-resize-
-ad-right.
-ad-rotator-
-ad-rotators/
-ad-scripts?
-ad-server/
-ad-shortcodes/
-ad-sidebar-
-ad-sidebar.
-ad-strip.
-ad-switcher.
-ad-text_
-ad-tile.
-ad-top.
-ad-unit.
-ad-unit/
-ad-util-
-ad-util.
-ad-utility-
-ad-vertical-
-ad-zone.
-ad.jpg.pagespeed.
-ad.jpg?
-ad.jsp|
-ad.php?
-ad/dist/
-ad/embed.
-ad/iframe/
-ad/main.
-ad/right_
-ad/source/
-ad0.
-ad03.
-ad1.
-ad2.
-ad2_
-ad3.
-Ad300x250.
-Ad300x90-
-ad4.
-ad5.
-ad_125x125.
-ad_banner-
-ad_injector/
-ad_leaderboard/
-adap.$domain=~l-adap.org
-adbanner.
-adblack-
-adbox-
-adcentre.
-adchain.
-adcompanion.
-adfliction.
-adfliction/
-adhelper.
-adhere2.
-adimage-
-adman/
-admarvel/
-adnow.$domain=~zappistore.com
-adops.
-adrotation.
-ads-180x
-ads-530x85.
-ads-728x
-ads-banner.
-ads-bottom.
-ads-Feature-
-ads-iframe.
-ads-init&
-ads-management/
-ads-manager/
-ads-master/
-ads-ns.
-ads-placement.
-ads-plugin/
-ads-prod/
-ads-production.
-ads-right.
-ads-rotator/
-ads-widget/
-ads-widget?
-ads.generated.
-ads.gif
-ads.js?
-ads.php?
-ads.swf
-ads/728x
-ads/ad-
-ads/assets/
-ads/get?
-ads/img/
-ads/oas/
-ads/static-
-ads/video.
-ads/videoblaster/
-ads1.htm
-ads2.htm
-ads3.htm
-ads3.jpg
-ads4.htm
-Ads_728x902.
-ads_9_3.
-Ads_Billboard_
-ads_story/
-adscript.
-adsense2.
-adserver-
-adserver.
-adserver/
-adskin.
-adslots.
-adsmanager/
-adsonar.
-adspace.
-adspace_
-adSponsors.
-adspot-
-adsscript.
-adswizz-
-adsystem-
-adtechfront.
-adtopbanner-
-adtrack.
-adv-v1/
-adv.jpg
-adv.js
-advert-100x100.
-Advert-JPEG-
-advert-label-
-advert-placeholder.
-advert.jpg?
-advert.swf
-advert1.
-advert2.
-advert3.
-advert_August.
-advertise.$domain=~i-advertise.net|~mb-advertise.gr
-advertise/
-advertise01.
-advertisement-icon.
-advertisement-management/
-advertisement.
-advertisement/script.
-advertisement_
-advertising/assets/
-advertising/vast/
-advertising11.
-advertising2-
-advertising_
-advertisment-
-advertorial.
-adverts.libs.
-adverts.min.
-advt.
-adwords.$domain=~consultant-adwords.com|~consultant-adwords.fr|~expert-adwords.com|~freelance-adwords.com|~freelance-adwords.fr
-affiliate-link.
-affiliates/img_
-amazon-ads/
-amazon-apstag/
-article-ad-
-article-ad.
-article-ads-
-article-advert-
-assets/ads.
-auto-ads-
-banner-768.
-banner-ad-
-banner-ad.
-banner-ad/
-banner-ads-
-banner-ads/
-Banner-Advert-
-banner.swf?
-banner300x250.
-banner468x60.
-bannerads/
-bg_ads.
-billboard-ads/
-bin/ad_
-Block-ad-
-blog-ad-
-book-ad-
-Box-Ad.
-box2-ad?
-cert_ad_
-content-ad-
-content-ad.
-ContentAd-
-contest-ad.
-contrib-ads.
-contrib-ads/
-core-ads.
-cpm-ad.
-cpm-ads.
-cust-ad.
-dfp-ads/
-dfp-adunits.
-display-ads.
-doubleclick-plugin/
-doubleclick.js
-doubleclick.min.js
-euads.$domain=~euads.org
-fe-ads/
-featured-ads.
-featured-ads/
-feed-ads.
-fleshlight2.
-floater_ads_
-floorboard-ads/
-footerads-
-footerads.
-gallery_ad/
-games/ads/
-gif-advert.
-google-ad.
-google-ads-
-google-ads/
-google-adsense.
-google2-ad-
-gpt-ad-$~xmlhttprequest
-header_ads/
-housead-
-iframe-ad.
-iframe-ads/
-image-ad.
-image/Ads/
-images/ad-
-img/ads/
-inspire-ad.
-intern-ads/
-js-advertising-
-karbonn-ad-
-layer-ad.
-layer-ads/
-leaderboard-ad-
-lib/ads.
-load-ads.
-load-advert.
-ltvads.
-main/ad.
-mid-ad.
-native-ad.
-native-ad/
-nav-ad.
-NewAd.
-news-ad-
-newsletter-ad-
-NewStockAd-
-Online-ad-
-online-advert.
-outsidersads-
-page-ad.
-page-ad?
-page-peel/
-pagead-id.
-PagePeelPro/
-panel-ad.
-panel_ad_
-peel-ads-
-permads.
-plugins-wppas-
-pop-under/
-popexit.
-popunder.
-popup-ad.
-popup-ads-
-pri/adv-
-printhousead-
-publicidad.
-rail-ads.
-rail-ads/
-rectangle/ad-
-Results-Sponsored.
-right-ad.
-rightrailad-
-rollout-ad-
-scrollads.
-search-ads.
-seasonal-ad.
-show-ads.
-side-ad-
-side-ad.
-sidebar-ad.
-simple-ads.
-sky-ad.
-Skyscraper-Ad.
-skyscrapper160x600.
-small-ad.
-source/ads/
-sponsor-ad.
-Sponsor-Ad_
-SponsorAd.
-sponsored-links-
-sprite-ad.
-sticky-ad-
-strip-ads-
-sync2ad-
-tag-ad.
-template-ads/
-text-ads.
-theme/ads/
-third-ad.
-top-ad.
-top-ads.
-tower-ad-
-us/ads/
-video-ads/
-web-ad-
-Web-Ad.
-Web-Ads.
-web-advert-
-Web-Advert.
-webAd-
-webad1.
-widget-advertisement/
-your-ad-here-
-your-ads-here.
.1d/ads/
.a3s?n=*&zone_id=
.ace.advertising.
.ad-cloud.
.ad-ocad.
.ad-sys.
.ad-target.
.ad-traffic.
.ad.final.
.ad.footer+
.ad.footer.
.ad.json?
.ad.page.
.ad.premiere.
.ad.wrapper.
.ad/tag.
.ad1.nspace
.ad6media.$domain=~ad6media.fr
.ad_home_
.adbanner.
.adbutler-
.adcenter.$domain=~adcenter.nu
.adengine.
.adforge.
.adframesrc.
.adgearpubs.
.adgoitechnologie.
.adinject.$domain=~adinject.com
.adlabs.$domain=~adlabs.ru
.admarvel.
.admicro.
.adnetwork.$domain=~adnetwork.ie|~adnetwork.sk
.adnigma.
.adnwif.
.adpartner.$domain=~adpartner.cz
.adpIds=
.adplacement=
.adresult.$domain=~adresult.ch
.adriver.$~object
.adrotate.
.adru.
.ads-and-tracking.
.ads-lazy.
.ads-min.
.ads-tool.
.ads.controller.
.ads.core.
.ads.css
.ads.darla.
.ads.loader-
.ads.zones.
.ads1-
.ads1.
.ads2-
.ads3-
.ads4-
.ads5-
.ads9.
.ads_clickthru.
.adsales.
.adsame-
.adsbox.$domain=~adsbox.in
.adsby.
.adsdk.
.adsense.
.adserv/
.adserve.$domain=~adserve.com
.adserve2.
.adserver.
.adserver01.
.adserver1.
.adService.$domain=~adservice.com
.adspace.
.adsremote.
.adsync.
.adtech_
.adtooltip&
.adv.cdn.
.advert.$domain=~advert.ae|~advert.io|~advert.ly|~advert.media
.AdvertismentBottom.
.advertmarket.
.advertrecycling.
.adwolf.
.ae/ads/
.ai/ads.
.am/adv/
.ar/ads/
.ashx?ad=
.ashx?AdID=
.asp?coad
.aspx?ad=
.aspx?adid=
.at/ads/
.au/ads/
.az/adv/
.banner%20ad.
.bbn.by/
.be/ads/
.biz/ad.
.biz/ad/
.biz/ad2/
.biz/ads/
.bns1.net/
.box.ad.
.br/ads/
.bz/ads/
.ca/ads-
.ca/ads/
.cc/ads/
.cfm?ad=
.cfm?advideo%
.cgi?ad=
.ch/ads/
.ch/adv/
.clkads.
.club/ads.
.co/ads/
.co/ads?
.com/?ad=
.com/?wid=
.com/a?network
.com/a?pagetype
.com/a?size
.com/ad.$domain=~ad-tuning.de
.com/ad/$~image,third-party,domain=~mediaplex.com
.com/ad/$~third-party,domain=~blogs.technet.microsoft.com|~channel4.com|~cspace.com|~linkedin.com|~mediaplex.com
.com/ad1/
.com/ad2/
.com/ad6/
.com/ad?
.com/adclk?
.com/adds/
.com/adgallery
.com/adinf/
.com/adlib/
.com/adlib_
.com/adpicture
.com/ads-
.com/ads.
.com/ads/$image,object,subdocument,domain=~sabotage-films.com
.com/ads?
.com/ads_
.com/adv/$domain=~advantabankcorp.com|~archiproducts.com
.com/adv3/
.com/adv?
.com/adv_
.com/advs-
.com/adx/
.com/adx_
.com/adz/
.com/bads/
.com/doubleclick/
.com/gads/
.com/im-ad/
.com/im_ad/
.com/iplgadshow
.com/js.ng/
.com/js/ad.
.com/js/ads/
.com/js/adsense
.com/miads/
.com/ntfc.php?$script
.com/peels/
.com/pm/ad-
.com/promodisplay?
.com/ss/ad/
.com/video-ad-
.cyad1.
.cz/affil/
.cz/bannery/
.dartconfig.js
.digital/ads/
.displayAds&
.ec/ads/
.eg/ads/
.es/ads/
.es/adv/
.eu/ads/$domain=~scutt.eu
.eu/adv/
.exp_ad-
.fi/ads/
.fm/ads/
.fr/ads.
.ga/ads.
.gg/ads/
.gif?ad=
.GoogleDfpSlot.
.gr/ads/
.hk/ads/
.homad.$domain=~homad.eu
.HomepageAdvertismentBottom.
.hr/ads.
.html?ad=
.html?ad_
.html?clicktag=
.iads.js
.ie/ads/
.il/ads.
.il/ads/
.im/ntfc.php?$script
.in/ads.
.in/ads/
.info/ad_
.info/ads-
.info/ads/
.initdoubleclickadselementcontent?
.intad.
.intad/
.internads.
.io/ads.
.io/ads/
.is/ads/
.jp/ads/
.js?dfp=
.jsp?adcode=
.ke/ads/
.lazyad-
.lazyload-ad-
.lazyload-ad.
.link/ads/
.lk/ads/
.me/ads-
.me/ads/
.mobileads.
.mv/ads/
.mx/ads/
.my/ads/
.name/ads/
.nativeads.
.net/_adv/
.net/ad-
.net/ad/$~object
.net/ad2/
.net/ad_
.net/adgallery
.net/adj;
.net/ads-
.net/ads.
.net/ads/
.net/ads?
.net/ads_
.net/adt?
.net/adv/
.net/affiliate/
.net/bnr/
.net/flashads
.net/gads/
.net/noidadx/
.net/pfadj/
.net/pops.js
.net/vghd_
.ng/ads/
.nl/ad2/
.nl/ads/
.no/ads/
.nu/ads/
.nz/ads/
.oasfile.
.oastagging.
.online/ads/
.openad.$domain=~openad.lv
.openx.$domain=~openx.com
.openxtag.
.org/ad-
.org/ad.
.org/ad/
.org/ad_
.org/adgallery1
.org/ads-
.org/ads/
.org/ads_
.org/adv/
.org/exit.js
.org/gads/
.org/pops.js
.ph/ads/
.php/ad/
.php/ads/
.php?ad=
.php?ad_
.php?adsid=
.php?adv=
.php?adv_
.php?affid=$domain=~cancun-discounts.com
.php?clicktag=
.php?id=ads_
.php?nats=
.php?zone_id=
.php?zoneid=
.pj?adv=
.pk/ads/
.pl/ads/
.popunder.js
.popup_im.
.popupvideoad.
.propellerads.$domain=~propellerads.com
.pw/ads/
.refit.ads.
.refreshAds.
.ro/ads/
.rolloverad.
.ru/ads/
.se/*placement=$script,subdocument,third-party
.se/*redirect&$script,subdocument,third-party
.se/ads/
.sh/ads/
.shortcuts.search.
.show_ad_
.sk/ads/
.sponsorads.
.streamads.
.swf?1&clicktag=
.swf?2&clicktag=
.swf?ad=
.swf?click=
.swf?clicktag=
.swf?clickthru=
.swf?iurl=http
.swf?link1=http
.swf?link=http
.swf?popupiniframe=
.text-link-ads.
.textads.
.th/ads/
.theadtech.
.to/ads/
.topad.
.tv/adl.
.tv/ads.
.tv/ads/
.twoads.
.tz/ads/
.ug/ads/
.uk/ads.
.uk/ads/
.uk/adv/
.us/ad/*?
.us/ads.
.us/ads/
.utils.ads.
.vert.ad.
.videoad3.
.videoad4.
.weborama.js
.widgets.ad?
.win/ads/
.ws/ads/
.xinhuanetAD.
.xxx/ads/
.xyz/ads/
.za/ads.
.za/ads/$domain=~ananzi.co.za
.zm/ads/
.zw/ads/
/!advert_
/0/ads/*
/04/ads-
/1/ads/*$~image
/1/ads_
/120ad.
/120ads/*
/125ads/*
/125x125_ADS/*
/125x125_banner.
/125x125ad.
/126_ad.
/160_ad_
/17/ads/*
/1912/ads/*
/1afr.php?
/2/ads/*$~image
/2010/ads/*
/2010main/ad/*
/2011/ads/*
/2013/ad/*
/2013/ads/*
/2014/ads/*
/2015/ads/*
/2018-ads-
/24-7ads.
/24adscript.
/250x250-adverts.
/250x250_advert_
/300-ad-
/300250_ad-
/300_ad_
/300ad.
/300by250ad.
/300x250ad.
/300x250adbg.
/300x250ads.
/300x250advert.
/300x500_ad
/336x280ads.
/3_ads.
/3pt_ads.
/468-banner.
/468ad.
/468x60ad.
/468xads.
/658x96xadv_
/728_ad_
/728x80topad.
/728x90banner.
/768x90ad.
/?addyn|*
/?adv_partner
/?advideo/*
/?view=ad
/_/ads/*
/_30/ads/*
/__adstop.
/_ads/*
/_affiliatebanners/*
/_global/ads/*
/_img/ad_
/_js2/oas.
/_scripts/_oas/*
/_svc/ad/*
/a-ads.$third-party
/a/?ad=
/a/ads/*
/a/display.php?
/a1/*?sub=$third-party
/a2/?sub=$third-party
/a2/ads/*
/a3/?sub=$third-party
/a7delivery_
/aa/www/*
/aamsz=
/ABAdsv1.
/abm.asp?
/abm.aspx
/abmw.asp
/abmw/*
/abnl/?begun^
/abnl/?narodads^
/about-these-ads.
/absolutebm.aspx?
/abvAds_
/AbvProductAds/*
/acc_random=
/active-ad-
/ad%20banners/*
/ad%20images/*
/ad-125.
/ad-300topleft.
/ad-300x250.
/ad-300x254.
/ad-300x300.
/ad-350x350-
/ad-400.
/ad-410x300.
/ad-468-
/ad-600-
/AD-970x90.
/ad-ace/*
/ad-amz.
/ad-api-
/ad-api/*
/ad-audit.
/ad-background.
/ad-banner-
/ad-banner.
/ad-bckg.
/ad-bin/*
/ad-blacklist.
/ad-bottom.
/ad-box-
/ad-boxes-
/ad-bucket.
/ad-builder.
/ad-button1.
/ad-callback.
/ad-catalogue-
/ad-cdn.
/ad-channel-
/ad-choices-
/ad-choices.
/ad-controller.
/ad-creatives-
/ad-creatives/*
/ad-emea.
/ad-engine.
/ad-exchange.
/ad-feature-
/ad-feedback.
/ad-feedback/*
/ad-fix-
/ad-flashgame.
/ad-format.
/ad-forumhome/*
/ad-frame.
/ad-frame/*
/ad-gallery.$~stylesheet
/ad-half_
/ad-hcm.
/ad-header.
/ad-home-
/ad-hug.
/ad-identifier.
/ad-ifr.
/ad-iframe-
/ad-iframe.
/ad-iframe?
/ad-image.
/ad-images/*
/ad-ina.
/ad-indicator-
/ad-inject/*
/ad-injection/*
/ad-inserter-
/ad-inserter/*
/ad-int-
/ad-invalid-
/ad-issue.
/ad-label-
/ad-label.
/ad-layering-
/ad-layers-
/ad-layers.
/ad-layout/*$~script,~stylesheet
/ad-leaderboard.
/ad-left.
/ad-letter.
/ad-lil.
/ad-link/*
/ad-loader-
/ad-loader.
/ad-loading.
/ad-local.$domain=~ad-local.de
/ad-logger/*
/ad-manager/*
/ad-managment/*
/ad-maven-
/ad-methods.
/ad-minister-
/ad-minister.$domain=~ad-minister.app
/ad-minister/*$domain=~ad-minister.app
/ad-modules/*
/ad-navi/*
/ad-nytimes.
/ad-offer1.
/ad-openx.
/ad-overlay-
/ad-overlay.
/ad-page/*
/ad-plate/*
/ad-plugin/*
/ad-point/*
/ad-position-
/ad-pub.
/ad-pulse.
/ad-record.
/ad-refresh-
/ad-refresh.
/ad-renderer.
/ad-right2.
/ad-ros-
/ad-rotator-
/ad-scroll.
/ad-serve?
/ad-server.
/ad-server/*
/ad-side/*
/ad-sidebar-
/ad-skin-
/ad-skyscraper.
/ad-source/*
/ad-sovrn.
/ad-specs.
/ad-sprite.
/ad-srv.
/ad-strip.
/ad-stub-
/ad-studio/*
/ad-styles.
/ad-tag-
/ad-tag2.
/ad-tags/*
/ad-tandem.
/ad-template.
/ad-template/*
/ad-text.
/ad-third-party/*
/ad-time/*
/ad-title.
/ad-top-
/ad-top.
/ad-top/*
/ad-topbanner-
/ad-unit-
/ad-updated-
/ad-utilities.
/ad-vert.
/ad-vertical-
/ad-verticalbar.
/ad-view-
/ad-web.
/ad-wisteria.
/ad.ams.
/ad.ashx?
/Ad.asmx/*
/ad.asp?
/ad.aspx?
/ad.cgi?
/ad.code?
/ad.css?
/ad.epl?
/ad.gif|
/ad.html?
/ad.info.
/ad.jsp?
/ad.mason?
/ad.min.
/ad.php3?
/ad.php?
/ad.php|
/ad.popup?
/ad.premium-
/ad.redirect.
/ad.sense/*
/ad.serve.
/ad.skin.
/ad.slot.
/ad.valary?
/ad.view?
/ad.xml$xmlhttprequest
/ad.ytn.
/ad/*&ifid=
/ad/130-
/ad/402_
/ad/600-
/ad/728-
/ad/938-
/ad/940-
/ad/960x60.
/ad/?host=
/ad/?section=
/ad/?site=
/ad/a.aspx?
/ad/activateFlashObject.
/ad/ad2/*
/ad/add_
/ad/adp_
/ad/afc_
/ad/article/*
/ad/article_
/ad/audsci.
/ad/b_view?
/ad/banner.
/ad/banner/*
/ad/banner?
/ad/banner_
/ad/bannerdetails/*
/ad/bannerimg/*
/ad/banners/*
/ad/bbl-
/ad/behavpixel.
/ad/bin/*
/ad/blank.
/ad/blog_
/ad/bottom.
/ad/bsb.
/ad/card-
/ad/clients/*
/ad/common/*
/ad/common_
/ad/commons/*
/ad/content/*
/ad/cpmstar/*
/ad/cross-
/ad/css/*$domain=~cspace.com
/ad/directcall/*
/ad/empty.
/ad/extra/*
/ad/extra_
/ad/files/*
/AD/Footer_
/ad/frame1.
/ad/framed?
/ad/generate?
/ad/getban?
/ad/getbanandfile?
/ad/google/*
/ad/google_
/ad/guest/*
/ad/homepage?
/ad/html/*
/ad/iframe.
/ad/iframe/*
/ad/image/*
/ad/images/*
/ad/img/*
/ad/index.
/ad/index/*
/Ad/Index?
/ad/index_
/ad/inline?
/ad/integral-
/ad/inventory/*
/ad/js/banner9232.
/ad/js/pushdown.
/ad/jsonp/*
/ad/leaderboard.
/ad/listing-
/ad/live-
/ad/load.
/ad/load_
/ad/loaders/*
/ad/loading.
/ad/log/*
/ad/login-
/ad/logo/*
/ad/material/*
/ad/middle.
/ad/mpu/*
/ad/multfusion.
/ad/network/*
/Ad/Oas?
/ad/omakasa.
/ad/ongoing/*
/ad/p/jsonp?
/ad/play1.
/ad/player_
/ad/player|
/ad/pong?
/ad/popup.
/Ad/premium/*
/ad/preview/*
/ad/quigo/*
/ad/random_
/ad/realclick.
/ad/realclick/*
/ad/rectangle.
/ad/reklamy.
/ad/request?
/ad/right2.
/ad/rotate?
/ad/script/*
/ad/select?
/ad/semantic_
/ad/serve.
/ad/show.
/ad/side_
/ad/skin_
/ad/skyscraper.
/ad/skyscrapper.
/ad/slider/*
/ad/small-
/ad/spacer.
/ad/special.
/ad/sponsored-
/ad/sponsors/*
/ad/static_
/ad/status?
/ad/superbanner.
/ad/swf/*
/ad/takeover/*
/ad/textlinks/*
/ad/thumbs/*
/ad/timing.
/ad/top.
/ad/top/*
/ad/top1.
/ad/top2.
/ad/top3.
/ad/top_
/ad/view/*
/ad/View3.
/ad/wisteria/*
/ad/zeus/*
/ad0.$domain=~ad0.com|~ad0.dev|~ad0.org|~vereinslinie.de
/ad000/*
/ad01.
/ad02/background_
/ad1-728-
/ad1.$domain=~ad1.de|~ad1.in|~vereinslinie.de
/ad1/index.
/ad11c.
/ad12.
/ad120x60.
/ad125.
/ad125b.
/ad125x125.
/ad132m.
/ad132m/*
/ad134m/*
/ad136/*
/ad15.
/ad16.$domain=~ad16.asmrc.org
/ad160.
/ad160k.
/ad160px.
/ad160x600.
/ad1_
/ad1place.
/ad1r.
/ad1x1home.
/ad2-728-
/ad2.$domain=~vereinslinie.de
/ad2/index.
/ad2/res/*
/ad2010.
/ad234.
/ad24.png
/ad24/*
/ad247realmedia/*
/ad250.
/ad290x60_
/ad2_
/ad2border.
/ad2con.
/ad2gate.
/ad2gather.
/ad2push.
/ad2you/*
/ad3.$domain=~ad3.eu|~vereinslinie.de
/ad300.
/ad300f.
/ad300f2.
/ad300home.
/ad300s.
/ad300ws.
/ad300x.
/ad300x145.
/ad300x250-
/ad300x250.
/ad300x250_
/ad336.
/ad350.
/ad3_ima.
/ad3i.
/ad4.$domain=~ad4.wpengine.com|~vereinslinie.de
/ad41_
/ad468.
/ad468x60.
/ad468x80.
/ad4i.
/ad5.
/ad6.
/ad600x250.
/ad600x330.
/ad7.
/ad728-
/ad728.
/AD728cat.
/ad728f.
/ad728f2.
/ad728home.
/ad728rod.
/ad728s.
/ad728t.
/ad728w.
/ad728ws.
/ad728x.
/ad728x15.
/ad728x15_
/ad728x90-
/ad728x90.
/ad8.
/ad?channel=
/ad?cid=
/ad?count=
/ad?currentview=
/ad?data=
/ad?iframe_
/ad?pos_
/ad?sponsor=
/ad?type=
/ad_120_
/ad_200x90_
/ad_234x60_
/ad_250x250_
/ad_300.
/ad_300250.
/ad_300_
/ad_4_tag_
/ad_600_
/ad_600x160_
/ad_600x500/*
/ad_728.
/ad_728_
/ad_960x90_
/ad_agency/*
/ad_announce.
/ad_area.
/ad_art/*
/ad_article_
/Ad_Arub_
/ad_axt_
/ad_banner.
/ad_banner/*
/ad_banner1.
/ad_banner2.
/ad_banner_
/ad_bannerPool-
/ad_banners/*
/ad_bar_
/ad_base.
/ad_big_
/ad_blog.
/ad_bomb/*
/ad_bot.
/ad_bottom.
/ad_box.
/ad_box1.
/ad_box2.
/ad_box?
/ad_box_
/ad_boxes/*
/ad_bsb.
/ad_button.
/ad_cache/*
/ad_campaign?
/ad_campaigns/*
/ad_caption.
/ad_check.
/ad_choices.
/ad_choices_
/ad_code.
/ad_common.
/ad_commonside.
/ad_commonside_
/ad_companion?
/ad_config.
/ad_configuration.
/ad_configurations_
/ad_container_
/ad_content.
/ad_contents/*
/ad_count.
/ad_counter.
/ad_counter_
/ad_create.
/ad_creatives.
/ad_data/*
/ad_data_
/ad_delivery?
/ad_detect.
/ad_digital.
/ad_dir/*
/ad_display.
/ad_display_
/ad_drivers/*
/ad_ebound.
/ad_editorials_
/ad_engine?
/ad_entry_
/ad_exo.
/ad_feed.
/ad_feedback_
/ad_file/*
/ad_files/*
/ad_fill.
/ad_filler.
/ad_filmstrip/*
/ad_fixedad.
/ad_flash/*
/ad_flat_
/ad_floater.
/ad_folder/*
/ad_footer.
/ad_footer_
/ad_forum_
/ad_frame.
/ad_frame?
/ad_frm.
/ad_function.
/ad_ga_callback.
/ad_generator.
/ad_generator?
/ad_gif/*
/ad_gif_
/ad_google.
/ad_h.css?
/ad_hcl_
/ad_hcr_
/ad_head_
/ad_header.
/ad_header_
/ad_headerbg.
/ad_height/*
/ad_holder/*
/ad_home.
/ad_home2011_
/ad_home_
/ad_homepage_
/ad_horisontal.
/ad_horiz.
/ad_horizontal.
/ad_html/*
/ad_icons/*
/ad_iframe.
/ad_iframe_
/ad_ima-
/ad_image.
/ad_image2.
/ad_images/*
/ad_img.
/ad_img/*
/ad_include.
/Ad_Index?
/ad_index_
/ad_insert.
/ad_isp_
/ad_jnaught/*
/ad_keywords.
/ad_label2_
/ad_label728.
/ad_label_
/ad_large.
/ad_lazyload.
/ad_leader.
/ad_leader_
/ad_leaderboard.
/ad_leaderboard/*
/ad_left.
/ad_left_
/ad_legend_
/ad_link.
/ad_links/*
/ad_listpage.
/ad_load.
/ad_loader.
/ad_loader2.
/ad_locations/*
/ad_log_
/ad_lomadee.
/ad_manage.
/ad_manager.
/ad_manager/*
/ad_master_
/ad_mbox.
/ad_media/*
/ad_medium_
/ad_mini_
/ad_mobile.
/ad_mpu.
/ad_multi_
/ad_navigbar_
/ad_news.
/ad_note.
/ad_notice.
/ad_oas/*
/ad_offersmail_
/ad_onclick.
/ad_ops/*
/ad_option_
/ad_overlay.
/ad_page_
/ad_paper_
/ad_parts.
/ad_peel/*$script
/ad_pics/*
/ad_pir.
/ad_pop.
/ad_pop1.
/ad_popup_
/ad_pos=
/ad_position=
/ad_position_
/ad_premium.
/ad_premium_
/ad_preroll-
/ad_print.
/ad_rectangle_
/ad_red.
/ad_refresh.
/ad_refresher.
/ad_reloader_
/ad_remon_
/ad_render_
/ad_renderv4_
/ad_rentangle.
/ad_req.
/ad_request.
/ad_resize.
/ad_right.
/ad_right_
/ad_rotation.
/ad_rotator.
/ad_rotator/*
/ad_rotator_
/ad_screen.
/ad_script.
/ad_script_
/Ad_Scripts/*
/ad_scroller.
/ad_selectMainfixedad.
/ad_serv.
/ad_serve.
/ad_serve_
/ad_server.
/ad_server/*
/ad_serverV2.
/ad_servlet.
/ad_shared/*
/ad_show.
/ad_show?
/ad_side.
/ad_sidebar/*
/ad_sizes=
/ad_skin_
/ad_sky.
/ad_skyscraper.
/ad_slideout.
/ad_slots.
/ad_space.
/ad_spot.
/ad_square.
/ad_square_
/ad_squares.
/ad_srv.
/ad_status.
/ad_stem/*
/ad_sticky.
/ad_styling_
/ad_supertile/*
/ad_support.
/ad_sys/*
/ad_syshome.
/ad_system/*
/ad_tab.
/ad_tag.
/ad_tag_
/ad_tags_
/ad_text.
/ad_text_
/ad_tickets.
/ad_tile/*
/ad_timer.
/ad_title_
/ad_tools/*
/ad_top.
/ad_top/*
/ad_top_
/ad_topgray2.
/ad_tower_
/ad_tpl.
/ad_ttb.
/ad_txt.
/ad_units.
/ad_units/*
/ad_units?
/ad_upload/*
/ad_util.
/ad_utils.
/ad_utils/*
/ad_ver/*
/ad_vert.
/ad_vertical.
/ad_video.htm
/ad_video1.
/ad_view_
/ad_wide_
/ad_width/*
/ad_wrapper.
/ad_www_
/adactions.
/adaffiliate_
/AdAgent_
/adanalytics.
/adanim/*
/adaptv_ortb/*
/adaptvadplayer.
/adaptvadservervastvideo.
/adaptvexchangevastvideo.
/adarena/*
/adasiatagmanager.
/adasset/*
/adasset4/*
/adasync.
/adb.js?tag=
/adback.
/adback?
/AdBackground.
/adban.
/adbanner.
/adbanner/*
/adbanner2.
/adbanner2/*
/adbanner_
/adbanners/*
/adbar.$domain=~adbar.fi|~adbar.io|~adbar.jp
/adbar/*
/adbar2_
/adbar_
/adbars.
/adbase.$domain=~adbase.ai
/adbayimg/*
/adbeacon.
/adbebi_
/adbet-
/adbetween/*
/adbg.jpg
/adbl1/*
/adbl2/*
/adbl3/*
/adblade-publisher-tools/*
/adblob.
/adblock.ash
/adblock.js
/adblock26.
/adblock?id=
/adblockl.
/adblockr.
/adbn?
/adboost.$domain=~adboost.fr|~adboost.io|~adboost.se|~adboost.sellerboost.de
/adborder.
/adbot160.
/adbot300.
/adbot728.
/adbot_
/adbotleft.
/adbotright.
/adbottom.
/adbox.
/adbox/*
/adbox1.
/adbox2.
/adbox_
/adboxbk.
/AdBoxDiv.
/adboxes/*
/adboxtable-
/adbreak_
/adbridg.
/adbrite-
/adbrite.
/adbrite/*
/adbrite2.
/adbrite_
/adbriteinc.
/adbriteincleft2.
/adbriteincright.
/adbroker.
/adbroker/*
/adbtr.
/adbucket.
/adbucks/*
/adbug_
/adbureau.
/adbutler-
/adbutler/*
/adbytes.
/adcache.
/adcall.
/adcalloverride.
/adcampaigns/*
/adcase.$domain=~adcase.ru
/adcash-
/adcash.$domain=~adcash.com
/adcash|
/adcast01_
/adcast_
/adcde.js
/adcdn.
/adcell/*
/adcenter.$script,domain=~adcenter.capgemini.com|~adcenter.nu|~m-m-g.com
/adcentral.
/adCfg.
/adcframe.
/adcgi?
/adchain-
/adchain.
/adchannel_
/adcheck.
/adcheck?
/adchoice.
/adchoice/*
/adchoice_
/adchoices-
/adchoices.
/adchoices/*
/adchoices16.
/adchoices2.
/adchoices_
/adchoicesfooter.
/adchoicesicon.
/adchoiceslogo.
/adchoicesv4.
/adcircle.
/adcla/*
/adclick-
/adclick.
/adclick/*
/adClick?
/adclient-
/adclient.
/adclient/*
/adclix.$~image
/adclixad.
/adClosefeedbackUpgrade.
/adclutter.
/adcode.
/adcode/*
/adcode_
/adcodes/*
/adcollector.
/adcommon?
/adcomp.
/adcomponent/*
/adconfig.
/adconfig/*
/adcontainer?
/adcontent.$~object
/adcontent/*
/adcontents_
/adcontrol.
/adcontrol/*
/adcontroller.
/adcore.$domain=~adcore.ch|~adcore.com.au|~adcore.ua
/adcore_$domain=~adcore.ch|~adcore.com.au
/adcount.$domain=~adcount.com|~adcount.fi
/adcounter.
/adcreative.
/adcreative/*
/adcreatives/*
/adcss/*
/adctrl/*
/adcxtnew_
/adcycle.
/adcycle/*
/add728.
/addata.$domain=~addata.io
/addatasandbox?
/addeals/*
/addefend.
/addefend/*
/addelivery/*
/addeliverymodule/*
/addisplay.$domain=~addisplay.ca
/addon/ad/*
/addons/ads.
/addons/ads/*
/adds_banner/*
/addyn/3.0/*
/addyn|*;adtech;
/addyn|*|adtech;
/adedge/*
/AdElement/*
/adenc.
/adenc_
/adengage-
/adengage.
/adengage/*
/adengage0.
/adengage1.
/adengage2.
/adengage3.
/adengage4.
/adengage5.
/adengage6.
/adengage_
/adengine.
/adengine/*
/adengine_
/adentry.
/aderlee_ads.
/adError/*
/adevent.$domain=~adevent.com
/adevents.$domain=~adevents.com|~adevents.com.au
/adex.js
/adexample?
/adexclude/*
/adexternal.
/adf.cgi?
/adfactor/*
/adfactor_
/adfactory-
/adfactory.$domain=~adfactory.rocks
/adfactory_
/adfarm.$~image,third-party,domain=~mediaplex.com
/adfarm.$~third-party,domain=~mediaplex.com
/adfarm/*
/adfeed.
/adfeedback/*
/adfeeds.
/adfeedtestview.
/adfetch.
/adfetch?
/adfetcher?
/adfever_
/adfile.
/adfile/*
/adfiles.
/adfiles/*
/adfillers/*
/adfit/*
/adflag.
/adflash.
/adflashes/*
/adfliction-
/adflow.$domain=~adflow.com.au|~adflow.io|~adflow.marketing|~adflow.pl
/adfly/*
/adfolder/*
/adfootcenter.
/adfooter.
/adFooterBG.
/adfootleft.
/adfootright.
/adforgame160x600.
/adforgame728x90.
/adforgame728x90_
/adforge.
/adform/Adform_
/AdForm_trackpoint.
/AdForm_trackpoint_
/adformats/*
/AdformVideo_
/adforums/*
/adfox.$domain=~adfox.de|~adfox.group|~adfox.hu
/adfox/*
/adfoxLoader_
/adfr.
/adframe.
/adframe/*
/adframe120.
/adframe120x240.
/adframe2.
/adframe468.
/adframe728a.
/adframe728b.
/adframe728b2.
/adframe728bot.
/adframe728homebh.
/adframe?
/adframe_
/adframebottom.
/adframecommon.
/adframemiddle.
/adframes.
/adframes/*
/adframetop.
/adframewrapper.
/adfrequencycapping.
/adfrm.
/adfront/*
/adfshow?
/adfuncs.
/adfunction.
/adfunctions.
/adfusion/*
/adgallery1.
/adgallery1|
/adgallery2.
/adgallery2|
/adgallery3.
/adgallery3|
/adgalleryheader.
/adgear.js
/adgear/*
/adgear1-
/adgear2-
/adgearsegmentation.
/adgenerator.
/adgeo/*
/adGet.
/adgetter.
/adgitize-
/adgooglefull2.
/adGpt.
/adgraphics/*
/adguard.$domain=~adguard-com.cdn.ampproject.org|~adguard.com|~adguard.mobi|~adguard.oneskyapp.com|~greinr.com
/adguru.
/adhads.
/adhalfbanner.
/adhandler.
/adhandler/*$~subdocument
/adhandlers-
/adhandlers2.
/adheader.
/adheadertxt.
/adheading_
/adhelper.
/adhese.$domain=~adhese.com
/adhese_
/adhints/*
/adhomepage.
/adhomepage2.
/adhood.
/adhost.$domain=~adhost.dk
/adhref.$domain=~adhref.com
/adhtml/*
/adhub.
/adhug_
/adicon_
/adiframe.
/adiframe/*
/adiframe1.
/adiframe18.
/adiframe2.
/adiframe7.
/adiframe9.
/adiframe?
/adiframe_
/adiframeanchor.
/adiframem1.
/adiframem2.
/adiframetop.
/adiframe|*|adtech;
/adify_
/adifyad.
/adifyids.
/adifyoverlay.
/adim.html?ad
/adimage.
/adimage/*
/adimage?
/adimages.
/adimages/*$~subdocument
/adimg.$domain=~adimg.ru
/adimg/*
/adinator/*
/adinclude.
/adinclude/*
/adindex/*
/adindicatortext.
/adInfoInc/*
/adinit.
/adinject.$domain=~adinject.com
/adinjector.
/adinjector_
/adinsert.
/adinsertionplugin.
/adinsertjuicy.
/adinterax.
/adiquity.
/adiro.$domain=~adiro.se
/aditems/*
/adition.
/adixs.
/adj.php?
/adjk.
/adjoin.
/adjs.
/adjs/*
/adjs?
/adjs_
/adjsmp.
/adjson.
/adjug.
/adjuggler?
/adkeys.
/adkingpro-
/adkingpro/*
/adl.php
/adlabel.$domain=~adlabel.adgoal.de
/adlabel_
/adlabs.js
/AdLanding.
/adlanding/*
/adlandr.
/adlantis.
/adlantisloader.
/adlargefooter.
/adlargefooter2.
/adlayer.
/adlayer/*
/adlead.$domain=~adlead.com
/adleader.
/adleaderboardtop.
/adleft.
/adleft/*
/adleftsidebar.
/adlens-
/adlesse.
/adlib.$domain=~adlib.info|~adlib.mu|~catharijneconvent.nl
/adlift4.
/adlift4_
/adline.$domain=~adline.co.il
/adlink-$domain=~adlinktech.com
/adlink.$domain=~adlink.guru|~adlinktech.com
/adlink/*$domain=~adlinktech.com
/adLink728.
/adlink?
/adlink_
/adlinks.
/adlinks2.
/adlinks_
/adlist_
/adload.
/adloader.
/adloader/*
/adlock300.
/adlog.php?
/adlogix.
/adm/ad/*
/admage.
/admain.
/admain|
/adman-$domain=~adman-industries.com
/adman.$domain=~adman.com|~adman.ee|~adman.studio
/adman/*
/adman_
/admanagement/*
/admanagementadvanced.
/admanager.$~object,domain=~admanager.google.com
/admanager/*$~object
/admanager3.
/admanager_
/admanagers/*
/admanagerstatus/*
/admania/*$~font,~stylesheet
/admaniacustom.
/admanproxy.
/ADMark/*
/admarker.
/admarker_
/admarket/*
/adMarketplace.$domain=~admarketplace.brave.com
/admarubanners.
/admarvel.
/admaster.$domain=~admaster.biz
/admaster?
/admatch-
/admatcher.$~object,~xmlhttprequest
/admatcherclient.
/admatik.
/admaven.js
/admaven.min.js
/admax.$domain=~admax.cn|~admax.co|~admax.eu|~admax.fi|~admax.info|~admax.net|~admax.nu|~admax.org|~admax.se|~admax.us
/admax/*
/admaxads.
/admcoreext.
/admeasure.
/admedia.$domain=~admedia.co.il|~admedia.com|~admedia.net.au
/admedia/*
/admega.
/admeld.
/admeld/*
/admeld_
/admeldscript.
/admentor/*
/admentor302/*
/admentorasp/*
/admentorserve.
/admeta.
/admeta/cm?
/admetamatch?
/admez.
/admez/*
/admgr.
/admicro2.
/admicro_
/admin/ad_
/admin/banners/*
/admin/sponsors/*
/adminibanner2.
/admixer-
/admixer_
/admob.$domain=~google.com
/adModule.
/admonitor-
/admonitor.
/admvn_pop.
/adnap/*
/adNdsoft/*
/adnet.$domain=~adnet.agency|~adnet.hr
/ADNet/*
/adnet2.
/adnetmedia.$domain=~adnetmedia.hu
/adnetwork.$domain=~adnetwork.ai|~adnetwork.ie
/adnetwork/*
/adnetwork300.
/adnetwork468.
/adnetwork_
/adnew2.
/adnews.$domain=~adnews.pl
/AdNewsclip14.
/AdNewsclip15.
/adnex.
/adnext.$domain=~adnext.pl
/adnexus-
/adng.html
/adning/*
/adnl.
/adnotice.
/adnow-
/adobject.
/adocean.
/adometry-
/adometry.
/adometry?
/adonline.
/adonly468.
/adops.$domain=~adops.co.il
/adops/*
/adopshost.
/adopspush-
/adoptimised.
/AdOptimizer.
/adoptionicon.
/adoptions.$domain=~efollett.com
/adorika300.
/adorika728.
/ados.js
/ados?
/adotube_adapter.
/adotubeplugin.
/adoverlay.
/adoverlay/*
/adoverlayplugin.
/adoverride.
/adp-pro/*
/adp.htm
/adpage-$domain=~adpage.com.ua|~adpage.io
/adpage.$domain=~adpage.com.ua|~adpage.io
/adpage/*$domain=~adpage.com.ua|~adpage.io
/adpagem.
/adpages/*$domain=~adpages.com
/adpai.
/adpan/*
/adpanel/*
/adpanelcontent.
/adpartner.
/adparts/*
/adpatch.
/adpeeps.
/adpeeps/*
/adperf_
/adperfdemo.
/adphoto.$domain=~adphoto.eu|~adphoto.fr|~adphoto.pl
/adpic.
/adpic/*
/adpicture.
/adpicture1.
/adpicture1|
/adpicture2.
/adpicture2|
/adpictures/*
/adping.
/adpix/*
/adplace/*
/adplace5_
/adPlaceholder.
/adplacement.
/adplan4.
/adplay.
/adplayer-
/adplayer.$domain=~adplayer.media
/adplayer/*
/adplugin.
/adplugin/*
/adplugin_
/adpoint.
/adpolestar/*
/adpool/*
/adpop.$domain=~adpop.io|~adpop.me|~adpop.ro
/adpop32.
/adpopup.
/adPos?
/adPositions.
/adpositionsizein-
/AdPostInjectAsync.
/AdPreview/*
/adprime.$domain=~adprime.pl
/adproducts/*
/adprove_
/adprovider.
/adproxy.
/adproxy/*
/AdPub/*
/adpush/*
/adquality/*
/adratio.
/adrawdata/*
/adreactor/*
/adreadytractions.
/adrec.$domain=~adrec.paris-sorbonne.fr
/adreclaim-
/adrectanglebanner?
/adrefresh-
/adrefresh.
/adrelated.
/adreload.
/adreload?
/adremote.
/adrendererfactory.
/adreplace/*
/adreplace160x600.
/adreplace728x90.
/adrequest.$domain=~adrequest.com
/adRequest?$domain=~adrequest.com
/adrequests.
/adrequestvo.
/adrequisitor-
/adrevenue/*
/adrevolver/*
/adrich.
/adright.$domain=~adright.com
/adright/*
/adrightcol.
/adriver.$~object,domain=~adriver.co|~adriver.io
/adriver/*
/adriver_$~object
/adrobot.$domain=~adrobot.com.au
/adrolays.
/adRoll.
/adroller.
/adrollpixel.
/adroot/*
/adrot.
/adrot_
/adrotat.
/adrotate-
/adrotate.
/adrotate/*
/adrotation.
/adrotator.
/adrotator/*
/adrotator2.
/adrotator_
/adrotv2.
/adrun.
/adruptive.
/ads-01.
/ads-02.
/ads-03.
/ads-04.
/ads-05.
/ads-06.
/ads-07.
/ads-1.
/ads-2.
/ads-250.
/ads-300-
/ads-300.
/ads-5.
/ads-admin.
/ads-api.
/ads-arc.
/ads-async.
/ads-banner
/Ads-bdl?
/ads-beacon.
/ads-blogs-
/ads-cch-
/ads-common.
/ads-config.
/ads-foot.
/ads-footer.
/ads-gpt.
/ads-header-
/ads-holder.
/ads-home.
/ads-inside-
/ads-intros.
/ads-leader|
/ads-min.
/ads-mobileweb-
/ads-module.
/ads-module/*
/ads-mopub?
/ads-net.
/ads-new.
/ads-no-
/ads-nodep.
/ads-pd.
/ads-rectangle.
/ads-rec|
/ads-request.
/ads-restrictions.
/ads-reviews-
/ads-right.
/ads-sa.
/ads-screen.
/ads-scroller-
/ads-segmentjs.
/ads-service.
/ads-sidebar-
/ads-skyscraper.
/ads-sky|
/ads-sticker.
/ads-sticker2.
/ads-top.
/ads-vast-
/Ads.ashx
/ads.asp?
/ads.aspx
/ads.bmp?
/ads.bundle.
/ads.cfm?
/ads.client-
/ads.cms
/ads.compat.
/ads.css
/ads.dll/*
/ads.gif
/ads.htm
/ads.jplayer.
/ads.js.
/ads.js/*
/ads.js?
/ads.json?
/ads.jsp
/ads.load.
/ads.min.js
/ads.pbs
/ads.php
/ads.pl?
/ads.png
/ads.release/*
/ads.swf
/ads.txt
/ads.v5.js
/ads.w3c.
/ads/1.
/ads/125l.
/ads/125r.
/ads/160.
/ads/160/*
/ads/2.
/ads/2010/*
/ads/250x120_
/ads/3.
/ads/300.
/ads/3002.
/ads/300x120_
/ads/468.
/ads/468a.
/ads/728-
/ads/728.
/ads/728b.
/ads/728x90above_
/ads/?id=
/ads/?page=
/ads/?QAPS_
/ads/?uniq=
/ads/a.
/ads/ab/*
/ads/abrad.
/ads/acctid=
/ads/ad-
/ads/ad.
/ads/ad_
/ads/ado-
/ads/adp4.
/ads/adrime/*
/Ads/adrp0.
/ads/ads-$~stylesheet
/ads/ads.
/ads/ads/*
/ads/ads_
/ads/adv/*
/ads/adx/*
/ads/afc/*
/ads/aff-
/ads/all_
/ads/article-
/ads/article.
/ads/as_header.
/ads/assets/*
/ads/async/*
/ads/b/*
/ads/banid/*
/ads/banner-
/ads/banner.
/ads/banner/*
/ads/banner01.
/ads/banner?
/ads/banner_
/ads/banners/*
/ads/base.
/ads/beacon.
/ads/behicon.
/ads/bg_
/ads/bilar/*
/Ads/Biz_
/ads/blank.
/ads/bottom.
/ads/bottom/*
/ads/box/*
/ads/box300.
/ads/branding/*
/ads/bt/*
/ads/btbuckets/*
/Ads/Builder.
/ads/bz_
/ads/cbr.
/ads/center-
/ads/center.
/ads/checkViewport.
/ads/click_
/ads/cnvideo/*
/ads/common/*
/ads/community?
/ads/config/*
/ads/configuration/*
/ads/contextual.
/ads/contextual_
/ads/contextuallinks/*
/ads/create_
/ads/creatives/*
/ads/cube-
/ads/daily.
/ads/daily_
/ads/dart.
/ads/default_
/ads/delivery?
/ads/design-
/ads/desktop-
/ads/dfp.
/ads/dfp/*
/ads/dfp?
/ads/dhtml/*
/ads/directory/*
/ads/display/*
/ads/displaytrust.
/ads/dj_
/ads/drive.
/ads/ds/*
/ads/elementViewability.
/ads/empty.
/ads/exit.
/ads/exo_
/ads/fb-
/ads/final.
/ads/flash/*
/ads/flash_
/ads/flashbanners/*
/ads/footer-
/ads/footer.
/ads/footer_
/ads/forum-
/ads/forums/*
/ads/freewheel/*
/ads/frontpage/*
/ads/g/*
/ads/generatedHTML/*
/ads/generator/*
/ads/getall
/ads/google1.
/ads/google2.
/ads/google_
/ads/gpt/*
/ads/gpt_
/ads/gray/*
/ads/head.
/ads/header-
/ads/header.
/ads/header/*
/ads/header_
/ads/home/*
/ads/homepage/*
/ads/horizontal/*
/ads/house/*
/ads/house_
/ads/html/*
/ads/htmlparser.
/ads/iframe
/ads/im2.
/ads/image/*
/ads/images/*
/ads/imbox-
/ads/img/*
/ads/index-
/ads/index.
/ads/index/*
/ads/index_
/ads/indexmarket.
/ads/indexsponsors/*
/Ads/InFullScreen.
/ads/initialize/*
/ads/inline.
/ads/inner_
/ads/intermarkets_
/ads/interstitial.
/ads/interstitial/*
/ads/jobroll-
/ads/jquery.
/ads/js.
/ads/js/*
/ads/js_
/ads/jsbannertext.
/ads/labels/*
/ads/layer.
/ads/leaderboard-
/ads/leaderboard.
/ads/leaderboard/*
/ads/leaderboard?
/ads/leaderboard_
/ads/leaderbox.
/ads/like/*
/ads/load.
/ads/lz_loader.
/ads/main.
/ads/marketing/*
/ads/masthead_
/ads/menu_
/ads/middle/*
/ads/mobiles/*
/ads/motherless.
/ads/mpu/*
/ads/mpu2?
/ads/mpu?
/ads/msn/*
/ads/mt_
/ads/narf_
/ads/native.
/ads/native/*
/ads/navbar/*
/ads/ninemsn.
/ads/oas-
/ads/oas/*
/ads/oas_
/ads/original/*
/ads/oscar/*
/ads/outbrain?
/ads/overlay-
/ads/overlay/*
/ads/p/*
/ads/page.
/ads/panel.
/ads/payload/*
/ads/pc.
/ads/pencil/*
/ads/player-
/ads/plugs/*
/ads/pop.
/ads/popout.
/ads/popshow.
/ads/popup.
/ads/popup_
/ads/post-
/ads/postscribe.
/ads/preloader/*
/ads/preroll-
/ads/preroll/*
/ads/preroll_
/ads/pro/*
/ads/prod/*
/ads/profile/*
/ads/promo_
/ads/proposal/*
/ads/proximic.
/ads/proxy-
/AdS/RAD.
/ads/rail-
/ads/rawstory_
/ads/real_
/ads/rect_
/ads/rectangle_
/Ads/Refresher.
/ads/request.
/ads/reskins/*
/ads/revgen.
/ads/right.
/ads/right/*
/ads/ringtone_
/ads/rotate/*
/ads/rotate_
/ads/scriptinject.
/ads/scripts/*
/ads/select/*
/ads/serveIt/*
/ads/show.
/ads/show/*
/ads/side-
/ads/sidebar-
/ads/sidedoor/*
/ads/sitewide_
/ads/skins/*
/ads/sky_
/ads/slideup.
/ads/smi24-
/ads/spacer.
/ads/sponsor
/ads/square-
/ads/square.
/ads/square2.
/ads/square3.
/ads/src/*
/ads/storysponsors/*
/ads/sub/*
/ads/swfobject.
/ads/syndicated/*
/ads/taboola/*
/ads/tags?
/ads/takeovers/*
/ads/targeting.
/ads/text/*
/ads/third-
/ads/tile-
/ads/top-
/ads/top.
/ads/tr_
/ads/tracker/*
/ads/triggers/*
/ads/tso
/ads/txt_
/ads/v2/*
/ads/vertical/*
/ads/vg/*
/ads/video/*
/ads/video_
/ads/view.
/ads/views/*
/ads/vip_
/ads/vmap/*$~xmlhttprequest
/ads/web/*
/ads/webplayer.
/ads/webplayer?
/ads/welcomescreen.
/ads/widebanner.
/ads/widget.
/ads/writecapture.
/ads/www/*
/ads/xtcore.
/ads/yahoo/*
/ads/zergnet.
/ads/zone/*
/ads0.
/ads01.
/ads05.
/ads09a/*
/ads1.
/ads1/*
/ads10.
/ads10/*
/ads100.
/ads11.
/ads11/*
/ads12.
/ads125.
/ads125_
/ads160.
/ads160x600-
/ads160x600.
/ads160x600px.
/ads18.
/ads2.
/ads2/*
/ads20.
/ads2012/*
/ads2013/*
/ads2015/*
/ads203.
/ads210.
/ads2_
/ads2x300.
/ads2x300new.
/ads3.
/ads3/*
/ads300.
/ads300_250.
/ads300adn2.
/ads300x250.
/ads300X2502.
/ads300x250_
/ads300x250px.
/ads4.$domain=~ads4.city
/ads4/*
/ads468.
/ads468x60.
/ads468x60_
/ads4j.
/ads4n.
/ads5.
/ads5/*
/ads5t.
/ads6.
/ads6/*
/ads600-
/ads620x60/*
/ads7.
/ads7/*
/ads728.
/ads728adn2.
/ads728e.
/ads728x90_
/ads728x90a.
/ads790.
/ads8.
/ads8/*
/ads88.
/ads9.
/ads9/*
/ads?apid
/ads?callback
/ads?code=
/ads?id=
/ads?param=
/ads?spaceid
/ads?zone=
/ads?zone_id=
/ads_1.
/ads_160_
/ads_3.
/ads_300.
/ads_300_
/ads_6.
/ads_728_
/ads_9_
/ads_ad_
/ads_assets/*
/ads_banner_
/ads_banners/*
/ads_bg.
/ads_bottom.
/ads_bottom_
/ads_box_
/ads_check.
/ads_code.
/ads_code_
/ads_codes/*
/ads_common_library.
/ads_config.
/ads_controller.
/ads_detect.
/ads_dfp/*
/ads_display.
/ads_door.
/ads_event.
/ads_files/*
/Ads_Fix.
/ads_footer.
/ads_frame.
/ads_gallery/*
/ads_global.
/ads_gnm/*
/ads_google.
/ads_google_
/ads_home?
/ads_home_
/ads_ifr.
/ads_iframe.
/ads_image/*
/ads_images/*
/ads_leaderboard_
/ads_left_
/ads_load/*
/ads_loader.
/ads_manager.
/ads_medrec_
/ads_min_
/ads_new.
/ads_new/*
/ads_openx_
/ads_patron.
/ads_php/*
/ads_premium.
/ads_pro/*
/ads_r.
/ads_redirect.
/ads_reporting/*
/ads_script-
/ads_server_
/ads_show_
/ads_sidebar.
/ads_sprout_
/ads_start.
/ads_t/*
/ads_text_
/ads_thumb/*
/ads_top_
/ads_topbar_
/ads_ui.
/ads_videos/*
/ads_view.
/Ads_WFC.
/ads_yahoo.
/adsa468.
/adsa728.
/adsadclient31.
/adsadview.
/AdsAjaxRefresh.
/adsales/*
/adsall.$domain=~adsall.net
/adsame.
/adsame/*
/adsame1.
/adsample.
/adsandbox.
/adsandtps/*
/adsAPI.$domain=~snap.com|~snapchat.com
/adsarticlescript.
/AdsAsync.
/adsatt.
/adsbanner-
/adsbanner.
/adsbanner/*
/adsbannerjs.
/adsbox.$domain=~adsbox.com.sg|~adsbox.in
/adsby.
/adsbyadsn.
/adsbycurse.
/adsbyfalcon.
/adsbygoogle.$~xmlhttprequest
/adsbytenmax.
/adscale.$domain=~adscale.com|~adscale.io|~adscale.net
/adscale1.
/adscale_$domain=~adscale.com
/adscalebigsize.
/adscalecontentad.
/adscaleskyscraper.
/adscbg/*
/adscdn.
/adscloud.
/adscluster.
/adsco.$domain=~adsco.com|~adsco.nl
/adscontent.
/adscontent2.
/adscontrol.
/adscot/*
/adscpv/*
/adscript-dfp-
/adscript-dfp.
/adscript-dianomi.
/adscript-optimera.
/adscript.
/adscript1.
/adscript?
/adscript_
/adscripts/*
/adscripts1.
/adscripts2.
/adscripts3.
/adscroll.
/adsdaq_
/adsdaqbanner_
/adsdaqbox_
/adsdaqsky_
/adsDateValidation.
/adsdelivery.
/adsdfp/*
/adsdk/*
/adsdm.
/adsdyn160x160.
/adsDynLoad/*
/adsearch.$domain=~adsearch.fr
/adSearch?
/adsec.
/adsecondary.
/adsegmentation.
/adseller/*
/adsen/*
/adsence.
/adsenceSearch.
/adsenceSearchTop.
/adsEnd.
/adsense-
/adsense.$domain=~adsense.az|~adsense.googleblog.com
/adsense/*
/adsense1.
/adsense2.
/adsense23.
/adsense24.
/adsense250.
/adsense3.
/adsense4.
/adsense5.
/adsense?
/adsense_$domain=~adsense.googleblog.com|~support.google.com
/AdsenseBlockView.
/adsensecommon.
/adsensegb.
/adsensegoogle.
/adsensets.
/adsensev2.
/adsenze.
/adseo.$domain=~adseo.com|~adseo.pl
/adseo/*
/adseperator_
/adser/*
/adserv.
/adserv/*
/adserv1.
/adserv2.
/adserv3.
/adserv_
/adserve-
/adserve.
/adserve/*
/adserve_
/adserver-
/adserver.$~xmlhttprequest
/adserver/*
/adserver01.
/adserver1-
/adserver1.
/adserver2.
/adserver2/*
/adserver3.
/adserver7/*
/adserver8strip.
/adserver?
/adserver_
/adserverc.
/adserverdata.
/adServerDfp.
/adserverpub?
/adservers-
/adserversolutions/*
/adserverstore.
/adservervastvideovizu.
/adservice-
/adservice.$domain=~adservice.io
/adservice/*
/adservices.
/adservices/*
/adservice|
/adserving.
/adserving/*
/adserving_
/AdServlet?
/adserv|*|adtech;
/adsession.
/adsession_
/adsetup.
/adsetup_
/adsfac.
/adsfetch.
/adsfile.
/adsfiles.
/adsfinal.
/adsfix.
/adsfloat.
/adsfolder/*
/adsfooter
/adsframe.
/adsfull/*
/adsfuse-
/adsgame.
/adsGooglePP3.
/adshandler.
/adshandler/*
/adshare.$domain=~adshare.tv|~echosign.com
/adshare/*$domain=~adsharetoolbox.com
/adshare3.
/adsheader.
/adshow-
/adshow.
/adshow/*
/adshow2.
/adshow?
/adshow_
/adshtml2/*
/adsi-j.
/adsico.
/adsico2.
/adsico3.
/adsicon/*
/adsidebar.
/adsidebarrect.
/adsiframe.
/adsiframe/*
/adsign.$domain=~adsign.no
/adsimage/*
/adsimages/*
/adsImg/*
/adsinclude.
/adsindie/*
/adsinsert.
/adsinteractive-
/adsite/*
/adsites/*
/adsjs.
/adsjs/*
/adsjson.
/adskin/*
/adsky.
/adskyright.
/adskyscraper.
/adslide.
/adslider-
/adslider/*
/adslides.
/adsline.
/AdsLoad.
/adslots.
/adslug-
/adslug_
/adslugs/*
/adsm2.
/adsmanagement/*
/adsmanager/*
/adsManagerV2.
/adsmapping/*
/adsMB/*
/adsmedia_
/adsmin/*
/adsmm.dll/*
/adsmodules/*
/adsnative_
/adsnew.
/adsnew/*
/adsnip.
/adsnippet.
/adsniptrack.
/adsonar.
/adsonphoto/*
/adsopenx/*
/adsource_
/adsoverlay_
/adsp/*
/adspa.
/adspace.$domain=~adspace.pro
/adspace/*
/adspace1.
/AdSpace160x60.
/adspace2.
/adspace?
/adspacer.
/adspan.
/adspd.
/adspeeler/*
/adspending01.
/adspf.
/adspi.
/adsplay.
/Adsplex-
/AdsPlugin.
/adsPlugin/*
/adsplupu.
/adsponsor.
/adspot.$domain=~adspot.lk|~adspot.lt
/adspot/*
/adspot_
/adspots/*
/adspro/*
/adspromo-
/adspromo.
/AdsPublisher.
/adsq/*
/adsquare.$domain=~adsquare.ma
/adsquareleft.
/adsrc.
/adsrc300.
/adsremote.
/adsreporting/*
/adsresources/*
/adsrich.
/adsright.
/adsrot.
/adsrot2.
/adsrotate.
/adsrotate1left.
/adsrotate1right.
/adsrotate2left.
/adsrotateheader.
/AdsRotateNEW1right.
/AdsRotateNEW2right.
/AdsRotateNEWHeader.
/adsrotator.
/adsrule.
/adsrules/*
/adsrv.
/adsrv/*
/adsrv2/*
/adsrvmedia/*
/adss.asp
/adsscript.
/adsserv.
/adsservedby.
/adsserver.
/adsservice.
/AdsShow.
/adsshow/*
/adssp.
/adssrv.
/adst.php
/adstacodaeu.
/adstakeover.
/adstatic.
/adstatic/*
/adstatics/*
/adstemp/*
/adstemplate/*
/adsterra.$domain=~adsterra.com
/adsterra/*
/adstitle.
/adstop.
/adstop728.
/adstop_
/adstorage.
/adstr3mov.
/adstracking.
/adstract/*
/adStrategies/*
/adstream.
/Adstream?
/adstream_
/adstreamjscontroller.
/adStrip.
/adstrk.
/adstrm/*
/adstub.
/adstube/*
/adstubs/*
/adstx.
/adstyle.
/adsummos.
/adsummos2.
/adsunauth?
/adsup.
/adsvariables.
/adsvc2.
/adsvo.
/adsvr.
/adsvr2.
/adswap-
/adswap.
/adswap/*
/adsweb.
/adswide.
/adswidejs.
/adsword.
/adswrapper.
/adswrapper3.
/adswrapperintl.
/adswrappermsni.
/adsx/*
/adsx728.
/adsx_728.
/adsxml/*
/adsync/*
/adsyndication.
/adsyndication/*
/adsynth-
/adsys.
/adsys/*
/adsystem.
/adsystem/*
/ads~adsize~
/adtable_
/adtabs.
/adtadd1.
/adtag.
/adtag/*
/adtag?
/adtag_
/adtagcms.
/adtaggingsubsec.
/adtago.
/adTagRequest.
/adtags.
/adtags/*
/adtagtc.
/adtagtranslator.
/adtaily_
/adtaobao.
/adtech-
/adtech.$domain=~adtech.md
/adtech/*
/adtech;
/adtech_
/adtechglobalsettings.js
/adtechHeader.
/adtechscript.
/adTemplates/*
/adtest.
/adtest/*
/adtext.
/adtext2.
/adtext4.
/adtext_
/adtextmpu2.
/adtimage.
/adtitle.
/adtology.
/adtomo/*
/adtonomy.
/adtool/*
/adTools.
/adtools/*
/adtools2.
/adtooltip/*
/adtop.
/adtop160.
/adtop300.
/adtop728.
/adtopcenter.
/adtopleft.
/adtopmidsky.
/adtopright.
/adtopsky.
/adtrack.$domain=~adtrack.ca
/adtrack/*
/adtracker.
/adtracker/*
/adtracker?
/adtracking.
/adtracking/*
/adtraff.
/adttext-
/adttext.
/adtvideo.
/adtxt.
/adtype.
/adtype=
/adultadworldpop_
/adultimate.
/adunit.
/adunit/*$domain=~propelmedia.com
/adunits.
/adunits/*
/adunits?
/adunittop|
/adunix.
/adutil.
/adutils.
/aduxads.
/aduxads/*
/adv-1.
/adv-2.
/adv-banner-
/adv-banner.
/adv-bannerize-
/adv-banners/*
/adv-definitions-
/adv-div-
/adv-dmp/*
/adv-expand/*
/adv-ext-
/adv-f.
/adv-header.
/adv-mobile.
/adv-placeholder.
/adv-scroll-
/adv-scroll.
/adv-socialbar-
/adv.asp
/adv.css?
/adv.html
/adv.jsp
/adv.php
/adv.png
/adv/?rad_$domain=~rakuten.co.jp
/adv/adriver
/adv/ads/*
/adv/adv_
/adv/background/*
/adv/banner/*
/adv/banner1/*
/adv/banner_
/adv/bottomBanners.
/adv/box-
/ADV/Custom/*
/adv/desktop/*
/adv/interstitial.
/adv/interstitial/*
/adv/kelkoo/*
/adv/kelkoo_
/adv/lrec_
/adv/managers/*
/adv/mjx.
/adv/mobile/*
/adv/preroll_
/adv/rdb.
/adv/script1.
/adv/script2.
/adv/search.
/adv/skin.
/adv/skin_
/adv/sponsor/*
/adv/sprintf-
/adv/topbanner.
/adv/topBanners.
/adv02.$domain=~dobro.systems
/adv03.$domain=~dobro.systems
/adv1.
/Adv150.
/adv180x150.
/adv2.
/adv3.
/adv4.$domain=~adv4.me
/Adv468.
/adv5.
/adv6.
/adv8.
/adv_2.
/adv_468.
/adv_468_
/adv_background/*
/adv_banner_
/adv_box_
/adv_burt_
/adv_display.
/adv_flash.
/adv_frame/*
/adv_gigya.
/adv_head.
/adv_horiz.
/adv_hp.
/adv_image/*
/adv_left_
/adv_library3.
/adv_link.
/adv_manager_
/adv_out.
/adv_player_
/adv_rcs/*
/adv_script_
/adv_server.
/adv_teasers.
/adv_top.
/adv_vert.
/adv_vertical.
/advadserve/*
/advagg_font.
/advalue/*
/advalue_
/advaluewriter.
/advanced-ads-
/advanced-ads/*
/advanced-advertising-
/advault.
/advbanner/*
/advbanners/*
/advcontents.
/advcounter.
/advdl.
/advdoc/*
/advelvet-
/advengine.
/adver-left.
/adver.$domain=~adver.biz|~adver.by|~adver.media
/adver_hor.
/adverfisement.
/adverfisement2.
/adverserve.
/adversting/*
/adversting?
/advert-$domain=~advert-solutions.com|~advert-technology.com|~advert-technology.ru
/advert.$domain=~advert.ae|~advert.ee|~advert.io|~advert.media|~motortrader.com.my
/advert/*
/advert01.
/advert1-
/advert1.
/advert1/*
/advert2-
/advert2.
/advert24.
/advert3.
/advert31.
/advert32.
/advert33.
/advert34.
/advert35.
/advert36.
/advert37.
/advert4.
/advert5.
/advert6.
/advert8.
/advert?
/advert_
/AdvertAssets/*
/advertbanner.
/advertbanner2.
/advertbox.
/advertbuttons_
/advertguruonline1.
/adverth.
/adverthorisontalfullwidth.
/advertical.
/advertise-$domain=~ads.microsoft.com|~advertise-solution.nl|~bingads.microsoft.com
/advertise.$domain=~ads.microsoft.com|~advertise.apartments.com|~advertise.directoryofillustration.com|~advertise.isleofskye.com|~advertise.market|~advertise.medillsb.com|~advertise.movem.co.uk|~advertise.ru|~advertise.sobihamilton.ca|~advertise.sphamovingads.com|~advertise.welovebuzz.com|~bingads.microsoft.com|~engineering.com
/advertise/*$domain=~legl.co
/advertise125x125.
/advertise_
/advertisebanners/*
/advertisehere.
/advertisement-$domain=~berlin-airport.de
/advertisement.$domain=~advertisement.solutions.zalando.com
/advertisement/*
/advertisement1.
/advertisement160.
/advertisement2.
/advertisement3.
/advertisement_
/advertisementAPI/*
/advertisementheader.
/advertisementmapping.
/advertisementrotation.
/advertisements-
/advertisements.
/advertisements/*$domain=~ellefanningfan.net
/advertisements2.
/advertisements?
/advertisements_
/AdvertisementShare.
/advertisementview/*
/advertiser.$domain=~advertiser.adverbid.com|~advertiser.autorepairconnect.com|~advertiser.growmobile.com|~advertiser.livthecity.com|~advertiser.vungle.com|~linkpizza.com|~panel.rightflow.com|~trialpay.com|~unity3d.com
/advertiser/*$domain=~ads.microsoft.com|~ads.tiktok.com|~affili.net|~affiliprint.com|~bingads.microsoft.com|~linkpizza.com|~mediance.com|~mobileapptracking.com|~trialpay.com
/advertisers.$image,script,subdocument,domain=~advertisers.adgoal.de|~advertisers.adversense.com|~advertisers.careerone.com.au|~advertisers.dk|~advertisers.easyweddings.com.au|~advertisers.io|~advertisers.leadia.ru|~advertisers.ypfboost.ph|~panel.rightflow.com
/advertisers/*$domain=~datalift360.com|~home.tapjoy.com|~panel.rightflow.com|~propelmedia.com|~publisuites.com
/advertiserwidget.
/advertises/*
/advertisewithus_
/advertising-$domain=~abramarketing.com|~advertising-direct.com|~advertising-excellence.com|~advertising-factory.de|~microsoft.com|~outbrain.com|~yellowimages.com
/advertising.$domain=~advertising.amazon.ae|~advertising.amazon.ca|~advertising.amazon.cn|~advertising.amazon.co.jp|~advertising.amazon.co.uk|~advertising.amazon.com|~advertising.amazon.com.au|~advertising.amazon.com.mx|~advertising.amazon.de|~advertising.amazon.es|~advertising.amazon.fr|~advertising.amazon.in|~advertising.amazon.it|~advertising.amazon.sa|~advertising.berlin-airport.de|~advertising.bulurum.com|~advertising.byhoxby.com|~advertising.dailymotion.com|~advertising.expedia.com|~advertising.lavenir.net|~advertising.mobile.de|~advertising.nzme.co.nz|~advertising.org.il|~advertising.racingpost.com|~advertising.roku.com|~advertising.scoop.co.nz|~advertising.sevenwestmedia.com.au|~advertising.shpock.com|~advertising.theguardian.com|~advertising.utexas.edu|~advertising.vrisko.gr|~advision.co
/advertising/*$~xmlhttprequest,domain=~advertising.org.il|~commercialplanet.eu|~kloterfarms.com|~temple.edu|~themarker.com
/advertising02.
/advertising2.
/advertising300x250.
/advertising?
/advertising_$domain=~advertising.scoop.co.nz
/advertisingbanner.
/advertisingbanner/*
/advertisingbanner1.
/advertisingbanner_
/advertisingbutton.
/advertisingcontent/*
/advertisingimageexte/*
/AdvertisingIsPresent6?
/advertisinglinks_
/advertisingmanual.
/advertisingmodule.
/advertisings.
/advertisingwidgets/*
/advertisment-
/advertisment.
/advertisment/*
/advertisment1-
/advertisment4.
/advertisment_
/advertisments/*
/advertize_
/advertlayer.
/advertmedia/*
/advertmsig.
/advertorial/*
/advertorial_
/advertorials/*
/advertphp/*
/advertpixelmedia1.
/advertpro/*
/advertrail.
/advertright.
/adverts.$domain=~adverts.ie|~adverts.org.ua
/adverts/*
/adverts_
/advertserve.
/advertsky.
/advertsquare.
/advertss/*
/advertstub.
/adverttop.
/advertverticallong.
/advertwebapp.
/adverweb.
/advf1.
/advfiles/*
/advFrameCollapse.
/advhd.
/advice-ads.
/advideo.$domain=~advideo.pro
/adview.$domain=~adview.mu|~adview.online
/adview/*
/adview?
/adview_
/adviewas3.
/adviewed.
/adviewer.
/adviframe/*
/advinfo.
/advision.$domain=~advision.cl|~advision.co|~advision.dk
/adVisit.
/advlink300.
/advloader.
/advobj.
/advolatility.
/advpartnerinit.
/advph.
/advPop.
/advpreload.
/advris/*
/advrotator.
/advs-instream.
/advs.ads.
/advs/*
/advs_actv.
/advscript.
/advscripts/*
/advshow.
/advt.$domain=~advt.ch
/advt/*
/advt2.
/advtarget/*
/advtBanner.
/advtemplate/*
/advtemplate_
/advts/*
/advweb.
/AdvWindow/*
/advzones/*
/adw.$domain=~adw.be|~adw.olsztyn.pl|~adw.org
/adw1.
/adw2.
/adw3.
/adweb.$domain=~adweb.clarkson.edu|~adweb.com.au|~adweb.cz
/adweb2.
/adweb33.
/adwidget/*
/adwidget_
/adwidgets/*
/adwise/*
/adWiseShopPlus1.
/adwiz.
/adwiz/*
/adwizard.
/adwizard/*
/adwizard_
/adwolf.
/adwords.$domain=~ppc.ee|~radom.pl
/adwords/*$domain=~google.com
/adwordstracking.js
/adWorking/*
/adworks.$domain=~adworks.att.com|~adworks.co.il|~adworks.jobijoba.io|~adworks.net
/adworks/*
/adworldmedia/*
/adworx.
/adworx_
/adwrapper/*
/adwrapperiframe.
/adwriter2.
/adx-exchange.
/adx.$domain=~adx.cx|~adx.tribefire.com|~adx.uk.com|~adx.world|~adx.wowfi.com
/adx/ads?
/adx/iframe.
/adx/js/*
/adx/mobile/*
/adx160.
/adx2.
/adx_blacklist.js
/adx_exo_
/adx_flash.
/adx_iframe_
/adxads.
/adxcm_
/adxrotate/*
/adxsite.
/adxv.
/adxx.php?
/adyard.
/adyard300.
/adyea.
/adyoulike.
/adz-x/*
/adz/css/*
/adz/images/*
/adz/js/*
/adz/solus/*
/adz/sponsors/*
/adzbanner/*
/adzbotm.
/adzerk2_
/adzilla/*
/adzintext-
/adzone.
/adzone/*
/adzone1.
/adzone4.
/adzone_
/AdZoneAdXp.
/adzonebelowplayer.
/adzonebottom.
/adzonecenteradhomepage.
/adzoneleft.
/adzonelegend.
/adzoneplayerright.
/AdZonePlayerRight2.
/adzoneright.
/adzones.
/adzones/*
/adzonesidead.
/adzonetop.
/adztop.
/afc-match?q=
/afcads.
/afcsearchads.
/afdsafads/*
/aff-exchange/*
/aff.htm
/aff/ads_
/aff/banners/*
/aff/images/*
/aff_ad?$script
/aff_banner/*
/aff_banners/*
/aff_frame.
/affad?
/affads/*
/affbanner/*
/affbanners/*
/affbeat/banners/*
/affclick/*
/affilatebanner.
/affiliate-assets/banner/*
/Affiliate-Banner-
/affiliate-content/*
/affiliate-program/*
/affiliate.linker/*
/affiliate/ad/*
/affiliate/ads/*
/affiliate/banner/*
/affiliate/banners/*
/affiliate/displayWidget?
/affiliate/promo-
/affiliate/promo/*
/affiliate/script.php?
/affiliate/small_banner/*
/affiliate_banner/*
/affiliate_banners/*
/affiliate_base/banners/*
/affiliate_link.js
/affiliate_member_banner/*
/affiliate_resources/*
/affiliate_show_banner.
/affiliate_show_iframe.
/affiliateads/*
/affiliateadvertisement.
/affiliatebanner/*
/affiliatebanners/*
/affiliateimages/*
/affiliates.*.aspx?
/affiliates/*/show_banner.
/affiliates/banner
/affiliates/contextual.
/affiliateserver.
/affiliatetags/*
/affiliatewiz/*
/affiliation/*$domain=~esi.evetech.net
/affiliation_banners/*
/affiliationcash.
/affilinet/*$domain=~affilinet-inside.com|~affilinet-inside.fr
/affilitebanners/*
/affimages/*
/affimg/*
/affliate-banners/*
/affpic/*
/afr.php?
/afr?auid=
/afs/ads/*
/ahmestatic/ads/*
/aimatch_ad_
/AIV-Ad-
/ajax-ad/*
/ajax-advert-
/ajax-advert.
/ajax/ad/*
/ajax/ads/*
/ajax/ads_
/ajaxAd?
/ajaxads.
/ajrotator/*
/ajs.php?
/ajs?auid=
/ajs?zoneid=
/ak-ads-
/ak/ads/*
/all/ad/*
/all_ads/*
/alternativeads/*
/alternet.ad?
/alwebad_
/am/ads.
/amazon-ad-
/amazon-apstag.
/amazon-associates-link-$~stylesheet
/amazon-async-
/amazon/iframeproxy-
/amazon/widget/*
/amp-ad-
/amp4ads-
/amzn_ads.
/amzn_omakase.
/anchorad.
/annonse.$domain=~annonse.nu
/annonse/*
/annonser.
/annonser/*
/announce/adv/*
/anyad.js
/ape-ad-
/api-ads.
/api.ad.
/Api/Ad.
/api/ad/*
/api/ads/*
/api/v1/ad/*
/apopwin.
/app.ads-
/app.ads.
/app/ads.
/app/ads/*
/apstag.js
/aptads/*
/arcAdsJS/*
/Article-Ad-
/article-advert-
/article_ad.
/article_ads-
/articlempuadvert/*
/articleSponsorDeriv_
/artimediatargetads.
/as/gb2?stid=
/as/gb?stid=
/as3overstreamplatformadapter.
/as_u/ads/*
/aseadnshow.
/aspbanner_inc.asp?
/asset/ad/*
/asset/adv/*
/assets/ad-
/assets/ad/*
/assets/ads-
/assets/ads.
/assets/ads/*
/assets/ads3-
/assets/ads_
/assets/adv/*
/assets/doubleclick/*
/assets/js/ad.
/assets/sponsored/*
/ast/ads/*
/async/ads-
/asyncadload.
/asyncjs.$domain=~asyncjs.com
/asyncspc.
/atcode-bannerize/*
/athena/tag/?
/atlads/*
/atnads/*
/AtomikAd/*
/atrads.
/attachad.
/AttractiveAds/*
/AttractiveAds_
/AttractiveAdsCube.
/au2m8_preloader/*
/audio-ads/*
/audioads/*
/auditudeadunit.
/auditudebanners.
/austria_ad.
/auto.ad.
/auto_ad_
/avant-ad-
/Avatar_ad_
/awe2.js
/awempire.
/awepop.
/axt/ad_
/b.ads.
/back-ad.
/background_ad_
/BackgroundAd40.
/backgroundAdvertising.
/backlinxxx/js/*
/badge_ad_
/ban.php?
/ban/image?
/ban/json/*
/ban160.php
/ban300.html
/ban300.php
/ban728.html
/ban728.php
/ban728x90.
/ban_ad.
/ban_m.php?
/banimpress.
/banman.asp?
/banman/*
/banmanpro/*
/Banner-300x250.
/banner-ad-
/banner-ad.
/banner-ad/*
/banner-ad_
/banner-ads-
/banner-ads/*
/banner-adv-
/banner-affiliate-
/banner.asp?$third-party
/banner.ca?
/banner.cgi?
/banner.gif?
/banner.htm?
/banner.php
/banner.ws?
/banner/468
/banner/700
/banner/ad.
/banner/ad/*
/banner/ad_
/banner/adv/*
/banner/adv_
/banner/affiliate/*
/banner/amazon/*
/banner/hit?
/banner/html/zone?zid=
/banner/javascript/zone?
/banner/rtads/*
/banner/show.php
/banner/sponsor_
/banner/url/zone?
/banner/virtuagirl
/banner160x600-
/banner20468x60.
/banner460x80.
/banner468.
/banner468_
/banner468a.
/banner468x60.
/banner468x80.
/banner728x90_
/banner_125x
/banner_468.
/banner_468x
/banner_ad.
/banner_ad_
/banner_ads.
/banner_ads/*
/banner_ads_
/banner_adv/*
/banner_control.php?
/banner_db.php?
/banner_dfp.
/banner_dfp_
/banner_file.php?
/banner_id/*
/banner_iframe_
/banner_image.php?
/banner_js.*?
/banner_OAS.js
/banner_skyscraper.
/banner_view.
/banner_zanox/*
/banner_zedo/*
/bannerad.
/bannerad/*
/bannerad1-
/bannerad2-
/bannerad3.
/bannerad6.
/bannerad_
/bannerads-
/bannerads.
/bannerads/*
/banneradsajax.
/banneradsgenerator.
/banneradverts/*
/banneradviva.
/bannercode.php
/bannerconduit.
/bannerdeliver.php
/bannerexchange/*
/bannerfarm.
/bannerfarm/*
/bannerfile/ad_
/bannerframe.*?
/bannerframeopenads.
/bannerframeopenads_
/bannerinc.
/bannerjs.php?
/bannermaker/*
/bannermanager/*
/bannermarktxxx.
/bannermvt.
/bannerpump.
/bannerrotate.
/bannerrotater/*
/bannerrotation.
/bannerrotation/*
/banners.*&iframe=
/banners.cgi?
/banners.php?id
/banners/160
/banners/300
/banners/460
/banners/468
/banners/728
/banners/ad/*
/banners/ad10.
/banners/ad11.
/banners/ad_
/banners/ads-
/banners/ads.
/banners/ads/*
/banners/adv/*
/banners/adv_
/banners/aff.
/banners/affil/*
/banners/affiliate/*
/banners/ffadult/*
/banners/googlebanner
/banners/promo/*
/banners_rotation.
/bannersAds_
/bannerscript/*
/bannerserve/*
/bannerserver/*
/bannerserver3/*
/bannerserver3|
/bannerserver?
/bannersyndication.
/bannerview.*?
/bannerwerbung/*
/bannery/*?banner=
/bansrc/*
/bar-ad.
/baseAd.
/baselinead.
/basePopunder.
/basic/ad/*
/bauer.ads.
/bb/ads.
/bbad.
/bbad1.
/bbad10.
/bbad2.
/bbad3.
/bbad4.
/bbad5.
/bbad6.
/bbad7.
/bbad8.
/bbad9.
/bci-ads.
/bci-ads/*
/bckgrnd_ad.
/bdcustomadsense-
/bdvws.js
/beacon/ad/*
/beacon/ads?
/behaviorads/*
/bennerad.min.
/beta-ad.
/betrad.js
/bftv/ads/*
/bg-advert-
/bg/ads/*
/bg_ads_
/bg_adv_
/bgads/*
/bi_affiliate.js
/bidvertiser/tags/*
/big-ad-switch-
/big-ad-switch/*
/bigad.
/bigad_
/bigads/*
/bigboxad.
/bigtopl.swf
/bin/ads/*
/binary/ad/*
/bizad.
/bkgrndads/*
/Block-Ad.
/blockad_
/blocks/ads/*
/blog-ad-
/blog/ads/*
/blog_ad?
/blog_ads/*
/blogad.
/blogad02.
/blogad_
/blogads-
/blogads.
/blogads/*
/blogads2_
/blogads3/*
/blogads_
/blogadsbg.
/bloggerex.
/blogoas-
/bmndoubleclickad.
/bnr.php?
/bnr_ad_
/bnr_show.php?id=$script
/bnr_xload.php?*&pub=
/bnrad/*
/bnrimg.
/bnrsrv.
/bodyads/*
/BOM/Ads/*
/bookad/*
/bookads.
/bookads2.
/boomad.
/bottom-ad-
/bottom-ads.
/bottom-advert-
/bottom_ad.
/bottom_ads.
/bottom_adv.
/bottom_adv_
/bottomad.
/bottomad/*
/bottomads.
/bottomsidead/*
/Box-ad-
/box_ad_
/box_ads_
/boxad.
/boxad1.
/boxad2.
/boxad3.
/boxad_
/brand-ad-
/brandingAd.
/breakad_
/breaking_ad/*
/brightcovead.
/brokenAd.
/brsAssets/ads/*
/bsa-pro-
/bserver/*
/btads/*
/btbuckets/btb.js
/btmads.
/btmadsx.
/btn_ad_
/btstryad.
/bucketads.
/buddyw_ad.
/buildAdfoxBanner.
/buildAdriverBanner.
/bundle/ads.
/bundles/Ad/*
/bundles/ads-
/bunyad_
/burt/adv_
/butler.php?type=
/button_ads/*
/buttonad/*
/ButtonAd_
/buttonads.
/buttonads/*
/buyad.
/buyclicks/*
/buyer/dyad/*
/buysellads-
/buysellads.
/buzz/ads/*
/bvadtgs.
/bytemark_ad.
/c_ad.aspx?
/cache/ads_
/cactus-ads/*
/cads-min.js
/calendar-ads/*
/call/pubif/*
/call/pubj/*
/call_ads/*
/callads5.
/callAdserver?
/cam4pop2.js
/camaoadsense.
/camaoAdsenseHomepage.
/camfuzeads/*
/campaign/advertiser_
/campus/ads/*
/carbonads-
/carbonads/*
/carousel_ads.
/carouselads.
/carsadtaggenerator.js
/cashad.
/cashad2.
/category-sponsorship/*
/catfishads/*
/cb.php?sub$script,third-party
/cb_ads_manager/*
/cbgads.
/cci-ads-
/cdn-ad-
/cdn.ad.
/cdn.ads.
/cdn/adx/*
/cds.ad.
/centerads.
/central/ads/*
/centralresource/ad_
/ceoads/*
/cgi-bin/ad/*
/cgi-bin/ads.
/cgi-bin/ads/*
/cgi-bin/ads_
/cgi-exe/ad.
/cgi/ad_
/channelblockads.
/chaturbatebest.js
/checkm8footer_
/checkm8header_
/china-ad.
/chinaadclient.
/chitika-ad?
/chocolate.cgi?
/chorus_ads.
/chrome-ad.
/ciaad.
/circads.
/cjadsprite.
/ck.php?nids
/clarityray.js
/ClassAds/*
/classifieds/banners/*
/click/ads_
/click/creative/*
/click/zone?
/click?adv=
/clickads/*
/clickboothad.
/clicksor.
/clicktag.engine?$document
/clickunder.
/client/ads.
/clients/ads/*
/clkads.
/cm/ads/*
/CME-ad-
/cmg_ad.
/cmlink/ads-
/cms/ads/*
/cms/js/ad_
/cms_ads/*
/cn-advert.
/cnads.js
/cnnslads.
/cnxad-
/CoastMarketplaceAdCategoriesAuctionsEstateGarageSales?
/CoastMarketplaceAdCategoriesJobs?
/CoastMarketplaceAdCategoriesRealEstateForSaleOrRent?
/codaadconfig.
/CofAds/*
/coldseal_ad.
/collections/ads-
/collisionadmarker.
/colorscheme/ads/*
/column-ad-
/columnadcounter.
/columnads/*
/com/ads/*
/combo?darla/*
/comm/AD_
/comment-ad-
/comment-ad.
/commercial/sponsor/*
/commercial_horizontal.
/commercial_top.
/common-ads/*
/common/ad.
/common/ad/*
/common/ad_
/common/ads/*
/common/ads?
/common/ads_
/common/adv_
/common/dart_wrapper_
/common/results.htm?block=*[colorAdSeparator]$subdocument,~third-party
/common_ad.
/commonAD.
/commons/ad/*
/commspace_ad.
/companion_ad.
/companion_ads.
/companionAdFunc.
/compban.html?
/compiled/ads-
/Component/Ad/*
/Components/Ad/*
/components/ads/*
/components/ads_
/conad.$domain=~conad.it
/conad_$domain=~conad.it
/concert_ads-
/concertads-
/configspace/ads/*
/cont-adv.
/contads.
/contaxe_
/content-ads.
/content/ad/*
/content/ad_
/content/ads/*
/content/adv/*
/content_ad.
/content_ad_
/contentAd.
/contentad/*
/contentad_
/contentAdServlet?
/contentadvert1.
/contentadxxl.
/contentad|
/contentmobilead.
/context_ad/*
/context_ads.
/contextad.
/contextads.
/contextualad.
/contpop.js|
/contribute_ad.
/controller.ad.
/controller/ad-
/controller/ads/*
/controllerimg/adv/*
/Controls/ADV/*
/convertjsontoad.
/core-ads-
/core/ad/*
/core/ads/*
/coread/*
/corner-ad.
/corner_ads/*
/cornerbig.swf
/cornerpeel-bbn/*
/cornersmall.swf
/country_ad.
/couponAd.
/cover_ad.
/coxads/*
/cpm160.
/cpm728.
/cpm_ad.
/cpmbanner.
/cpmcampaigns/*
/cpmrect.
/cpx-ad.
/cpx-advert/*
/cpx_ads.
/cpxads.
/crackwatch/ads/*
/cramitin/ads_
/crossdomainads.
/crossoverad-
/csp/ads?
/css/ad-
/css/ad.
/css/ads-
/css/ads.
/css/ads300_
/css/adsense
/css/adv.
/css/adz.
/cssjs/ads/*
/ctamlive160x160.
/cube_ads/*
/cubead.
/cubeads/*
/cubeads_
/curlad.
/curveball/ads/*
/custads/*
/custom/ads
/custom/doubleclick/*
/custom11x5ad.
/custom_ads/*
/customad.
/customadmode.
/customads/*
/customadsense.
/customcontrols/ads/*
/customerad_
/cutead.
/cvs/ads/*
/cwggoogleadshow.
/cyad.
/cyad1.
/d/ads/*
/daily/ads/*
/dart_ads.
/dart_ads/*
/dart_enhancements/*
/dartad/*
/dartadengine.
/dartadengine2.
/dartads.
/dartcall.
/dartfunctions.
/data/ads/*
/data/init2?site_id=
/data/init?site_id=
/dateads.
/davad_ad_
/dblclick.
/dblclickad.
/dclk/dfp/*
/dclk_ads.
/dclk_ads_
/dcloadads/*
/ddlads/*
/de/ads/*
/default-adv/*
/default/ads/*
/default_ads/*
/default_adv.
/default_oas.
/defaultad.
/defaultad?
/defaults_ads/*
/defer_ads.
/deferads.
/defersds.
/delay-ad.
/delayedad.
/delfi-ads/*
/deliver.jphp?
/deliver.nmi?
/deliver/wr?
/deliverad/*
/deliverads.
/deliverjs.nmi?
/deliversd/*
/deliversds.
/delivery.ads.
/delivery.php?pool_id=
/delivery.php?rnd=
/delivery/*?advplaces=
/delivery/afr.
/delivery/ag.
/delivery/al.php
/delivery/apu.php
/delivery/avw.
/delivery/fc.
/delivery/fl.
/delivery/hb.php
/delivery/lg3.
/delivery/spc.
/delivery/vbafr.php
/delivery_ads/*
/deluxe/ad.
/demo/ads/*
/DemoAd.
/descpopup.js
/design/ads/*
/desktop-ad-
/detectAds.
/develop/ads_
/devicead/*
/dfp-ads.
/dfp-ads/*
/dfp-custom/*
/dfp.js
/dfp.min.js
/dfp/async.
/dfp/blocks/*
/dfp/common/*
/dfp/dc.js
/dfp/dfp-
/dfp/head/*
/dfp/jquery.
/dfp_ads/*
/dfp_delivery.js
/dfp_init.
/dfp_js/*
/dfp_overlay.
/dfp_skin.js
/dfpad/*
/dfpads.
/dfpInAngular.
/dfpload.js
/dfpsds.
/dfpsearchads.
/dictionary/ads/*
/dif/?cid
/dig_ad.
/digest/ads.
/digg_ads.
/digg_ads_
/dinclinx.com/*
/direct_ads.
/direct_ads/*
/directads.
/directadvert-
/directadvert.
/directrev.
/discuss_ad/*
/DispAd_
/display-ad/*
/display-ads-
/display-ads/*
/display.ad.
/display/ads/*
/display/ads?
/display?ad_
/display_ad
/displayad.
/displayad/*
/displayad?
/displayadbanner_
/displayAdFrame.
/displayadiframe.
/displayadleader.
/displayads.
/displayads/*
/displayads1.
/displayads2.
/displayads3.
/displayadsiframe.
/displaybanner/*
/dist/ads.
/div-ads.
/divad/*
/dlfeatads.
/dmcads_
/dmn-advert.
/dne_ad.
/dns_ad/*
/dnsads.
/domainads/*
/domen_ads.
/door/ads/*
/doors/ads/*
/doubleclick.aspx
/doubleclick.js
/doubleclick.min
/doubleclick.php
/doubleclick.swf
/doubleclick/iframe.
/doubleclick_ads.
/doubleclick_ads/*
/doubleclickad.
/doubleclickads.
/doubleclickads/*
/doubleclickads?
/doubleclickbannerad?
/doubleclickcontainer.
/doubleclickinstreamad.
/doubleclickloader.
/doubleclickplugin.
/doubleclicktag.
/doublepimp2.js
/doubleserve.js
/downads.
/download-ad.
/download/ad.
/download/ad/*
/download/ads
/dpics/ads/*
/drawad.
/driveragentad1.
/driveragentad2.
/drivingrevenue/*
/droelf.kit/a/*
/dropdown_ad.
/dsg/bnn/*
/DSN-Ad-
/dspads.
/dtiadvert125x125.
/dtim300x250.$script
/dtmads/*
/dummy_ad_
/dxd/ads/*
/dyn_banner.
/dyn_banners_
/dynamic-ad-
/dynamic-ad/*
/dynamic/ads/*
/dynamic_ads/*
/DynamicAd/*
/dynamicad?
/dynamicAds.
/dynamiccsad?
/dynamicvideoad?
/dynanews/ad-
/dynbanner/flash/*
/e-advertising/*
/e-vertising/*
/eas-fif.htm
/eas?*^easformat=
/eas?camp=*;cre=
/eas?cu=*;cre=
/eas?cu=*;ord=
/eas_fif.
/eas_tag.1.0.js
/easyads.$domain=~easyads.bg|~easyads.eu|~easyads.io|~easyads.lk
/easyads/*$domain=~easyads.eu|~easyads.io|~easyads.lk
/easyadstrack.
/easyazon-
/ebay_ads/*
/ebayad.
/eco_ads/*
/ecom/magnet.
/editable/ads/*
/eht.js?site_
/emailads/*
/embed-ad-
/embed/ads.
/embed_ad.
/emediatead.
/empty_ad_
/EmreAds.
/ems/ads.
/en/ads/*
/eng/ads/*
/eplanningv4.
/eporner-banner-
/ept_in.php?
/ero-1.
/ero-ads-
/ero-ads_
/ero-advertising.
/ero.htm
/ero_hosted_
/ero_line_
/eroad.php
/eroad2.
/eroads.
/eroadvertising.$domain=~eroadvertising.com
/eroadvertorial2.
/eroadvertorial3.
/erobanner.
/eros.htm
/eshopoffer.
/esi/ads/*
/etology.$domain=~etology.com
/euads/*$domain=~euads.org
/eureka-ads.
/eureka/eureka.js
/eureka_ban/*
/europixads.
/event.ng/*
/exads/*
/excellence/ads/*
/exchange_banner_
/exit_popup
/exitpop.
/exitpopunder.
/exitpopunder_
/exitpopup.
/exitsplash.
/exo120x60.
/exo5x1.
/exo_bck_
/exoads/*
/exobanner.
/exoclick.$domain=~exoclick.bamboohr.co.uk|~exoclick.com|~exoclick.kayako.com
/exoclick/*$domain=~exoclick.com
/exoclickright.
/exoclickright1.
/exoclickright2.
/exoclickright3.
/exoclick|
/exosrvcode-
/expads-
/expandable_ad.php
/expandable_ad?
/expandingads.
/expandy-ads.
/expop.js
/exports/tour/*$third-party
/exports/tour_20/*
/ext/adform-
/ext/ads/*
/ext_ads.
/extadv/*
/extendedadvert.
/external/ad.
/external/ad/*
/external/ads/*
/external_ads.
/externalad.
/ExternalAdNetworkViewlogLogServlet?
/externalads/*
/externalhtmladrenderer.
/extra_ads/*
/eyewondermanagement.
/eyewondermanagement28.
/facebookaff/*
/facebookaff2/*
/facebooksex.
/fan-ads.$script
/fastclick160.
/fastclick728.
/fatads.
/fbads/*
/fc_ads.
/fea_ads.
/feature/ads/*
/featuredadshome.
/feedads.
/fetchJsAd.
/fif.html?s=
/fifligatus.
/file/ad.
/file/ads/*
/fileadmin/ads/*
/files/ad-
/files/ad/*
/files/ads-
/files/ads/*
/fimserve.
/finads.
/first-ad_
/flag_ads.
/flash-ads.
/flash-ads/*
/flash/ad/*
/flash/ad_
/flash/ads/*
/flash/advertis
/flash_ads.
/flashad.
/flashad3.
/flashads.$domain=~flashads.co.id
/flashads/*
/flashpeelads/*
/flatad.
/flesh_banner
/fleshlight.$domain=~fleshlight.com|~fleshlight.zendesk.com
/fleshlightcash_
/flexads?
/fliionosadcapture-
/flirt4free.
/float-ads/*
/float_ad.
/floatad_
/floatads.
/floatadv.
/floater_ad.
/floating-ad-
/floatingad.
/FloatingAd_
/floatingads.
/floaty_rotator
/flowplayer.ads.
/flv-ad-
/flvad_
/flvads/*
/flyad.
/flyad/*
/flyads/*
/flyers/ads/*
/flyertown_module.js
/flytead.
/fm-ads1.
/fm-ads2.
/fm-ads3.
/fm-ads4.
/fn_ads.
/footad-
/footad.
/footer-ad-
/footer-ad.
/footer-ads/*
/footer_ad.
/footer_ad_
/footer_ads.
/footer_ads_
/footerad.
/footerad?
/footerads.
/footerads/*
/footertextads.
/forads.
/forum/ads/*
/forum/ads_
/forum_ad.
/forums/ad/*
/ForumViewTopicBottomAD.
/ForumViewTopicContentAD.
/fp.rb?$document
/frame_ads_
/framead-
/framead.
/framead/*
/framead_
/frameads.
/frameads1.
/frameads_
/frameadsz.
/freead.
/freead2.
/frequencyads.
/friendfinder_
/frnads.
/front/ad/*
/front/ads-
/frontads/*
/frontend/ads/*
/frontpagead/*
/ftp/adv/*
/full/ads/*
/fullad.
/fulladbazee.
/fuseads/*
/fwadmanager.
/gadgets/ad/*
/gads.html
/gads.js
/gadv-right.
/gadv-top.
/gafc.js
/gafsads?
/gafv_adapter.
/galleryad.
/gam.html?
/gam_ad.
/gam_ad_
/gam_ads.
/gamads/*
/game-ads.
/gamead/*
/gameadsync.
/gamersad.
/games_ad_
/GAN_Ads/*
/gannett/ads/*
/gate-ad-
/gatewayAds.
/gawker/ads.
/gazette/ads/*
/geitonpop.
/geminivideoads/*
/gen-ad-
/gen_ads_
/genads.
/genads/*
/general-ad-
/general/ads
/generate_ad.
/generate_ads.
/generateAds.
/generateadtag.
/generated/key.js?
/generateplayerads.
/generic-ad.
/generic.ads.
/genericrichmediabannerad/*
/geo-ads_
/geo/ads.
/geo_banner.htm?
/geoad/*
/geobox.html
/GeoDynBanner.php?wmid=
/ges_ads/*
/get-ad.
/get-ad/*
/get-advert-
/get-inline-ad
/get.*/get.$script
/get.ad?
/get/ad.
/get/ad/*
/get/ad?
/get?pvt=*&ab=$xmlhttprequest
/get_ad_
/get_adds_
/get_ads.
/get_ads/*
/get_banner.asp?
/getad.$domain=~getad.pl
/getad/*
/getAd;
/getad?
/getAdAjax/*
/getadcontent.
/getadds.
/GetAdForCallBack?
/getadframe.
/getAdList?
/getads-
/getads.
/getads/*
/getads?
/getadserver.
/getadsettingsjs?
/getAdsForClient?
/getads|
/getadvertimageservlet?
/getAdvertisement^
/getadvertiserimage.
/getadverts?
/GetADVOverlay.
/getarticleadvertimageservlet?
/getban.php?
/getbanner.cfm?
/getbanner.php?
/getdigitalad/*
/getfeaturedadsforshow.
/gethalfpagead.
/getinlineads/*
/getJsonAds?
/getmarketplaceads.
/getmdhlayer.
/getmdhlink.
/getmyad/*
/getrcmd.js?
/getsad.php?
/getsponslinks.
/getsponslinksauto.
/getTextAD.
/GetVASTAd?
/getvdopiaads.
/getvideoad.
/getwebsitead/*
/gexternalad.
/gfx/ad-
/gfx/ad/*
/gfx/ads/*
/ggad/*
/ggadsense.
/gifs/ads/*
/gigyatargetad.
/glam160.
/glam300.
/glam728.
/glam_ads.
/global-ads_
/global/ad/*
/global/ads.
/global/ads/*
/global_advs.
/globalad.$domain=~globalad.com.br
/globaladprostyles.
/globalads-
/globalAdTag.
/globalbannerad.
/glp?r=*&rw=*&rh=*&ww=*&wh=$script,~third-party
/goodtagmanagerapi.
/googad300by600.
/googima.js
/google-ad-
/google-ad?
/Google-Ads-
/google-ads.
/google-ads/*
/google-adsense-
/google-adsense.
/google-adverts-
/google-adwords
/google-afc-
/google-afc.
/google-dfp-
/google/ad?
/google/adv.
/google160.
/google728.
/google_ad.
/google_ad_
/google_ads.
/google_ads/*
/google_ads_
/google_adsense-
/google_adv/*
/google_afc.
/google_afc_
/google_afs.
/google_afs_widget/*
/google_caf.js?
/google_lander2.js
/google_radlinks_
/googlead-
/googlead.
/googlead1.
/googlead160.
/GoogleAd300.
/googlead336x280.
/googlead_
/googleadarticle.
/GoogleAdBg.
/googleadcode.
/googleaddfooter.
/googleaddisplayframe.
/googleadhp.
/googleadhpbot.
/googleadhtml/*
/googleadiframe_
/googleadpush.
/googleadright.
/googleads-$domain=~github.com
/googleads.$domain=~googleads.github.io
/googleads/*$domain=~github.com
/googleads1.
/googleads2.
/googleads3widetext.
/googleads_
/googleadsafc_
/googleadsafs_
/googleAdScripts.
/GoogleAdSense-
/googleadsense.
/googleadsmodule.
/googleAdTaggingSubSec.
/googleadunit?
/googleafc.
/googleafs.
/googleafvadrenderer.
/googlecontextualads.
/GoogleDFP.
/googleheadad.
/googleleader.
/googleleads.
/googlempu.
/gourmetads-
/gpt.js$script
/gpt.min.js
/gpt_ads-
/graphics/ad_
/graphics/ads/*
/grid-ad.
/groupon/ads/*
/grunge-ads.
/gsnads-
/gt6skyadtop.
/gtags/pin_tag.
/gtv_ads.
/guardianleader.
/guardrailad_
/guest/ad/*
/gujAd.
/GujAd/*
/gutterAd.
/gutterspacead.
/hads-
/halfadvert/*
/Handlers/Ads.
/hcm_ads/*
/hdadvertisment-
/header-ad-
/header-ad.
/header_ad_
/header_ads_
/headerad.
/headeradd2.
/headerads.
/headerads1.
/headerAdvertismentTab.
/headermktgpromoads.
/headvert.
/Heat_Ad.
/hiadone_
/hikaku/banner/*
/hitbar_ad_
/holl_ad.
/home/_ads
/home/ad_
/home/ads-
/home/ads/*
/home/ads_
/home/sponsor_
/home30/ad.
/home_adv.
/homeadsscript.
/homeoutside/ads/*
/homepage-ads/*
/homepage/ads/*
/homepage_ad_
/homepage_ads/*$domain=~swedishbeauty.com
/homepageadvertright.
/homeslideadtop/*
/HomeStaticAds/*
/HompageStickyAd.
/horizontal_ad.
/horizontal_advert_
/horizontalAd.
/hostedads.
/hostedbannerads.
/hostgator-ad.
/hosting/ads/*
/hostkey-ad.
/house-ad.
/house-ad/*
/house-ads/*
/house_ad-
/house_ad_
/house_ads/*
/housead.$domain=~housead.ru
/housead/*
/housead_
/houseads.
/houseads/*
/houseads?
/hoverad.
/hpcwire/ads/*
/hserver/*
/ht.js?site_
/html.ng/*
/html/ad.
/html/ad/*
/html/ads/*
/html/ads_
/html/sponsors/*
/htmlads/*
/httpads/*
/hubxt.*/js/eht.js?
/hubxt.*/js/ht.js
/hw-ads.
/i/ads/*
/i/adv/*
/i_ads.
/ia/ads/*
/iabadvertisingplugin.swf
/IBNjspopunder.
/ico-ad-
/icon_ad.
/icon_ads_
/icon_advertising_
/idevaffiliate/banners/*
/idleAd.
/idleAds.
/iFall_AD_
/ifolder-ads.
/iframe-ad.
/iframe-ad/*
/iframe-ad?
/iframe-ads/*
/iframe-mgid-
/iframe.ad/*
/iframe/ad/*
/iframe/ad_
/iframe/ads/*
/iframe_ad.
/iframe_ad?
/iframe_ad_
/iframe_ads.
/iframe_ads/*
/iframe_ads_
/iframe_chitika_
/iframe_sponsor_
/iframead.
/iframead/*
/iframead_
/iframeadcontent.
/iframeadopinionarticle_
/iframeads.
/iframeads/*
/iframeadsense.
/iframeadsensewrapper.
/iFramedAdTemplate/*
/iframedartad.
/iframes/ad/*
/ifrm_ads/*
/ignite.partnerembed.js
/ignitecampaigns.com/*
/ilivid-ad-
/im-ad/im-rotator.
/im-ad/im-rotator2.
/im-popup/*
/im.cams.
/ima/ads_
/imaads.
/imads.js
/image/ad/*
/image/ads/*
/image/ads_
/image/adv/*
/image/affiliate/*
/image/sponsors/*
/image_ads/*
/imageads/*
/imagecache_ads/*
/images-ad/*
/images-v2/ad_
/images.ads.
/images.adv/*
/images/ad-$domain=~slimjet.com
/images/ad.$domain=~ngohq.com
/images/ad/*
/images/ad2/*
/images/adds/*
/images/ads-
/images/ads.
/images/ads/*
/images/ads_
/images/adv-
/images/adv.
/images/adv/*
/images/adv_
/images/adver-
/images/adz-
/images/adz/*
/images/aff-
/images/affs/*
/images/awebanner
/images/bg_ad/*
/images/gads_
/images/livejasmin/*
/images/sponsored.
/images/sponsored/*
/images/vghd
/images1/ad_
/images2/ads/*
/images_ad/*
/images_ads/*
/imagesadspro/*
/imfloat.
/img-ads.
/img-ads/*
/img-advert-
/img.ads.
/img/_ad.
/img/ad-
/img/ad.
/img/ad/*
/img/ad_$domain=~rakuten.co.jp
/img/ads/*$domain=~save.ca
/img/adv.
/img/adv/*
/img/aff/*
/img2/ad/*
/img3/ads/*
/img_ad/*
/img_ad_
/img_ads/*
/img_adv/*
/imgaad/*
/imgad-
/imgad.
/imgad?
/imgad_
/imgAdITN.
/imgads/*
/imgaffl/*
/imgs/ad/*
/imgs/ads/*
/imlive.gif
/imlive300_
/imlive5.
/imp.ads/*
/imp?slot=
/impactAds.
/impop.
/impopup/*
/inad.$domain=~inad.com|~inad.info
/inc/ad-
/inc/ad.
/inc/ads/*
/inc_ad.
/inc_ad_
/inc_ads.
/inc_v2/ad_
/include/ad/*
/include/ad_
/include/ads/*
/include/adsdaq
/included_ads/*
/includes/ad.
/includes/ad_
/includes/ads/*
/includes/ads_
/includes/adv/*
/incmpuad.
/incotrading-ads/*
/index-ad-
/index-ad.
/index_ad/*
/index_ads.
/indexmobilead2.
/indexrealad.
/indexwaterad.
/infinity.js.aspx?guid=
/info/ads/*
/inhouse_ads/*
/initdefineads.
/initialize_ads-
/initlayeredwelcomead-
/injectad.
/INjspopunder.
/inline_ad.
/inline_ad_
/inline_ads.
/InlineAds.
/inlineads/*
/inlinetextads?
/inner-ads-
/inner-ads/*
/innerads.
/inpost-ad^
/inquirer/ads/*
/insertA.d.js
/insertAd.
/insertads.
/insideAD.
/instreamad/*
/intelliad.
/intellitext.$domain=~intellitext.com|~intellitext.hu|~intellitext.us
/interad.$domain=~interad.gr
/interadv/*
/interface/ads/*
/intermediate-ad-
/internAds.
/internal-ad-
/internet_ad_
/internetad/*
/interstital-redirector.
/interstitial-ad.
/interstitial-ad/*
/interstitial-ad?
/interstitial_ad.
/interstitialadvert/*
/interstitials/ad_
/InterYield/*
/intextadd/*
/intextads.
/introduction_ad.
/inv/ads/*
/inventory/ad/*
/investors-advertising/*
/invideoad.
/inviteads/*
/inx-ad.
/ip-advertising/*
/ipadad.
/iprom-ad/*
/iqadcontroller.
/irc_ad_
/ireel/ad*.jpg
/is.php?ipua_id=*&search_id=
/iserver/ccid=
/iserver/site=
/isgadvertisement/*
/ispy/ads/*
/iStripper-poppingModels/*
/itxads/*
/iwadsense.
/j/ads.js
/jamnboad.
/JavaScript/Ads-
/javascript/ads.
/javascript/ads/*
/javascript/oas.
/javascript/oas?
/Javascripts/Abigail.js
/javascripts/ads.
/javascripts/ads/*
/Javascripts/Cindy-
/Javascripts/Cindy.js
/Javascripts/Darla-
/Javascripts/Darla.js
/Javascripts/Eleanor.js
/Javascripts/Gilda-May.js
/Javascripts/Gilda.js
/Javascripts/Helen-Aug.js
/Javascripts/Helen.js
/Javascripts/Margot-
/Javascripts/SBA-
/jcorner.php?partner=
/jetpack-ads/*
/jitads.
/jivoxadplayer.
/jlist-affiliates/*
/JPlayerAdFoxAdvertisementPlugin.
/jqads.
/jquery-ads.
/jquery.ad.
/jquery.adi.
/jquery.adx.
/jquery/ad.
/jquery_FOR_AD/*
/jqueryadvertising.
/js.ad/size=
/js.ng/cat=
/js.ng/channel_
/js.ng/pagepos=
/js.ng/site=
/js.ng/size=
/js/ads-
/js/ads.
/js/ads_
/js/adv.
/js/adv/*
/js/adverts-
/js/adz.
/js/doubleclick/*
/js/oas-
/js/oas.
/js/ppu.$script
/js/youmuffpu.js
/js2.ad/size=
/js_ad_utf8.
/js_ads/*
/js_ads_
/js_adv-
/js_adv_
/jsad.php
/jsad/*
/jsads-
/jsAds/*
/jsadscripts/*
/JSAdservingSP.
/jsc/ads.
/jsfiles/ads/*
/json/ad/*
/jsonad/*
/jsplayerads-
/jspopunder.
/jstextad.
/jsVideoPopAd.
/jtcashbanners/*
/juicyads_
/jumpstartunpaidad.
/k_ads/*
/kads-ajax.
/kaksvpopup.
/KalahariAds.
/kampyle.js
/kantarmedia.
/kento-ads-
/keyade.js
/keyword_ad.
/KfAd/*
/kitad.
/kogeePopupAd.
/kpwidget.js
/kredit-ad.
/kskads.
/L411_Ad_
/landerbanners/*
/landingads?
/landingadvertisements/*
/large_ads/*
/layad.
/layer-ad.
/layer-ads.
/layer-advert-
/layer.php?bid=
/layer/ad.
/layer/ads.
/layer160x600.
/layer_ad?
/layerad-
/layerad.
/LayerAd^
/layerads-
/layerads.
/layerads_
/layout.inc.php?img
/layout/ad.
/layout/ads/*
/lazy-ads-
/lazy-ads.
/lazy-ads@
/lazyad-
/lazyad.
/lbl_ad.
/leadads/*
/leader_ad.
/leaderad.
/Leaderboard-Ads-
/leaderboard-advert.
/leaderboard_ad.
/leaderboard_ad/*
/leaderboard_adv/*
/leaderboardad.
/leaderboardadblock.
/leaderboardads.
/ledad.
/left-ads.
/left_ad/*
/left_ad_
/left_ads.
/leftad.
/leftad_
/leftads.
/leftbottomads.
/leftsidebarads.
/legacy-ads.
/lg.php?adid=
/lib/ad.js
/lib/ads.
/libc/ads/*
/library/ads/*
/library/adv/*
/lifelockad.
/lifeshowad/*
/lightad.
/lightboxad^
/lightboxbannerad^
/lijit-ad-
/lijitads.
/limitedads/*
/linkad2.
/linkads.
/linkadv.
/linkadv_
/linkedads/*
/links_sponsored_
/live-gujAd.
/live/ads_
/live_ad.
/livead-
/liveads.
/livejasmin.$domain=~livejasmin.com
/livejasmin/*&id=
/livejasmin2.
/livejasmin_
/livejasmine03.
/livejasmine05.
/load-ads|
/load_ad?
/loadad.aspx?
/loadads.
/loadads/*
/loadadsmain.
/loadadsmainparam.
/loadadsparam.
/loadadwiz.
/loaded?b=$xmlhttprequest
/loading_ads.
/local-ad.
/local_ads_
/localAd/*
/LocalAd_
/localAdData/*
/LocalAdNet/*
/localads.
/localcom-ad-
/locker.php?pub=*&gateid=$script
/log-user-event/*
/log_ad?
/log_ad_
/logad?
/logo-ad.
/logo-ads.
/logo/ads_
/logoads.
/logoutad.
/longad.
/lotto_ad_
/lrec_ad.
/lserver/*
/m-ad.css?
/m0ar_ads.
/mac-ad?
/mad.aspx?
/mad_ad.
/mads.php?
/magazine/ads.
/magic-ad/*
/magic-ads/*
/main/ad/*
/main/ad_
/main/ads/*
/main_ad.
/main_ad/*
/main_ad_
/mainad.$domain=~mainad.ru
/mainpagepopupadv1.
/manageads/*
/mapquest/Ads/*
/marfeel_sw.
/marginaleadservlet?
/marketing-banners/*
/marketing/banners/*
/marketing/banners_
/markpop.js
/masonad.gif
/masterad.
/match_ads.
/matomyads.
/matomyads300X250.
/matrix/ad/*
/maxadselect.
/maxi_ad.
/mbads?
/mbn_ad.
/mcad.php
/mda-ads/*
/mDialogAdModule.
/meas.ad.pr.
/media/ad/*
/media/ads/*
/media/adv/*
/media_ads/*
/mediaAd.
/megaad.
/mellowads.
/meme_ad.
/metaad.
/metaadserver/*
/metsbanner.
/mgid-ad-
/mgid-header.
/mgid.html
/microad.$domain=~microad.co.id
/microads/*
/microsofttag/*
/middle_adv_
/middleads.
/min/ads/*
/mini-ads/*
/mini_ads.
/miniadbar/*
/miniads?
/miniadvert.
/minify/ads-
/minpagead/*
/mint/ads/*
/misc/ad-
/misc/ads.
/misc/ads/*
/miva_ads.
/MixBerryAdsProduction/*
/mjx-oas.
/mkadsrv.
/mktad.
/ml9pagepeel.
/mmads-
/mmads.
/mmsAds.
/mmt_ad.
/mnads1.
/moatsdk.min.js
/mob-ad.
/mobile-ad.
/mobile-ads/*
/mobile_ad.
/mobile_ad/*
/mobile_ads-
/mobilead_
/mobileads.
/mobileads/*
/mobilephonesad/*
/mod_ad/*
/mod_pagepeel_banner/*
/modalad.
/module-ads/*
/module/ads/*
/modules/ad/*
/modules/ad_
/modules/ads/*
/modules/adv/*
/modules/dfp/*
/modules/doubleclick/*
/modules_ads.
/momsads.
/monetization/ads-
/moneyball/ads/*
/MonsterAd-
/mont-min.js
/mp3-ad/*
/mpads/*
/mpbads.
/mpbads2.
/mpu-dm.htm
/mpuad.
/MPUAd/*
/MPUAdHelper.
/mpuguardian.
/mpumessage.
/mrskinleftside.
/msgads.
/msn-1.js
/msn-exo-
/msnadimg.
/msnads/*
/msnads1.
/msnpop.
/msnpopsingle2.
/msnpopup.
/msnpopup4.
/mstextad?
/MTA-Ad-
/mtvi_ads_
/multiad/*
/my-ad-injector/*
/my-ad-integration.
/myads/*
/mydirtyhobby.$domain=~mydirtyhobby.com|~mydirtyhobby.de|~mydirtyhobby.to
/myfreepaysitebanner.
/mylayer-ad/*
/mysimpleads/*
/n/adv_
/n2ad_
/n4403ad.
/n_ads/*
/na.ads.
/nad_exo.
/namediaad.$~script
/natad.
/native-ad-
/native-ads-
/native-advertising/*
/native_ad/*
/nativead.
/nativead/*
/NativeAdManager.
/nativeads-
/nativeads.
/nativeads/*
/nav-ad-
/nav_ad/*
/navad/*
/navads/*
/navigation/ad/*
/nb/ads/*
/nbcuadops-
/nd_affiliate.
/neo/ads/*
/neoads.
/netads.
/netreachtextads/*
/netseerads.
/netshelter/*
/netspiderads2.
/netspiderads3.
/network_ad.
/neudesicad.
/new-ads/*
/new/ad/*
/new/ads/*
/new_ads/*
/new_oas.
/newad.
/newAd/*
/newad2?
/newad?
/newadcfg/*
/newAdfoxConfig.
/newads.
/newads/*
/newAdsScript.
/newadv/*
/newadvert/*
/newaff/float
/newBuildAdfoxBanner.
/newdesign/ad/*
/newimages/ads/*
/newimplugs.
/newPS/ad/*
/newrightcolad.
/news/ads/*
/news_ad.
/newsite/ads/*
/newsletterads/*
/newsletters/ads/*
/newsmaxadcontrol.
/newtopmsgad.
/nextad/*
/nextdaymedia-ads/*
/nflads.
/nmads_
/no_ads.
/nonrotatingads/*
/noodleAdFramed.
/noscript-ad?
/noticead.
/notifyad.
/now/ads/*$~xmlhttprequest
/nsfw/sponsors/*
/ntAds-
/nugg.min.js
/nuggad.
/nuggad/*
/Nuggad?
/nymag_ads.
/nymag_ads_
/nzmeads/*
/o2ad.
/o2contentad.
/oas-config.
/oas.aspx
/oas.js
/oas/ad/*
/oas/banners/*
/oas/iframe.
/oas/oas-
/OAS/show?
/oas_ad.
/oas_ad/*
/oas_ad_
/oas_ads.
/oas_handler.
/oas_home_
/oas_mjx.
/oas_mjx1.
/oas_mjx2.
/oas_mjx3.
/oasadconnector.
/oasadframe.
/oasadfunction.
/oasadfunctionlive.
/oasbanner_
/oascache/*
/oascentral.$~object
/oascentral/*
/oasconfig/*
/oascontroller.
/oasdefault/*
/oasisi-
/oasisi.
/oasx/*
/oiopub-ads/*
/oiopub-direct/*$~stylesheet
/old/ads-
/omb-ad-
/ome.ads.
/oncc-ad.
/onead.
/onead_
/onecam4ads.
/onesheet-ad-
/online-ad_
/Online-Adv-
/online/ads/*
/online_ads/*$domain=~rexona.com
/onlineads/*
/OnlineAdServing/*
/onplayerad.
/ontopadvertising.
/openad.$domain=~openad.lv
/openads-
/openads.
/openads/*
/openads2/*
/openads_
/openadserver/*
/openx-$domain=~openx.com
/openx.$domain=~openx.tv
/openx/*
/openx_
/openxtag.
/optonlineadcode.
/opxads.
/orbitads.
/origin-ad-
/original/ad_
/other/ads/*
/outbrain-min.
/outline-ads-
/outstream_ad-
/outWebAd_
/overlay-ad.
/overlay_ad_
/overlayad.$domain=~buliba.pl
/overlayads.
/overture.$script,stylesheet,domain=~overture.doremus.org|~overture.london
/overture/*$script,subdocument
/overture_
/ovt_show.asp?
/owa.MessageAdList.
/ox/www/*
/ox_ultimate/www/*
/p2-header-ad-
/p2-header-ad/*
/p2/ads/*
/p2ads/*
/p8network.js
/p?zoneId=
/packages/adz/*
/packages/dfp/*
/pads/default/*
/page-ads.
/page-peel
/page/ad/*
/pagead.
/pagead/ads?
/pagead/conversion.
/pagead/conversion/*
/pagead/gen_
/pagead/html/*
/pagead/js/*
/pagead/lvz?
/pagead/osd.
/pagead2.
/pagead46.
/pagead?
/pageadimg/*
/pageads/*
/PageBottomAD.
/pagecall_dfp_async.
/pagecurl/*
/pageear.
/pageear/*
/pageear_
/pagepeel-
/pagepeel.
/pagepeel/*
/pagepeel_
/pagepeelads.
/pagepeelpro.
/pages/ads
/PageTopAD.
/paidads/*
/paidlisting/*
/panelad.
/park_html_functions.*.js
/park_html_functions.js
/park_html_functions_general.js
/parking_caf_
/parseForAds.
/partner-ad-
/partner.ads.
/partner_ads/*
/partner_ads_
/partnerad.
/partnerads.
/partnerads/*
/partnerads_
/partneradwidget.
/partnerbanner.
/partnerbanner/*
/partners/ad-
/partners/ads/*
/partners/get-banner.
/partnersadbutler/*
/parts/ad/*
/pauseadextension.
/payperpost.
/paytmscripts.js
/pb-ads/*
/pc/ads.
/pc_ads.
/pcad.js?
/pch_ad/*
/pcOfficialAdTags;
/pd-ads/*
/pdpads.
/peel.js
/peel.php?
/peel/?webscr=
/peel1.js
/peel_ads/*
/peelad.
/peelad/*
/peelads/*
/peelaway_images/*
/peelbackscript/ad_
/peeljs.php
/peeltl.
/peeltr.
/pencilad.
/perfads.
/performance_ads/*
/performancingads/*
/permanent/ads/*
/persadpub/*
/petrol-ad-
/pfpadv.
/pgad.
/pgrightsideads.
/photo728ad.
/photoad.
/photoads/*
/photoflipper/ads/*
/photogallaryads.
/php/ad/*
/php/ads/*
/phpads.
/phpads/*
/phpads2/*
/phpadserver/*
/phpadsnew/*
/phpbanner/banner_
/pic/ads/*
/pic_adv/*
/picAd.
/pickle-adsystem/*
/pics/ads/*
/picture/ad/*
/pictureads/*
/pictures/ads/*
/pilot_ad.
/pitattoad.
/pix/ads/*
/pixelads/*
/place-ads/*
/placead_
/placeholder-ad-
/placements/ad_
/play/ad/*
/player/ad/*
/player/ads.
/player/ads/*
/player_ads/*
/playerjs/ads.
/players/ads.
/pledgead.
/plugin/ad/*
/plugins/ad.
/plugins/ads-
/plugins/ads/*
/plugins/mts-wp-in-post-ads/*
/plugins/page-cornr-
/plugins/wp-moreads/*$~stylesheet
/plugins/wp125/*$~stylesheet
/plugins/wp_actionpop/*
/plugins_ads_
/plus/ad_
/poker-ad.
/poki-ads.
/poll-ad-
/polopoly_fs/ad-
/pool.ads.
/pool/ad/*
/pop-under.
/pop2.js
/pop?tid=
/pop_ad.
/pop_adfy.
/pop_ads.
/pop_camgirlcity.
/pop_under.
/pop_under/*
/popad-
/popad.$domain=~popad.co
/popads.
/popads/*
/popads_
/popadscpm.
/poplivejasmine.
/popounder4.
/poprotator.
/popshow.$~stylesheet
/popu.js
/popunder-
/popunder.
/popunder/*
/popunder1.
/popunder1000.
/popunder1_
/popunder2.
/popunder4.
/popunder5.
/popunder7.
/popunder?
/popunder_
/popunderblogs.
/popundercode.
/popundercode18.
/popunderjs/*
/popunderking.
/popunders.
/popunders/*
/popunderWeb-
/popundr.
/popundr/*
/popundr_
/popup-ad.
/popup-builder-$~image,~stylesheet
/popup-domination/*$~stylesheet
/popup/log|$~third-party,xmlhttprequest
/popup2.js
/popup3.js
/popup_ad.
/popup_code.
/popupad/*
/popupads.
/popupdfp.
/popupunder.
/post-ad-
/post/ads/*
/post_ads_
/postad.
/postprocad.
/postprofilehorizontalad.
/postprofileverticalad.
/posts_ad.
/pounder-$~image
/pp-ad.
/ppd_ads.
/ppd_ads_
/predictad.
/prehead/ads_
/premierebtnad/*
/premium_ad.
/premiumads/*
/premiumadzone.
/prerollad.
/prerollads.
/previews/ad/*
/printad.
/printad/*
/printads/*
/prism_ad/*
/PRNAd300x150.
/proads/*
/proadvertising.
/proadvertising_
/processad.
/processads.
/processing/impressions.asp?
/prod/ads-
/product-ad/*
/product-ads/*
/product_ad_widget/*
/ProductAd.
/productAds/*
/production/ads/*
/prog-sponsor/*
/projectwonderful_
/promo-ads/*
/promo/ad_
/promo/ads/*
/promo/affiframe.
/promo/banners/*
/promo300by250.
/promo300x250.
/promoAd.
/promoads/*
/promobuttonad.
/promoloaddisplay?
/promoredirect?*&campaign=*&zone=
/PromosAds/*
/promotion/geoip/*
/promotions/ads.
/promotions/ads/*
/promotions/ads?
/promotools.
/promotools/*
/promotools1.
/propadbl.
/propadbl_
/propads2.
/propellerad.
/propellerAdsPush/*
/protection/ad/*
/proto2ad.
/provideadcode.
/provider_ads/*
/proxxorad.
/proxyadcall?
/pub/ad/*
/pub/ads/*
/pub/js/ad.
/pub_images/*$third-party
/pubad.
/pubads.
/pubads_
/public/ad/*
/public/ad?
/public/ads/*
/public/ads_
/public/adv/*
/public/js/ad/*
/publicidad.$~object,~stylesheet
/publicidad/*
/publicidad_$~stylesheet
/publicidade.
/publicidade/*
/publicidades/*
/publisher.ad.
/pubmatic_
/pubs_aff.asp?
/puff_ad?
/pullads.
/punder.js
/punder.php
/purch-ad-
/pushdownAd.
/putl.php?
/PVButtonAd.
/qandaads/*
/qd_ads/*
/qj-ads.
/qpon_big_ad
/quadadvert.
/quads.
/questions/ads/*
/quick-adsense-reloaded/*
/quick_ads/*
/quigo_ad
/qwa?
/r_ads/*
/RaasOffer.js
/radioAdEmbed.
/radioadembedgenre.
/radioAdEmbedGPT.
/radopenx?
/rads/b/*
/rail_ad_
/railad.
/railads.
/railsad.
/railsad_
/RainbowTGXServer/*
/ram/ads/*
/randomad.
/randomad120x600nsfw.
/randomad160x600nsfw.
/randomad2.
/randomad300x250nsfw.
/randomad728x90nsfw.
/randomad_
/randomads.
/rassets1/ads-
/rawtubelivead.
/rcolads1.
/rcolads2.
/rcom-ads-
/rcom-ads.
/rcom-video-ads.
/rcsad_
/rdm-ad-
/RdmAdFeed.
/realmedia/ads/*
/realmedia_banner.
/realmedia_banner_
/realmedia_mjx.
/realmedia_mjx_
/reclama/*
/reclame/*$domain=~github.com
/recommendations/ad.
/recordadsall.
/rect_ad.
/rectangle_ad.
/rectangle_advertorials_
/redirect?tid=
/redirect_awe.
/refads/*
/refreshads-
/refreshsyncbannerad?
/RefSplDicAdsTopL.
/reklam-ads2.
/reklam.$domain=~reklam.com.tr
/reklam/*$domain=~reklam.com.tr
/reklama.$~stylesheet,domain=~pracuj.pl|~reklama.mariafm.ru
/reklama/*
/reklama1.
/reklama2.
/reklama3.
/reklama4.
/reklama5.$domain=~reklama5.mk
/reklame/*
/related-ads.
/relatedads.
/releases/ads/*
/relevance_ad.
/remove-ads.
/remove_ads.
/render-ad/*
/renderBanner.do?
/renewalad/*
/repeat_adv.
/reporo_
/report_ad.
/report_ad_
/requestadvertisement.
/requestmyspacead.
/reqwads?
/resources/ad.
/resources/ads/*
/resources/ads_
/responsive-ad-
/responsive-ad.
/responsive-ads.
/responsive/ad_
/responsive_ads.
/responsive_dfp.
/responsive_dfp_
/restorationad-
/retrad.
/retrieve-ad.
/revboostprocdnadsprod.
/revcontent.
/revealaads.
/revealaads/*
/revealads.$domain=~revealads.com
/revealads/*
/revealads2/*
/rg-erdr.php$xmlhttprequest
/rg-rlog.php$xmlhttprequest
/rgads.
/rhspushads/*
/richoas.
/right-ad-
/right_ad.
/right_ad^
/right_ad_
/right_ads.
/rightad.
/rightad/*
/rightAd1.
/rightAd2.
/rightads.$domain=~rightads.co.uk
/rightbanner/*
/rightnavads.
/rightnavadsanswer.
/rightrailgoogleads.
/rightsideaddisplay.
/righttopads.
/RivistaGoogleDFP.
/RivistaOpenX.
/rollad.
/rolloverads/*
/rolloverbannerad.
/root_ad.
/rotad/*
/rotads/*
/rotateads.
/rotatedads1.
/rotatedads13.
/rotatedads2.
/rotating_banner.php
/rotatingad.
/rotatingpeels.
/rotatingtextad.
/rotation/banner
/rotationad.
/rotatorad300x250.
/rotatoradbottom.
/roturl.js
/rpc/ad/*
/rpgetad.
/rsads.js
/rsads/*
/rsc_ad_
/rss/ads/*
/rss2/?*&hp=*&np=$script,third-party
/rss2/?*&np=*&hp=$script,third-party
/rss2/?hp=*&np=$script,third-party
/rss2/?np=*&hp=$script,third-party
/rswebsiteads/*
/rtb/worker.php?
/rubicon_blacklist.js
/rule34/ads/*
/rule34v2/ads/*
/s?*&slot=
/s_ad.aspx?
/sadasds.js
/safead/*
/sailthru.js
/salesad/*
/sam-pro-free/*
/sam-pro-images/*
/sample300x250ad.
/sample728x90ad.
/samplead1.
/samsung_ad.
/sas/ads/*
/satnetads.
/satnetgoogleads.
/savvyads.
/sb-relevance.js
/sbnr.ads?
/scanscout.
/scanscoutoverlayadrenderer.
/scanscoutplugin.
/scaradcontrol.
/scn.php?
/script-adv-
/script/ad.$~script
/script/ads.
/script/ads_
/script/banniere_*.php?id=*&ref=$script,third-party
/script/oas/*
/scripts/ad-
/scripts/ad.
/scripts/ad/*
/scripts/ad_
/scripts/ads.
/scripts/ads/*
/scripts/AdService_
/scripts/adv.
/scripts/afc/*
/scripts/feedmeCaf.php?q=*&d=*&ron=$script
/scripts/zanox-
/scrollAd-
/scrollads/*
/scrpads.
/sd_ads_
/search-ads?
/search.php?uid=*.*&src=
/search/ad/*
/search/ads?
/search/ads_
/search_ads.
/searchad.
/searchad_
/searchads/*
/searchAdsIframe.
/secondads.
/secondads_
/secretmedia-sdk-
/secureads.
/securepubads.
/seo-ads.
/serv.ads.
/servads.
/serve.ads.
/servead.
/servead/*
/ServeAd?
/serveads.
/Server/AD/*
/server/ads/*
/servewebads/*
/service/ad/*
/service/ads/*
/service/adv/*
/services/ads/*
/services/getbanner?
/servlet/view/*
/settings/ad.
/sevenads.
/sevenl_ad.
/share/ads/*
/shared/ad_
/shared/ads.
/shared/ads/*
/shortmediads/*
/show-ad.
/show-ads.
/show.ad?
/show.cgi?adp
/show?zone_id=
/show_ad.
/show_ad?
/show_ad_
/show_ads.js$script
/show_ads_
/showad.
/showad/*
/showAd300-
/showAd300.
/showad_
/showadcode.
/showadcode2.
/showadcontent.
/showadjs.
/showads.
/showads^
/showads_
/showadv2.
/showadvert.
/showadvertising.
/showban.asp?
/showbanner.
/showcasead/*
/showcode?adids=
/showflashad.
/showindex-ad-
/ShowInterstitialAd.
/showJsAd/*
/showmarketingmaterial.
/showpost-ad-
/showsidebar-ad-
/showSp.php?
/side-ad-
/side-ad.
/side-ads-
/side_adverts.
/sidead.
/sidead/*
/sidead1.
/sidead2.
/sidead3.
/sidead300x250.
/sideadiframe.
/sideads.
/sideads/*
/sideads|
/sideadvtmp.
/sidebar-ad-
/sidebar-ads/*
/sidebar_ad.
/sidebar_ad_
/sidebar_ads/*
/sidebarad/*
/SidebarAds.
/sidebaradvertisement.
/sidecol_ad.
/sidekickads.
/sidelinead.
/siframead.
/silver/ads/*
/silverads.
/simad.min.js
/simpleads/*
/simpleadvert.
/simpleadvert/*
/singleadextension.
/sisterads.
/site-ads/*
/site-advert.
/site/ad/*
/site/ads/*
/site/ads?
/site/dfp-
/site=*/size=*/viewid=
/site=*/viewid=*/size=
/site_ads.
/site_ads/*
/site_under.
/siteads.
/siteads/*
/siteadvert.
/siteafs.txt?
/sitefiles/ads/*
/siteimages/ads-
/sitemanagement/ads/*
/sites/ad_
/sitewide/ads/*
/size=*/random=*/viewid=
/skin/ad/*
/skin/ad3/*
/skin/adv/*
/skin3/ads/*
/skin_ad-
/skinad.
/skinads/*
/skins/ads-
/skins/ads/*
/skn_ad/*
/skyad.
/skyad_
/skyadjs/*
/skyadright.
/skybannerview.
/skybar_ad.
/skyframeopenads.
/skyframeopenads_
/skyscraper-ad.
/skyscraper_ad_
/skyscraperad.
/slafc.js
/slide_in_ads_
/slideadverts/*
/slideinad.
/slider-ad-
/slider.ad.
/slider_ad.
/sliderAd/*
/sliderad3.
/SliderAd_
/SliderJobAdList.
/slideshow/ads.
/slideshowintad?
/slidetopad.
/slot/dfp/*
/smalAds.
/small_ad.
/small_ad_
/small_ads/*
/smallad-
/smalladblockbg-
/smalltopl.
/smart-ad-server.
/smart_ad/*
/smartad-
/smartad.$domain=~smartad.ai
/smartad/*
/smartAd?
/smartad_
/smartads.$domain=~smartads.cz|~smartads.io|~smartads.lt
/smartadserver.$domain=~smartadserver.com|~smartadserver.com.br|~smartadserver.de|~smartadserver.es|~smartadserver.fr|~smartadserver.it|~smartadserver.pl|~smartadserver.ru
/smartadserver/*
/smartlinks.epl?
/smb/ads/*
/smeadvertisement/*
/smedia/ad/*
/smoozed-ad/*
/SmpAds.
/sni-ads.
/socialads.$domain=~socialads.eu|~socialads.guru
/socialads/*
/somaadscaleskyscraperscript.
/some-ad.
/someads.
/sp/delivery/*
/spac_adx.
/space_ad.
/spacead/*
/spacedesc=
/spark_ad.
/spc.php
/spc_fi.php
/spcjs.php
/spcjs_min.
/special-ads/*
/special_ad.
/special_ads.
/special_ads/*
/SpecialAdCampaigns/*
/specialads/*
/specialfeatureads/*
/spiderad/*
/splash_ads_
/SplashAd_
/spo_show.asp?
/sponlink.
/spons/banners/*
/spons_links_
/sponser.
/sponseredlinksros.
/sponsers.cgi
/sponsimages/*
/sponslink_
/sponsor%20banners/*
/sponsor-ad
/sponsor-banner.
/sponsor-box?
/sponsor-links.
/sponsor/click.
/sponsor_ads.
/sponsor_select.
/sponsorad.
/sponsorad2.
/sponsoradds/*
/sponsorads.
/sponsorads/*
/sponsorbanners/*
/sponsorbg/*
/sponsored-backgrounds/*
/sponsored-banner-
/sponsored-content-
/sponsored-links-
/sponsored-links.
/sponsored-links/*
/sponsored-widget
/sponsored_ad.
/sponsored_ad/*
/sponsored_ad_
/sponsored_ads/*
/sponsored_by.
/sponsored_content-
/sponsored_content/*
/sponsored_link.
/sponsored_links.
/sponsored_links1.
/sponsored_links_
/sponsored_listings.
/sponsored_text.
/sponsored_title.
/sponsored_top.
/sponsoredads/*
/sponsoredbanner/*
/sponsoredcontent.
/sponsoredheadline.
/sponsoredlinks.
/sponsoredlinks/*
/sponsoredlinks?
/sponsoredlinksiframe.
/sponsoredlisting.
/sponsorHeaderDeriv_
/sponsoringbanner/*
/sponsorpaynetwork.
/sponsors-ads/*
/sponsors.js?
/sponsors/ads/*
/sponsors/amg.php?
/sponsors/sponsors.
/sponsors_box.
/sponsorsgif.
/sponsorship/targeting/*
/sponsorshipimage-
/sponsorstrips/*
/spotlight-ad?
/SpotlightAd-
/spotlightads/*
/spotx_adapter.
/spotxchangeplugin.
/spotxchangevpaid.
/square-ad.
/square-ads/*
/squaread.
/squareads.
/sr.ads.
/src/ads_
/srec_ad_
/srv/ad/*
/ss3/ads/*
/ssc_ad.
/standalone/ads-
/standard_ads.
/static-ad-
/static.ad.
/static.ads.$domain=~ads.ae
/static/ad-
/static/ad/*
/static/ad_
/static/ads/*
/static/adv/*
/static/js/4728ba74bc.js$~third-party
/static_ads/*
/staticadslot.
/stats/?t_sid=
/sticker_ad.
/sticky-ad-
/sticky-ads-
/sticky_ad.
/stickyad.
/stickyad2.
/stickyads.
/stocksad.
/storage/ads/*
/storage/adv/*
/stories/ads/*
/story_ad.
/story_ads_
/storyadcode.
/storyads.
/stream-ad.
/streamads.
/streamads/*
/streamatepop.
/studioads/*
/stuff/ad-
/style_ad.
/styleads2.
/styles/ad/*
/Styles/Ad_
/styles/ads.
/styles/ads/*
/subAd.
/subad2_
/subadz.
/subnavads/*
/subs-ads/*
/sugar-ads.
/sugar-ads/*
/sugarads-
/superads-$script
/superads_
/supernorthroomad.
/svnad/*
/swf/ad-
/swf/ads/*
/swfbin/ad-
/swfbin/ad3-
/swfbin/ad3_
/switchadbanner.
/SWMAdPlayer.
/syads.
/synad2.
/synad3.
/sync2ad.
/syndication/ad.
/sys/ad/*
/system/ad/*
/system/ads/*
/system/ads_
/system_ad.
/systemad.$domain=~systemad.com.pl|~systemad.eu|~systemad.pl
/systemad_
/t-ads.$domain=~t-ads.org
/t.php?uid=*.*&src=
/tabads/*
/tableadnorth.
/tabunder/pop.
/tag-adv.
/tag_adv/*
/tag_oas.
/tag_sys.
/tagadv_
/talkads/*
/targetingAd.
/taxonomy-ads.
/td-ads-
/td_ads/*
/tdlads/*
/tds-ads-
/teads-detector.
/teamplayer-ads.
/teaseimg/ads/*
/technomedia.$domain=~technomedia.co
/telegraph-advertising/*
/teletoon_ad.
/tempads/*
/template/ad.
/templateadvimages/*
/templates/ad.
/templates/ad/*
/templates/ads/*
/templates/adv_
/testads/*
/testingad.
/text_ad.
/text_ad_
/text_ads.
/text_ads_
/textad.
/textad/*
/textad1.
/textad?
/textad_
/textadbannerH5.
/textadrotate.
/textads-
/textads.
/textads/*
/textads_
/textadspromo_
/tfs-ad.
/tg.php?uid=
/thdgoogleadsense.
/thebannerserver.net/*
/third-party/dfp/*
/thirdparty/ad/*
/thirdpartyads/*
/thirdpartyframedad/*
/thumb-ads.
/thumbs/ads/*
/thunder/ad.
/ticker_ad.
/tickeradsget.
/tidaladplugin.
/tii_ads.
/tikilink?
/TILE_ADS/*
/tileads/*
/tinlads.
/tinyad.
/tit-ads.
/title-ad/*
/title_ad.
/tizers.php?
/tl.ads-
/tmnadsense-
/tmnadsense.
/tmo/ads/*
/tmobilead.
/tncms/ads/*
/toggleAds.
/toigoogleads.
/toigoogleleads_
/tomorrowfocusAd.
/too_ad/*
/toolkitads.
/tools/ad.
/toonad.
/top-ad-
/top-ad.
/top-ad/*
/top-ad_
/top-ads.
/top_ad.
/top_ad/*
/top_ad_
/top_ads.
/top_ads/*
/top_ads_
/top_adv_
/topad.
/topad/*
/topad3.
/topad_
/topadbg.
/topadfooter.
/topadheader.
/topadImg.
/topads.
/topads/*
/topads1.
/topads2.
/topads3.
/topads_
/topads|
/topadv.
/topadvert.
/topleftads.
/topperad.
/toprightads.
/tops.ads.
/torget_ads.
/totalmedia/*
/Totem-Cash/*
/totemcash/*$image
/totemcash1.
/tower_ad_
/towerbannerad/*
/tr2/ads/*
/track.php?click=*&domain=*&uid=$xmlhttprequest
/track.php?uid=*.*&d=
/track_ad_
/trackads/*
/tracked_ad.
/tracking/events/*
/trade_punder.
/tradead_
/TradeAds/*
/tradedoubler.
/trafficadpdf02.
/trafficads.
/trafficengineads.
/TrafficHaus/*
/trafficsynergysupportresponse_
/transad.
/travidia/*
/tremoradrenderer.
/trendad.
/triadshow.
/tribalad.
/tripplead/*
/tsc.php?*&ses=
/ttj?id=
/ttz_ad.
/tubeadvertising.
/turbo_ad.
/tvgdartads.
/TWBadbanner.
/twgetad3.
/TwtAd_
/txt_ad.
/txt_ad_
/txt_adv.
/txtad.
/txtAd1.
/txtads/*
/u-ads.
/u/ads/*
/u?pub=
/uberlayadrenderer.
/ucstat.
/ugoads.
/ugoads_inner.
/ui/ads/*
/ui/adv.
/ui/adv_
/uk.ads.
/uk/ads/*
/ukc-ad.
/unibluead.
/unity/ad/*
/up/ads/*
/update_ads/*
/update_layer/layer_os_new.php
/uplimg/ads/*
/upload/ads/*$domain=~ads.ae
/UploadAds/*
/uploaded/ads/*
/UploadedAds/*
/uploads/ads/*$domain=~bayie.com
/uploads/adv/*
/uploads/adv_
/uploads/xadv_
/upsell-ad-
/upsellingads/*
/us-ads.
/usenext16.
/user/ads?
/user_ads/*
/userad.$domain=~userad.info
/userad/*
/userads/*
/userimages/ads/*
/usernext.
/utep/ad/*
/utep_ad.js
/utils~ads~
/v1/ads.
/v1/ads/*
/v2/ads.
/v2/ads/*
/v3/ads/*
/v3/ads?
/v5/ads/*
/v7/ads/*
/v9/adv/*
/vads/*
/valueclick-ad.
/valueclick.
/valueclickbanner.
/valueclickvert.
/vast/ads-
/vast_ads_
/VASTAdPlugin.
/vastads.
/vb/ads/*
/vboard/ads/*
/vbvua.js
/vclkads.
/vendor-ads-
/vericaladtitle.
/vert728ad.
/vert_ad.
/verticaladrotatorv2.
/vghd.gif
/vghd.swf
/vghd2.gif
/VHDpoppingModels/*
/viagogoads.
/vice-ads.
/vidadv.
/video-ad-overlay.
/video-ad.
/video-ads-management.
/video-ads-player.
/video-ads/*
/video.ads.
/video/ad/*
/video/ads/*
/video2adrenderer.
/video_ad.
/video_ad_
/video_ads.
/video_ads/*
/videoad.
/VideoAd/*
/videoad_new.
/VideoAdContent?
/videoadrenderer.
/videoadroll.
/videoads.
/videoads/*
/VideoAdsServingService/*
/videoadv-
/videoadv.
/videojs.ads-
/videojs.ads.
/videojs.sda.
/videostreaming_ads.
/videowall-ad.
/view/ads/*
/view/banner/*
/view_banner.
/viewad.
/viewad/*
/viewad?
/viewbannerad.
/viewer/rad?
/viewid=*/site=*/size=
/views/ads/*
/vifGoogleAd.
/virtuagirl.
/virtuagirl/*
/virtuagirl3.
/virtuagirlhd.
/virtual_girl_
/virtualgirl/*
/virtualgirlhd-
/vision/ads/*
/visitoursponsors.
/vld.ads?
/vnads.
/vnads/*
/vogue_ads/*
/vpaidad3.
/vpaidadrenderer.
/vplayerad.
/vrdinterads-
/vsl/js/*
/vsl/vst/*
/vtextads.
/VXLayerAd-
/w/ads/*
/w/d/capu.php?z=$script,third-party
/w_ad.aspx?
/waframedia16.
/wahoha.
/wallpaper_ads/*
/wallpaperads/*
/watchit_ad.
/waterad2.
/wave-ad-
/wbadvert/*
/weather-sponsor/*
/weather/ads/*
/web-ad_
/web-ads.
/web-ads/*
/web/ads/*
/web2_ad.
/web_ads/*
/webad.$domain=~webad.io
/WebAd/*$domain=~motortrader.com.my
/webad?
/webadimg/*
/webads.
/webads/*
/webads_
/webadserver.
/webadvert.
/webadvert/*
/webadvert3/*
/webadverts/*
/webapp/ads-
/webmailad.$domain=~webmailad.com
/webmaster_ads/*
/weborama.js
/websie-ads-
/websie-ads3.
/wedel_ad.
/weeklyAdsLabel.
/welcome_ad.
/welcomead.
/welcomeadredirect.
/werbebanner/*
/widget-advert.
/widget-advert?
/widget/ad/*
/widget/ads.
/widget/ads/*
/widgetad.
/widgetadsense.
/widgets/ads.
/widgets/ms/*.php?
/widgets/sponsored/*
/wipeads/*
/wire/ads/*
/wired/ads/*
/wix-ad.
/wixads.
/wixads/*
/wlbetathome/bannerflow/*
/wmads.
/wordpress-ads-plug-in/*
/work.php?n=*&size=*&c=
/wp-ad.min.
/wp-bannerize-
/wp-bannerize.
/wp-bannerize/*
/wp-banners.js
/wp-banners/*
/wp-content/ads/*
/wp-content/mbp-banner/*
/wp-content/plugins/amazon-product-in-a-post-plugin/*
/wp-content/plugins/automatic-social-locker/*
/wp-content/plugins/banner-manager/*
/wp-content/plugins/bhcb/lock.js
/wp-content/plugins/bookingcom-banner-creator/*
/wp-content/plugins/bookingcom-text2links/*
/wp-content/plugins/fasterim-optin/*
/wp-content/plugins/m-wp-popup/*$~stylesheet
/wp-content/plugins/platinumpopup/*
/wp-content/plugins/useful-banner-manager/*
/wp-content/plugins/wp-super-popup-pro/*
/wp-content/plugins/wp-super-popup/*$~stylesheet
/wp-content/uploads/useful_banner_manager_banners/*
/wp-popup-scheduler/*
/wp-srv/ad/*
/wp_ad_250_
/wp_pro_ad_system/*
/wpads/iframe.
/wpbanners_show.php
/wppas.
/wppas/*
/wppas_
/wpproadds.
/wpproads.
/wrapper/ads/*
/writelayerad.
/wwe_ads.
/wwe_ads/*
/www/ad/*
/www/ad_
/www/ads/*
/www/deliver/*
/www/deliverx/*
/www/delivery/*
/www/js/ad/*
/www/xengine/*
/wwwads.
/x5advcorner.
/xads.js
/xads.php
/xadvertisement.
/xbanner.js
/xbanner.php?
/xclicks.
/xfiles/ads/*
/xhfloatAdv.
/xhr/ad/*
/xlayer/layer.php?uid=$script
/xml/ad/*
/xml/ads_
/xmladparser.
/xnxx-ads.
/xpcadshow.
/xpiads.
/xpopunder.
/xpopup.js
/xtendmedia.$domain=~xtendmedia.dk
/xwords.
/xxxmatch_
/yads-
/yads.
/yads/*
/yads_
/yahoo-ad-
/yahoo-ads/*
/yahoo/ads.
/yahoo_overture.
/YahooAd_
/yahooads.
/yahooads/*
/yahooadsapi.
/yahooadsobject.
/yahoofeedproxy.
/yellowpagesads/*
/yesbaby.
/yhs/ads?
/yieldads.
/yieldlab.
/yieldmanager/*
/yieldmo-
/yin-ad/*
/yld/js/*
/yld_mgr/*
/your-ad-
/your-ad.
/your_ad.
/yourad1.
/youradhere.
/youradhere468-
/youradhere_
/ypad/*
/ysc_csc_news
/ysmads.
/ysmwrapper.js
/yume_ad_library_
/yzx?
/z-ads.
/z/ads/*
/zagcookie_
/zalando-ad-
/zanox/banner/*
/zanox_ad/*
/zaz-admanager.
/zaz-admanager/*
/zedo_
/zergbid.
/zxy?
/~cdn/ads/*
://a.ads.
://ad.*/jstag^
://adcl.$domain=~adcl.com|~adcl.screenconnect.com
://ads.$domain=~ads.ac.uk|~ads.adstream.com.ro|~ads.am|~ads.bigbom.com|~ads.brave.com|~ads.buscaempresas.co|~ads.colombiaonline.com|~ads.comeon.com|~ads.cvut.cz|~ads.dollartree.com|~ads.elcarado.com|~ads.google.com|~ads.harvard.edu|~ads.lapalingo.com|~ads.lordlucky.com|~ads.microsoft.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.nc|~ads.nimses.com|~ads.pinterest.com|~ads.quasaraffiliates.com|~ads.red|~ads.route.cc|~ads.safi-gmbh.ch|~ads.sk|~ads.snapchat.com|~ads.socialtheater.com|~ads.taboola.com|~ads.tiktok.com|~ads.toplayaffiliates.com|~ads.viksaffiliates.com|~ads.watson.ch|~ads.xtribeapp.com|~ads.yahoosmallbusiness.com|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~seriouswheels.com
://adv.$domain=~adv.bet|~adv.cincsys.com|~adv.co.it|~adv.cryptonetlabs.it|~adv.derfunke.at|~adv.ee|~adv.gg|~adv.michaelgat.com|~adv.msk.ru|~adv.ru|~adv.trinet.ru|~adv.vg|~adv.works|~adv.yomiuri.co.jp|~advids.co|~erti.se|~escreverdireito.com|~farapp.com|~forex-tv-online.com|~pracuj.pl|~r7.com|~typeform.com|~welaika.com
://affiliate.$third-party
://affiliates.$third-party
://affiliates2.$third-party
://ax-d.*/jstag^
://banner.$third-party
://banners.$third-party
://bwp.*/search$domain=~pulte.com
://delivery.*/jstag^
://feeds.*/~a/
://findnsave.*.*/api/groupon.json?
://findnsave.*.*/td/portablerop.aspx?
://oas.*@
://ox-*/jstag^
://pop-over.
://promo.$third-party
://rss.*/~a/
://synad.
://wrapper.*/a?
://xml.*/redirect?*&pubid=$subdocument
:8080/ads/
;ad_meta=
;adsense_
;cue=pre;$object
;iframeid=ad_
=ad&action=
=ad-leaderboard-
=ad-rectangle-
=ad320x50-
=ad_iframe&
=ad_iframe_
=adbanner_
=adcenter&
=adcode&
=adexpert&
=adimg&impression=
=adlabs&
=admeld&
=adMenu&
=admeta&
=admodeliframe&
=adreplacementWrapperReg.
=adsCallback&
=adscripts&
=adsfinal.
=adshow&
=adslot&
=adspremiumplacement&
=adtech_
=adunit&
=advanced-ads-
=advert/
=advertiser.
=advertiser/
=advertorial&$domain=~linkpizza.com
=adView&$domain=~adview.online
=akiba_ads_
=banners_ad&
=big-ad-switch_
=clkads/
=com_ads&
=dartad_
=deliverAdFrame&
=display_ad&
=DisplayAd&
=displayAds&
=dynamicads&
=dynamicwebad&
=eureka_
=GetSponsorAds&
=half-page-ad&
=iframe_adv&
=js_ads&
=lightboxAd&
=loadAdStatus&
=oas_tag.
=PAGE_AD_
=partnerad&
=pmd-advertising-
=rightAds_
=searchadslider|
=showsearchgoogleads&
=simpleads/
=textads&
=tickerReportAdCallback_
=web&ads=
=webad2&
?*=x55g%3add4vv4fy.
?action=ads&
?ad.vid=
?ad_ids=
?ad_number=
?ad_partner=
?ad_size=
?ad_tag=
?ad_type=
?ad_width=
?adarea=
?adcentric=
?adclass=
?adcontext=
?adCount=
?adflashid=
?adformat=
?adfox_
?adloc=
?adlocation=
?adname=
?adpage=
?adPageCd=
?adpartner=
?ads=$domain=~booking.loganair.co.uk
?ads_params=
?adsdata=
?adsite=
?adsize=
?adslot=
?adspot_
?adtag=
?adTagUrl=
?adtarget=
?adtechplacementid=
?adtype=
?adunit=
?adunit_id=
?adunitid=
?adunitname=
?adv/id=
?adv_type=
?adversion=
?advert_key=
?advertisement=
?advertiser=
?advertiser_id=$domain=~panel.rightflow.com
?advertiserid=$domain=~adadyn.com|~outbrain.com|~seek.co.nz|~seek.com.au
?advertising=
?advideo_
?advsystem=
?advtile=
?advurl=
?adx=
?adzone=
?aff_id=*&offer_id=
?AffiliateID=*&campaignsVpIds=
?banner.id=
?banner_id=
?bannerid=
?bannerXGroupId=
?canp=adv_
?category=ad&
?dfpadname=
?exo_zones=
?file=ads&
?framId=ad_
?g1t2h=*&t1m2k3=
?getad=&$~object
?goto=ad|
?handler=ads&
?idaffiliation=
?img_adv=
?impr?pageid=
?module=ads/
?OASTagURL=
?offer_id=*&aff_id=
?phpAds_
?poll=ad_
?PopAd=
?q=ads_
?service=ad&
?sid=ads
?simple_ad_
?type=ad&
?type=oas_pop&
?view=ad&
?vmAdID=
?wm=*&prm=rev&
?wppaszoneid=
?wpproads-
?wpproadszoneid=
?ZoneID=*&PageID=*&SiteID=
?ZoneID=*&SiteID=*&PageID=
^fp=*&prvtof=
^mod=wms&do=view_*&zone=
^pid=Ads^
_100_ad.
_125ad.
_160_ad_
_160x550.
_250ad.
_300x250Banner_
_468x60ad.
_728x90ad_
_acorn_ad_
_ad&zone=
_ad-125x125.
_ad.gif|
_ad.jsp?
_ad.php?
_ad.png?
_ad/display?
_ad/full_
_AD/jquery.
_ad/public/
_ad/section_
_ad/show/
_ad01.
_ad01_
_ad1.$~stylesheet
_ad103.
_ad120x120_
_Ad125.
_ad1a.
_ad1b.
_ad2.
_ad234x90-
_ad3.
_ad300.
_ad300x250.
_ad4.
_ad5.
_ad6.$domain=~facebook.com|~messenger.com
_ad640.
_ad728x90.
_ad9.
_ad?darttag=
_ad?size=
_ad_125x125.
_ad_2012.
_ad_250.
_ad_300.
_ad_336x280.
_ad_350x250.
_ad_728_
_ad_actron.
_ad_article_
_ad_background.
_ad_banner.
_ad_banner_
_ad_big.
_ad_block&
_ad_bottom.
_ad_box.
_ad_bsb.
_ad_center.
_ad_change.
_ad_choices.
_ad_choices_
_ad_close.
_ad_code.
_ad_content.
_ad_controller.
_ad_count.
_ad_count=
_ad_courier.
_ad_desktop_
_ad_div=
_ad_domain_
_ad_end_
_ad_engine/
_ad_expand_
_ad_feed.
_ad_footer.
_ad_footer_
_ad_frame.
_ad_handler.
_ad_harness.
_ad_head.
_ad_header.
_ad_heading.
_ad_homepage.
_ad_ids=
_ad_iframe.
_ad_image_
_ad_images/
_ad_init/
_ad_integration.
_ad_interactive.
_ad_label.
_ad_layer_
_ad_leaderboard.
_ad_lib.
_ad_logo.
_ad_middle_
_ad_minileaderboard.
_ad_new_
_ad_number=
_ad_one.
_ad_over_
_ad_page_
_ad_placeholder-
_ad_position_
_ad_promo2.
_ad_render_
_ad_renderer_
_ad_right.
_ad_right_
_ad_rolling.
_ad_run.
_ad_sense/
_ad_server.
_ad_service.
_ad_serving.
_ad_show&
_ad_side.
_ad_sidebar_
_ad_size.
_ad_sky.
_ad_skyscraper.
_ad_slot/
_ad_slot=
_ad_small.
_ad_sponsor/
_ad_square.
_ad_tall.
_ad_teaserarticledetail/
_ad_template_
_ad_top_
_ad_url=
_ad_utils-
_ad_vertical.
_ad_video_
_ad_view=
_ad_widesky.
_ad_wrapper.
_ad_yellow.
_ad_zone_
_adagency/
_adaptvad.
_adbanner.
_adbanner/
_adbanner_
_adbanners.
_adbar.
_adbg1a.
_adbg2.
_adbg2a.
_adbit.
_adblue.
_adBottom_
_adbox.
_adbox_
_adbreak.
_adcall.
_adcall_
_adchoice.
_adchoices.
_adcode_
_adcom.
_adcontent/
_adcount=
_adengage.
_adengage_
_adengine_
_adframe.$domain=~adsystem.pl
_adframe/
_adframe_
_adfunction.
_adgebraAds_
_adhere.
_adhesion.
_adhoc?
_adhome.
_adhome_
_adhoriz.
_adhub_
_adify.
_adjug.
_adlabel_
_adlesse.
_adlib.
_adlinkbar.
_adlog.
_admanager/
_admarking_
_admin/ads/
_adminka/
_adnetwork.
_adobjects.
_adoverride.
_adpage=
_adpartner.
_adplugin.
_adright.
_adright2.
_adrotator.
_adrow-
_ads-affiliates_
_ads-rtk.
_ads.cgi
_ads.cms?
_ads.html
_ads.js.
_ads.js?
_ads.php?
_ads/css/
_ads/horiz/
_ads/horiz_
_ads/iframe.
_ads/inhouse/
_ads/ip/
_ads/js/
_ads/mobile/
_ads/square/
_ads1-
_ads1.
_ads12.
_ads150x150/
_ads2.
_ads3.
_ads8.
_ads9.
_ads?
_Ads_300x300.
_ads_async.
_ads_cached.
_ads_contextualtargeting_
_ads_control.
_ads_framework.
_ads_Home.
_ads_iframe.
_ads_iframe_
_ads_index_
_ads_multi.
_ads_new.
_ads_only&
_ads_partner.
_ads_reporting.
_ads_single_
_ads_targeting.
_ads_text.
_ads_top.
_ads_updater-
_ads_v8.
_adsbgd.
_adscommon.
_adscript.
_adsdaq.
_adsense.
_adsense_
_adserve.
_adserve/
_adserved.
_adserver.
_adserver/
_adsetup.
_adsetup_
_adsframe.
_adshare.
_adshow.
_adsjs.
_adskin.
_adskin_
_adslist.
_adsonar.
_adspace-
_adspace3.
_adspace_
_adsperfectmarket/
_adsrv=
_adsrv?
_adssource.
_adstat.
_adsys.
_adsys_
_adsystem/
_adtags.
_adtech&
_adtech-
_adtech.
_adtech/$~stylesheet
_adtech_
_adtext_
_adtitle.
_adtoma.
_adtop.
_adtxt.
_adunit.
_adunits/
_adv/300.
_adv/leaderboard_
_adv/overlay/
_adv_468.
_Adv_Banner_
_adv_label.
_advert.
_advert/
_Advert09.
_advert1.
_advert_1.
_advert_2.
_advert_label.
_advert_overview.
_advert_sliders/
_advert_vert
_advertise-$domain=~linkedin.com
_advertise.
_advertise180.
_advertisehere.
_advertisement-
_advertisement.
_advertisement/
_advertisement_$domain=~media.ccc.de
_advertisementbar.
_advertisements/
_advertisementtxt_
_advertising.
_advertising/$domain=~advertising.scoop.co.nz
_advertising_header.
_advertising_iframe.
_advertisment.
_advertorial.
_advertorial/
_advertorial3.
_advertorial_
_advertorials/
_advertphoto.
_adverts.js
_adverts/
_adverts3.
_advertsarea.
_AdvertsImgs/
_adview?
_adview_
_advservices.
_advsetup.
_adwrap.
_adwriter.
_afd_ads.
_affiliate/banners/
_affiliate_ad.
_afs_ads.
_alt/ads/
_argus_ad_
_article_ad-
_assets/ads/
_asyncspc.
_background_ad.
_background_ad/
_banner-ad.
_banner_ad-
_banner_ad.
_banner_ad/
_banner_ad_
_banner_ads.
_Banner_Ads_
_banner_adv300x250px.
_banner_adv_
_bannerad.
_BannerAd_
_bannerads_
_bannerview.php?*&aid=
_bg_ad_left.
_blank_ads.
_blogads.
_blogads_
_bottom_ads.
_bottom_ads_
_box_ad_
_btnad_
_bucks_ad.
_button_ad_
_buttonad.
_buzzAd_
_centre_ad.
_cgbanners.php?
_ChatAd_
_collect/ads/
_commonAD.
_companionad.
_content/sponsored_
_content_ad.
_content_ad_
_contest_ad_
_custom_ad.
_custom_ad_
_dart_ads.
_dart_interstitial.
_dashad_
_dfp.php?
_dfp_qa.
_dfp_targeting.
_Digital_Ads-
_dispad_
_displayad_
_displaytopads.
_doubleclick.
_doubleclick_ad.
_down_ad_
_dropdown_ad.
_dynamicads/
_elements/ads/
_engine_ads_
_english/adv/
_externalad.
_fach_ad.
_fbadbookingsystem&
_feast_ad.
_files/ad.
_files/ads/
_fixed_ad.
_floating_ad_
_floatingad_
_FLYAD.
_footer_ad_
_framed_ad/
_friendlyduck.
_fullscreen_ad.
_gads_bottom.
_gads_footer.
_gads_top.
_gallery_ads.
_gallery_image_ads_$~stylesheet
_genads/
_generic_ad.
_geobanner.
_google_ad.
_google_ads.
_google_ads/
_google_ads_
_googlead.
_googleads_
_googleDFP.
_grid_ad?
_header_ad.
_header_ad_
_headerad.
_headline_ad.
_homad.
_homadconfig.
_home_ad.
_home_ad_
_hosting_ad.
_house_ad_
_hr_advt/
_html5/ads.
_iad.html?
_id/ads/
_iframe_ad_
_images/ad.
_images/ad_
_images/ads/
_index_ad.
_inline_advert&
_inlineads.
_jpopunder/
_js/ads.js
_js4ad2.
_js_ads.
_js_ads/
_jtads/
_juiceadv.
_juicyads.
_layerad.
_lazy_ads/
_leaderboard_ad_
_left_ad.
_link_ads-
_live/ad/
_load_ad?
_loader_adv-
_logadslot&
_longad_
_mailLoginAd.
_main_ad.
_mainad.
_mar_ad/
_maxi_ad/
_media/ads/
_mid_ad.
_middle_ads.
_mmsadbanner/
_mobile/js/ad.
_Mobile_Ad_
_mpu_widget?
_nine_ad/
_online_ad.
_onlinead_
_openx.
_openx/
_org_ad.
_overlay_ad.
_paid_ads/
_paidadvert_
_panel_ads.
_partner_ad.
_pcads_
_pchadtree.
_picsad_
_platform_ads.
_platform_ads_
_player_ads_
_plus/ads/
_pop_ad.
_pop_ad/
_pop_under.
_popunder.
_popunder_
_popupunder.
_post_ads.
_preorderad.
_prime_ad.
_promo_ad/
_psu_ad.
_pushads.
_radio_ad_
_railads.
_rebid.js
_rectangle_ads.
_reklama_$domain=~youtube.com
_reporting_ads.
_request_ad.
_response_ad.
_right_ad.
_right_ads.
_right_ads/
_right_ads_
_rightad.
_rightad1.
_rightad_
_rightmn_ads.
_search/ads.js
_sectionfront_ad.
_show_ads.
_show_ads=
_show_ads_
_sidead.
_sidebar_ad.
_sidebar_ad/
_sidebar_ad_
_sidebarad_
_site_sponsor
_skinad.
_skybannerview.
_skyscraper160x600.
_slider_ad.
_Slot_Adv_
_small_ad.
_smartads_
_sponsor/css/
_sponsor_banners/
_sponsor_logic.
_sponsoredlinks_
_Spot-Ad_
_square_ad-
_square_ad.
_static/ads/
_static_ads.
_sticky_ad.
_StickyAd.
_StickyAdFunc.
_survey_ad_
_tagadvertising.
_temp/ad_
_text_ads.
_textad_$~media
_textads.
_textads/
_theme/ads/
_tile_ad_
_top_ad.
_top_ad_
_topad.
_tribalfusion.
_txt_ad_
_type=adimg&
_UIM-Ads_
_valueclick.
_vertical_ad.
_video_ads/
_video_ads_
_videoad.
_vodaaffi_
_web-advert.
_Web_ad.
_web_ad_
_webad.
_WebAd^
_webad_
_WebBannerAd_
_widget_ad.
_yahooads/
_your_ad.
_zedo.
takeover_background.
takeover_banner_
||cacheserve.*/promodisplay/
||cacheserve.*/promodisplay?
||com/banners/$image,object,subdocument,domain=~pingdom.com|~thetvdb.com|~tooltrucks.com
||online.*/promoredirect?key=
||ox-d.*^auid=
||serve.*/promoload?
! bc.vc (https://github.com/NanoMeow/QuickReports/issues/198)
/earn.php?z=$popup,subdocument
! https://github.com/uBlockOrigin/uAssets/issues/2364
/pop2.js?*=$script
! Native advert
/\:\/\/data.*\.com\/[a-zA-Z0-9]{30,}/$third-party,xmlhttprequest
! Propellerads
/\.(accountant|bid|click|club|com|cricket|date|download|faith|link|loan|lol|men|online|party|racing|review|science|site|space|stream|top|trade|webcam|website|win|xyz|com)\/(([0-9]{2,9})(\.|\/)(css|\?)?)$/$script,stylesheet,third-party,xmlhttprequest
/\.accountant\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.bid\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.click\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.club\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.com\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.cricket\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.date\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.download\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.faith\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.link\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.loan\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.lol\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.men\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.online\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.party\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.racing\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.review\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.science\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.site\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.space\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.stream\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.top\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.trade\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.webcam\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.website\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.win\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\.xyz\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\:\/\/[a-z0-9]{5,40}\.com\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\:\/\/[a-z0-9]{5,}\.com\/[A-Za-z0-9]{3,}\/$/$script,third-party,xmlhttprequest
! /\.com/.*[0-9]{2,7}\//$third-party,xmlhttprequest
! /\:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$third-party,xmlhttprequest
! Ad-insertion script (see on: celebrityweightloss.com, myfirstclasslife.com, cultofmac.com)
.webp?*&cb=$script,~third-party
/banger.js
/edmonton.webp$script
/ez_aba_load/*
/ezcl.webp?
/ezf-min.$script
/ezo/*$script,~third-party,domain=~yandex.by|~yandex.com|~yandex.kz|~yandex.ru|~yandex.ua
/ezoic/*$script,~third-party
/jellyfish.webp$script
! Self hosted Ad scripts (seen on: ibtimes.co.uk/newsweek.com)
/ima3.js
/imasdk/*
! https://github.com/sanosay/exads-adblock
.php?mg=$image
/_b*.php?img=$image
/_p*.php?img=$image
/_p4.php$script
/_ra_lib*.js$script
/ac/rep.php$script
/b3.php?*=$script
/b3.php?img=$image
/ba_*/?fel=$script
/backend_loader.php$script,~third-party
/baha.php
/be568.js
/bl.php?*=$image,script
/dg.php?wr=
/ebldr.php
/ebloader.
/ex/b.php
/exads-
/exbl.js?
/exbl.min.js?
/exbl.php?
/exbls1.js?
/exblss1.js?
/exo-force-
/exo-loader/*
/exo_frnd_
/exo_na/*$script,subdocument
/fel456.js
/fload.js
/floader.js$script
/fro_lo.js$script
/frontend_loader.js$script
/frontend_loador.js$script
/iamback.php$script
/lib/?img=$image
/misc/ex_loader.
/nb/avanti.
/nb/b_lo.php
/nb/frontale.
/nb/frontend.js
/nvr_bcknd.
/nvrblck.
/scripts/sweet/*$script
_nb_sys.$script,~third-party
_prx/ba_$script
! prebid scripts
-prebid-
-prebid.$script
-prebid/
.prebid.js
/adn-hb/*
/adn.ano.
/ads/prebid_
/anprebid/*
/AudienceNetworkPrebid.
/AudienceNetworkPrebidLite.
/biddr-*.js
/ext/prebid
/gpt_and_prebid/*
/jppolPrebid.
/newPrebid.
/pb.min.
/pbjs-*.js
/prebid-
/prebid.$domain=~prebid.org
/prebid/*
/prebid1.
/prebid14.js
/prebid2.
/prebid2140.
/prebid?
/prebid_$script
/prebidtest.
/prodprebidheader-
/pubfig.js
/pubfig.min.js
/st_prebid.js
/tagman/*
_prebid8.
_prebid_
! /g00 adware insertion
! https://github.com/uBlockOrigin/uAssets/issues/227
/g00/*/clientprofiler/adb
! Doubleclick
/jquery.dfp.js$script
/jquery.dfp.min.js$script
! linkbucks.com script
/webservices/jsparselinks.aspx?$script
! CDN-based filters
/cdn-cgi/pe/bag2?*.speednetwork1.com
/cdn-cgi/pe/bag2?*adsrvmedia
/cdn-cgi/pe/bag2?*ajs.php
/cdn-cgi/pe/bag2?r*.adglare.org
/cdn-cgi/pe/bag2?r*.adroll.com
/cdn-cgi/pe/bag2?r*.amazonaws.com*secure.js
/cdn-cgi/pe/bag2?r*.codeonclick.com
/cdn-cgi/pe/bag2?r*.content-ad.net
/cdn-cgi/pe/bag2?r*.qualitypublishers.com
/cdn-cgi/pe/bag2?r*.worldoffersdaily.com
/cdn-cgi/pe/bag2?r*.zergnet.com
/cdn-cgi/pe/bag2?r*adblade.com
/cdn-cgi/pe/bag2?r*adk2.co
/cdn-cgi/pe/bag2?r*ads.exoclick.com
/cdn-cgi/pe/bag2?r*adsnative.com
/cdn-cgi/pe/bag2?r*advertserve.com
/cdn-cgi/pe/bag2?r*az708531.vo.msecnd.net
/cdn-cgi/pe/bag2?r*bnserving.com
/cdn-cgi/pe/bag2?r*clkrev.com
/cdn-cgi/pe/bag2?r*content.ad
/cdn-cgi/pe/bag2?r*contextual.media.net
/cdn-cgi/pe/bag2?r*cpx.to
/cdn-cgi/pe/bag2?r*eclkmpbn.com
/cdn-cgi/pe/bag2?r*eclkspsa.com
/cdn-cgi/pe/bag2?r*ero-advertising.com
/cdn-cgi/pe/bag2?r*googleadservices.com
/cdn-cgi/pe/bag2?r*intellitxt.com
/cdn-cgi/pe/bag2?r*juicyads.com
/cdn-cgi/pe/bag2?r*linksmart.com
/cdn-cgi/pe/bag2?r*mellowads.com
/cdn-cgi/pe/bag2?r*pipsol.net
/cdn-cgi/pe/bag2?r*popads.net
/cdn-cgi/pe/bag2?r*popcash.net
/cdn-cgi/pe/bag2?r*puserving.com
/cdn-cgi/pe/bag2?r*revcontent.com
/cdn-cgi/pe/bag2?r*revdepo.com
/cdn-cgi/pe/bag2?r*srvpub.com
/cdn-cgi/pe/bag2?r*zwaar.org
/cdn-cgi/pe/bag?r*cpalead.com
/cdn-cgi/pe/bag?r*pubads.g.doubleclick.net
! adinsertion used on gizmodo.in lifehacker.co.in
/datomata.widget.js
! domain parking redirection
/affiliate/referral.asp?site=*&aff_id=$document
/bdv_rd2.dbm?enparms$document
/jscheck.php?enc=$xmlhttprequest
/match-*/mf_*/feed$document
! Common adserver string
/mediahosting.engine$document,script,subdocument
/Redirect.a2b?$document,script,subdocument
/sitetestclickcount.engine$document,script,subdocument
/Tag.eng$document,script,subdocument
/Tag.rb$document,script,subdocument
! White papers insert
/sl/assetlisting/?
! Peel script
/jquery.peelback.
! Anti-Adblock
-adblocker-detection/
-adblocker-detector/
-detect-adblock.
/abdetect.js
/abDetector.js
/abp_detection/*
/abtest_ab.js
/ad-blocker.js
/ad-blocking-alert/*
/adb.min.js
/adb_detector.
/adblock-alerter/*
/adblock-blocker/*
/adblock-detect.
/adblock-detector.
/adblock-message.
/adblock-notify-by-bweb/*
/adblock-relief.js
/adblock-relief/*
/adblock.gif?
/adblock_detect.
/adblock_detector.
/adblock_detector2.
/adblock_logger.
/adblockchecker.
/adblockdetect.
/adblockdetect/*
/adblockdetection.
/adblockDetector.
/adBlockDetector/*
/adblockdetectorwithga.
/adblocker-leader.
/adblocker.js
/adBlockerTrack_
/adblockkiller.
/adblockpopup.
/adbuddy.$domain=~adbuddy.be|~adbuddy.beeldstudio.be
/adsblocker.
/anti-adblock/*$~stylesheet
/anti_ab.
/antiadblock.
/antiblock_script/*
/blockblock/blockblock.jquery.js
/BlockerBanner/*$xmlhttprequest
/Disable%2BAdblock.
/disabled_adBlock.
/fuckadb.js
/fuckadblock.js
/fuckadblock.min.js
/fuckingadblockplus.
/ibd-block-adblocker/*
/jgc-adblocker-
/jgcabd-detect-
/no-adblock/*
/wp-content/plugins/anti-block/*
/wp-content/plugins/anti_ad_blocker/*
_atblockdetector/
! *** easylist:easylist/easylist_general_block_dimensions.txt ***
,160x600;
,468x60-
,468x60;
,728x90,
,970x90;
-120-600.
-120_600_
-120x240.
-120x300.
-120x400.
-120x60-
-120x60.
-120x600-
-120x600.
-120x600_
-120x600c.
-125x40-
-160-600.
-160x400-
-160x600-
-160x600.
-160x600_
-160x600b.
-161x601-
-300-250.
-300x250-$~xmlhttprequest
-300x250_
-300x600.
-460x68.
-468-100.
-468-60-
-468-60.
-468-60_
-468_60.
-468by60.
-468x060-
-468x060_
-468x60-
-468x60.
-468x60/
-468x60_
-468x60px-
-468x60px.
-468x70.
-468x80-
-468x80.
-468x80/
-468x80_
-468x90.
-480x120.
-480x60-
-480x60.
-480x60/
-480x60_
-486x60.
-500x100.
-600x70.
-600x90-
-700-200.
-720x120-
-720x90-
-720x90.
-728-90.
-728.90.
-728x90&
-728x90-
-728x90.
-728x90/
-728x90_
-728x90a_
-728x90px-
-728x90px2.
-729x91-
-780x90-
-800x150.
-980x60-
-988x60.
.120x600.
.160x600.
.160x600_
.300x250.
.300x250_
.468x60-
.468x60.
.468x60/
.468x60_
.468x80-
.468x80.
.468x80/
.468x80_
.480x60-
.480x60.
.480x60/
.480x60_
.650x100.
.728x90-
.728x90.
.728x90/
.728x90_
.900x100.
/120-600-
/120-600.
/1200x70_
/120_600.
/120_600/*
/120_600_
/120x240_
/120x600-
/120x600.
/120x600/*
/120x600_
/125x240/*
/125x300_
/125x400/*
/125x600-
/125x600_
/130x600-
/130x600.
/150-500.
/150_500.
/150x200-
/150x300_
/150x600_
/160-600-
/160-600.
/160.html$subdocument
/160_600.
/160_600_
/160x400-
/160x400_
/160x600-
/160x600.
/160x600/*
/160x600_
/160x600partner.
/170x700.
/180x150-
/190_900.
/190x600.
/230x90_
/234x60/*
/270x90-
/300-250-
/300-250.
/300-x-250_
/300_250_
/300x150_
/300x250-
/300x250.
/300x250/*$~media
/300x250_
/300x250b.
/300x250px-
/300x250px_
/300x350.
/300x600-
/300x600_
/300x90_
/320x250.
/335x205_
/336x280-
/336x280.
/336x280_
/340x85_
/4-6-8x60.
/400x297.
/428x60.
/460x60.
/460x80_
/468-20.
/468-60-
/468-60.
/468-60_
/468_60.
/468_60_
/468_80.
/468_80/*
/468x060.
/468x060_
/468x150-
/468x280.
/468x280_
/468x60-
/468x60.
/468x60/*
/468x60_
/468x60a.
/468x60a_
/468x60b.
/468x60v1_
/468x70-
/468x72.
/468x72_
/468x80-
/468x80.
/468x80/*
/468x80_
/468x80b.
/468x80g.
/470x030_
/475x150-
/480x030.
/480x030_
/480x60-
/480x60.
/480x60/*
/480x60_
/480x70_
/486x60_
/496_98_
/500x90.
/530x60_
/540x80_
/600-60.
/600-90.
/600_120_
/600_90_
/600x160_
/600x75_
/600x90.
/60x468.
/640x100/*
/640x80-
/660x120_
/660x60.
/700_100_
/700_200.
/700x100.
/700x120.
/700x250.
/700x90.
/728-90-
/728-90.
/728-90/*
/728-90_
/728.html$subdocument
/728_200.
/728_200_
/728_90.
/728_90/*
/728_90_
/728_90n.
/728by90_
/728x15.
/728x180-
/728x79_
/728x90-
/728x90.
/728x90/*
/728x901.
/728x90?
/728x90_
/728x90b.
/728x90b/*
/728x90d.
/728x90g.
/728x90h.
/728x90l.
/728x90top.
/750-100.
/750x100.
/760x120.
/760x120_
/760x90_
/768x90-
/768x90.
/780x90.
/800x90.
/80x468_
/900x130_
/900x350_
/950_250.
/960_60_
/980x90.
/_iframe728x90.
/ban468.
/bottom728.html
/bottom728x90.
/head486x60.
/img/468_60
/img/728_90
/L300xH250/*
/lightake728x90.
/new160x600/*
/new300x250/*
/top468.html
/top728.html
/top728x90.
120-600.gif|
120x500.gif|
120x600.gif?
120x600.gif|
120x600.html|
120x600.htm|
120x600.png|
120x600.swf?
120x600.swf|
125x600.gif|
125x600.swf?
125x600.swf|
133x394.gif|
160x300.gif|
160x600.gif|
160x600.html|
160x600.htm|
160x600.jpg|
160x600.php?
160x600.php|
160x600.png|
160x600.swf?
160x600.swf|
160x6001.jpg|
450x55.jpg|
460x70.jpg|
468-60.gif|
468-60.swf?
468-60.swf|
468_60.gif|
468x60.gif|
468x60.html|
468x60.htm|
468x60.jpg|
468x60.php?
468x60.php|
468x60.swf?
468x60.swf|
468x60_1.gif|
468x60_2.jpg|
468x80.gif|
470x60.gif|
470x60.jpg|
470x60.swf?
470x60.swf|
480x60.png|
480x80.jpg|
700_200.gif|
700_200.jpg|
700x200.gif|
728x290.gif|
728x90.gif|
728x90.html|
728x90.htm|
728x90.jpg|
728x90.php?
728x90.php|
728x90.png|
728x90.swf?
728x90.swf|
728x90_2.jpg|
750x80.swf|
750x90.gif|
760x90.jpg|
=120x600,
=120x600;
=160x160;
=160x600&
=160x600,
=160x600;
=234x60;
=234x60_
=300x250&
=300x250,
=300x250/
=300x250;
=300x250_
=300x300;
=336x280,
=336x280;
=440x410;
=468x60&
=468x60,
=468x60/
=468x60;
=468x60_
=468x80_
=480x60;
=728x90&
=728x90,
=728x90/
=728x90;
=728x90_
=760x120&
=888x10;
=900x60;
_100x480_
_115x220.
_120_60.
_120_600.
_120_600_
_120_x_600.
_120h600.
_120x240.
_120x240_
_120x500.
_120x60.
_120x600-
_120x600.
_120x600_
_120x600a.
_120x600px.
_120x60_
_120x800a.
_125x600_
_140x600.
_140x600_
_1500x100.
_150x700_
_160-600.
_160_600.
_160_600_
_160by600_
_160x1600.
_160x290.
_160x300.
_160x300_
_160x350.
_160x400.
_160x500.
_160x600&
_160x600-
_160x600.
_160x600/
_160x600_
_160x600b.
_180x300_
_180x450_
_200x600_
_300-250-
_300_250.
_300_250_
_300_60_
_300x160_
_300x250&
_300x250-
_300x250.
_300x250_
_300x250a_
_300x250b.
_300x250px.
_300x250v2.
_300x600.
_300x600_
_320x250_
_323x120_
_336x120.
_336x280&
_336x280_
_336x280a.
_336x280s.
_336x850.
_350_100.
_350_100_
_350x100.
_370x270.
_400-80.
_400x60&
_400x60.
_400x68.
_420x80.
_420x80_
_438x50.
_438x60.
_438x60_
_460_60.
_460x60.
_465x110_
_468-60.
_468.gif
_468.htm
_468_60-
_468_60.
_468_60_
_468_80.
_468_80_
_468x060-
_468x060.
_468x060_
_468x100.
_468x100_
_468x120.
_468x60-
_468x60.
_468x60/
_468x60_
_468x60b.
_468x60px_
_468x6o_
_468x80-
_468x80.
_468x80/
_468x80_
_468x90.
_468x90_
_480_60.
_480_80_
_480x60-
_480x60.
_480x60/
_480x60_
_486x60.
_486x60_
_490-90_
_500x440.
_540_70.
_540_70_
_550x150.
_555x70.
_580x100.
_585x75-
_585x75_
_590x105.
_600-90.
_600x120_
_600x160&
_600x160.
_600x180.
_600x80.
_600x90.
_620x203_
_638x200_
_640x100.
_650x350.
_650x80_
_672x120_
_680x93_
_682x90_
_700_100_
_700_150_
_700_200_
_700x200.
_720_90.
_720x90.
_720x90_
_728-90.
_728-90_
_728.htm
_728_90.
_728_90_
_728_x_90_
_728by90_
_728x-90.
_728x150.
_728x60.
_728x90&
_728x90-
_728x90.
_728x90/
_728x901.
_728x90_
_728x90a.
_728x90a_
_728x90b_
_728x90pg_
_728x90px-
_728x90px.
_728x90px_
_728x90v1.
_730_440.
_730x60_
_730x90_
_745_60.
_745_90.
_750x100.
_760x100.
_760x90_
_764x70.
_764x70_
_768x90_
_796x110_
_798x99_
_800x100.
_800x80_
_80x468.
_900x350.
_936x60.
_960_90.
_970x30_
_980x100.
_a468x60.
! *** easylist:easylist/easylist_general_block_popup.txt ***
&link_type=offer$popup,third-party
&popunder=$popup
&popundersPerIP=$popup
&pppi=*=http$popup
&program=revshare&$popup
&r=*&zoneid=$popup
&rf=*&zoneid=$popup
&zoneid=*&ad_$popup
-ads-campaign/$popup
.co/ads/$popup
.com/?adv=$popup
.com/?zoneid=$popup
.com/ads?$popup
.engine?PlacementId=$popup
.net/adx.php?$popup
/?a_aid=*&$popup
/?cver=0&refer$popup
/?cver=1&refer$popup
/?ip=*&zoneid=$popup
/?pid=*&dn=$popup
/?placement=*&redirect$popup
/?pmxy=$popup
/?r=*&zoneid=$popup
/?redirect&placement=$popup
/?reef=$popup
/?sid=*site_id=*conv_id=$popup
/?zoneid=*&timeout=$popup
/a/display.php?$popup
/ad.php?tag=$popup
/ad.php?zone$popup
/ad.php|$popup
/ad/display.php$popup
/ad/window.php?$popup
/ad132m/*$popup
/ad_pop.php?$popup
/adclick.$popup
/adClick/*$popup
/adClick?$popup
/AdHandler.aspx?$popup
/adpreview?$popup
/ads.htm$popup
/ads/click?$popup
/adServe/*$popup
/adserver.$popup
/AdServer/*$popup,third-party
/adstream_sx.ads/*$popup
/adsxml.php$popup
/adsynserveuserid=$popup
/adsys/*$popup
/advlink.$popup
/adx.php?source=$popup
/aff/zbo.php?$popup
/aff_ad?$popup
/afu.php?$popup
/apu.php?*&zoneid=$popup
/bani/index.php?id=$popup
/click.track?$popup
/click?adv=$popup
/click?pid=*&offer$popup,domain=~checkmoney.com.ua|~loan-credit.com.ua
/cpm/*?subid_$popup
/cradver.$popup,third-party
/dynamic/url/zone?*&pid=$popup,third-party
/fp.eng?$popup
/fp.engine?$popup,third-party
/goads|$popup
/goad|$popup
/itab/*&pid=$popup
/lib/*&adb=$popup
/lr.php?zoneid=$popup
/open?shu=$popup
/play?*&refer=$popup
/play?aver=$popup
/play?refer=$popup
/pop-imp/*$popup
/popad|$popup
/popout.$popup
/popunder.$popup
/popunder_$popup
/popupads.$popup
/promoredirect?*&campaign=*&zone=$popup
/punder.php$popup
/query?bver=$popup
/query?shu=$popup
/realmedia/ads/*$popup
/Redirect.*&dcid=$popup
/Redirect.*MediaSegmentId=$popup
/Redirect.a1b?$popup
/Redirect.eng?$popup
/Redirect.engine$popup
/Redirect.rb?$popup
/redirect.spark?$popup,third-party
/rotator.php?$popup
/servlet/ajrotator/*$popup
/show?*&refer=$popup
/show?bver=$popup
/showads/*$popup
/spopunder^$popup
/srvclk.php?$popup
/tr?id=*&tk=$popup
/watch?*&refer=$popup
/watch?key=$popup,third-party
/watch?refer=$popup
/watch?shu=$popup,third-party
/xdirect.html?$popup
/yesbaby.$popup
://ads.$popup
://adv.$popup
=ad_unit&$popup
=popunder&$popup
=popunders&$popup
=redirect_adv&$popup
?ad_domain=$popup
?AdUrl=$popup
?bannerid=*&punder=$popup
?bver=1&refer=$popup
?direct=*&zoneid=$popup
?iiadext=$popup
?partnerkey=*&utm_source=$popup
?xref=*&zoneid=$popup
?zoneid=*_bannerid=$popup
_popunder+$popup
! popupads
=direct&siteId=*=http$popup
! Commonly used popup scripts on movie/tv streaming sites
|javascript:*setTimeout$popup
|javascript:*window.location$popup
! Used with many websites to generate multiple popups
|blob:$popup
|data:text$popup,domain=~clker.com
|dddata:text$popup
!------------------------General element hiding rules-------------------------!
! *** easylist:easylist/easylist_general_hide.txt ***
###A9AdsMiddleBoxTop
###A9AdsOutOfStockWidgetTop
###A9AdsServicesWidgetTop
###AD-300x250
###AD-300x250-1
###AD-300x250-2
###AD-300x250-3
###AD-HOME-LEFT
###AD001
###AD1line
###AD2line
###AD300Right
###AD300_VAN
###AD300x250
###AD300x600
###AD728Top
###ADEXPERT_PUSHDOWN
###ADEXPERT_RECTANGLE
###ADInterest
###ADNETwallBanner1
###ADNETwallBanner2
###ADSLOT_1
###ADSLOT_2
###ADSLOT_3
###ADSLOT_4
###ADSLOT_SKYSCRAPER
###ADSPACE02
###ADSPACE03
###ADSPACE04
###ADS_2
###ADSlideshow
###ADSpro
###ADV120x90
###ADVERTISE_HERE_ROW
###ADVERTISE_RECTANGLE1
###ADVERTISE_REC
gitextract_duttciom/
├── .gitignore
├── .jshintrc
├── .travis.yml
├── CONTRIBUTING.md
├── LICENSE.txt
├── MANIFESTO.md
├── README.md
├── assets/
│ ├── checksums.txt
│ ├── english.txt
│ ├── scriptlets/
│ │ ├── abort-current-inline-script.js
│ │ ├── abort-on-property-read.js
│ │ ├── abort-on-property-write.js
│ │ └── nowebrtc.js
│ ├── thirdparties/
│ │ ├── easylist-downloads.adblockplus.org/
│ │ │ ├── easylist.txt
│ │ │ ├── easyprivacy.txt
│ │ │ └── exceptionrules.txt
│ │ ├── mirror1.malwaredomains.com/
│ │ │ └── files/
│ │ │ ├── README.md
│ │ │ └── justdomains
│ │ ├── pgl.yoyo.org/
│ │ │ └── as/
│ │ │ ├── README.md
│ │ │ └── serverlist
│ │ ├── raw.githubusercontent.com/
│ │ │ ├── abp-filters-anti-cv/
│ │ │ │ └── english.txt
│ │ │ └── adblock-nocoin-list/
│ │ │ └── nocoin.txt
│ │ └── www.malwaredomainlist.com/
│ │ └── hostslist/
│ │ ├── README.md
│ │ └── hosts.txt
│ ├── ublock/
│ │ ├── filter-lists.json
│ │ ├── filters.txt
│ │ ├── mirror-candidates.txt
│ │ └── privacy.txt
│ ├── update-3p-mirror.sh
│ ├── update-3rdparties.sh
│ ├── update-checksums.sh
│ └── update-git.sh
├── dist/
│ ├── README.md
│ └── description/
│ ├── description-ar.txt
│ ├── description-bg.txt
│ ├── description-ca.txt
│ ├── description-cs.txt
│ ├── description-da.txt
│ ├── description-de.txt
│ ├── description-el.txt
│ ├── description-en.txt
│ ├── description-es.txt
│ ├── description-et.txt
│ ├── description-fa.txt
│ ├── description-fi.txt
│ ├── description-fil.txt
│ ├── description-fr.txt
│ ├── description-fy.txt
│ ├── description-he.txt
│ ├── description-hr.txt
│ ├── description-hu.txt
│ ├── description-id.txt
│ ├── description-it.txt
│ ├── description-ja.txt
│ ├── description-ko.txt
│ ├── description-lt.txt
│ ├── description-lv.txt
│ ├── description-nl.txt
│ ├── description-no.txt
│ ├── description-pl.txt
│ ├── description-pt_BR.txt
│ ├── description-pt_PT.txt
│ ├── description-ro.txt
│ ├── description-ru.txt
│ ├── description-sk.txt
│ ├── description-sl.txt
│ ├── description-sq.txt
│ ├── description-sr.txt
│ ├── description-sv.txt
│ ├── description-te.txt
│ ├── description-tr.txt
│ ├── description-uk.txt
│ ├── description-vi.txt
│ ├── description-zh_CN.txt
│ └── description-zh_TW.txt
├── doc/
│ ├── benchmarks/
│ │ ├── cpu-usage-overall-20141226.ods
│ │ ├── cpu-usage-overall-notes.txt
│ │ ├── mem-usage-overall-20141224.ods
│ │ ├── privex-201407-22.ods
│ │ ├── privex-201409-30.ods
│ │ ├── privex-201502-16.ods
│ │ ├── setup-performance-0.8.9.0.ods
│ │ └── ublock-vs-abp-timeline.ods
│ └── media/
│ ├── abp-vs-ublock-ns.webm
│ ├── ublock-vs-abp-cpu-2.webm
│ └── ublock-vs-none-ns.webm
├── platform/
│ ├── chromium/
│ │ ├── manifest.json
│ │ ├── options_ui.html
│ │ ├── options_ui.js
│ │ ├── vapi-background.js
│ │ ├── vapi-client.js
│ │ ├── vapi-common.js
│ │ └── vapi-popup.js
│ ├── firefox/
│ │ ├── bootstrap.js
│ │ ├── chrome.manifest
│ │ ├── css/
│ │ │ ├── legacy-toolbar-button.css
│ │ │ └── popup-vertical.css
│ │ ├── frameModule.js
│ │ ├── frameScript.js
│ │ ├── install.rdf
│ │ ├── options.xul
│ │ ├── vapi-background.js
│ │ ├── vapi-client.js
│ │ ├── vapi-common.js
│ │ └── vapi-popup.js
│ ├── opera/
│ │ └── manifest.json
│ ├── safari/
│ │ ├── Info.plist
│ │ ├── Settings.plist
│ │ ├── Update.plist
│ │ ├── vapi-background.js
│ │ ├── vapi-client.js
│ │ ├── vapi-common.js
│ │ └── vapi-popup.js
│ └── webext/
│ ├── background.html
│ ├── bootstrap.js
│ ├── chrome.manifest
│ ├── from-legacy.js
│ ├── install.rdf
│ └── manifest.json
├── src/
│ ├── 1p-filters.html
│ ├── 3p-filters.html
│ ├── _locales/
│ │ ├── ar/
│ │ │ └── messages.json
│ │ ├── bg/
│ │ │ └── messages.json
│ │ ├── ca/
│ │ │ └── messages.json
│ │ ├── cs/
│ │ │ └── messages.json
│ │ ├── da/
│ │ │ └── messages.json
│ │ ├── de/
│ │ │ └── messages.json
│ │ ├── el/
│ │ │ └── messages.json
│ │ ├── en/
│ │ │ └── messages.json
│ │ ├── en_GB/
│ │ │ └── messages.json
│ │ ├── es/
│ │ │ └── messages.json
│ │ ├── et/
│ │ │ └── messages.json
│ │ ├── fa/
│ │ │ └── messages.json
│ │ ├── fi/
│ │ │ └── messages.json
│ │ ├── fil/
│ │ │ └── messages.json
│ │ ├── fr/
│ │ │ └── messages.json
│ │ ├── fy/
│ │ │ └── messages.json
│ │ ├── he/
│ │ │ └── messages.json
│ │ ├── hi/
│ │ │ └── messages.json
│ │ ├── hr/
│ │ │ └── messages.json
│ │ ├── hu/
│ │ │ └── messages.json
│ │ ├── id/
│ │ │ └── messages.json
│ │ ├── it/
│ │ │ └── messages.json
│ │ ├── ja/
│ │ │ └── messages.json
│ │ ├── ko/
│ │ │ └── messages.json
│ │ ├── lt/
│ │ │ └── messages.json
│ │ ├── lv/
│ │ │ └── messages.json
│ │ ├── mr/
│ │ │ └── messages.json
│ │ ├── nb/
│ │ │ └── messages.json
│ │ ├── nl/
│ │ │ └── messages.json
│ │ ├── pl/
│ │ │ └── messages.json
│ │ ├── pt_BR/
│ │ │ └── messages.json
│ │ ├── pt_PT/
│ │ │ └── messages.json
│ │ ├── ro/
│ │ │ └── messages.json
│ │ ├── ru/
│ │ │ └── messages.json
│ │ ├── sk/
│ │ │ └── messages.json
│ │ ├── sl/
│ │ │ └── messages.json
│ │ ├── sq/
│ │ │ └── messages.json
│ │ ├── sr/
│ │ │ └── messages.json
│ │ ├── sv/
│ │ │ └── messages.json
│ │ ├── te/
│ │ │ └── messages.json
│ │ ├── tr/
│ │ │ └── messages.json
│ │ ├── uk/
│ │ │ └── messages.json
│ │ ├── vi/
│ │ │ └── messages.json
│ │ ├── zh_CN/
│ │ │ └── messages.json
│ │ └── zh_TW/
│ │ └── messages.json
│ ├── about.html
│ ├── asset-viewer.html
│ ├── background.html
│ ├── css/
│ │ ├── 1p-filters.css
│ │ ├── 3p-filters.css
│ │ ├── about.css
│ │ ├── common.css
│ │ ├── dashboard-common.css
│ │ ├── dashboard.css
│ │ ├── devtool-log.css
│ │ ├── devtools.css
│ │ ├── dyna-rules.css
│ │ ├── popup.css
│ │ └── whitelist.css
│ ├── dashboard.html
│ ├── devtool-log.html
│ ├── devtools.html
│ ├── dyna-rules.html
│ ├── epicker.html
│ ├── js/
│ │ ├── 1p-filters.js
│ │ ├── 3p-filters.js
│ │ ├── about.js
│ │ ├── asset-viewer.js
│ │ ├── assets.js
│ │ ├── async.js
│ │ ├── background.js
│ │ ├── contentscript-end.js
│ │ ├── contentscript-start.js
│ │ ├── contextmenu.js
│ │ ├── cosmetic-filtering.js
│ │ ├── cosmetic-logger.js
│ │ ├── dashboard-common.js
│ │ ├── dashboard.js
│ │ ├── devtool-log.js
│ │ ├── devtools.js
│ │ ├── dyna-rules.js
│ │ ├── dynamic-net-filtering.js
│ │ ├── element-picker.js
│ │ ├── i18n.js
│ │ ├── logger.js
│ │ ├── messaging.js
│ │ ├── mirrors.js
│ │ ├── pagestore.js
│ │ ├── polyfill.js
│ │ ├── popup.js
│ │ ├── profiler.js
│ │ ├── settings.js
│ │ ├── start.js
│ │ ├── static-net-filtering.js
│ │ ├── stats.js
│ │ ├── storage.js
│ │ ├── subscriber.js
│ │ ├── tab.js
│ │ ├── traffic.js
│ │ ├── ublock.js
│ │ ├── udom.js
│ │ ├── uritools.js
│ │ ├── utils.js
│ │ └── whitelist.js
│ ├── lib/
│ │ ├── publicsuffixlist.js
│ │ ├── punycode.js
│ │ └── yamd5.js
│ ├── popup.html
│ ├── settings.html
│ └── whitelist.html
└── tools/
├── import-crowdin.sh
├── make-chromium.sh
├── make-clean.sh
├── make-embed-webext-meta.py
├── make-embed-webext.sh
├── make-firefox-meta.py
├── make-firefox.sh
├── make-noassets.sh
├── make-opera.sh
├── make-safari-meta.py
├── make-safari.sh
├── make-webext-meta.py
└── make-webext.sh
SYMBOL INDEX (68 symbols across 16 files)
FILE: assets/scriptlets/abort-current-inline-script.js
function strToRegex (line 7) | function strToRegex(s) {
function abortCurrentInlineScript (line 17) | function abortCurrentInlineScript(api, search = "null") {
FILE: assets/scriptlets/abort-on-property-read.js
method get (line 30) | get() { return value; }
method set (line 31) | set(newValue) { value = newValue; if ( newValue instanceof Object ) {
FILE: assets/scriptlets/abort-on-property-write.js
method get (line 29) | get() { return value; }
method set (line 30) | set(newValue) { value = newValue; if ( newValue instanceof Object ) {
FILE: platform/firefox/bootstrap.js
method messageManager (line 36) | get messageManager() {
function startup (line 49) | function startup(data, reason) {
function shutdown (line 111) | function shutdown(data, reason) {
function install (line 131) | function install() {
function uninstall (line 140) | function uninstall() {}
FILE: platform/firefox/frameModule.js
method componentRegistrar (line 61) | get componentRegistrar() {
method categoryManager (line 65) | get categoryManager() {
FILE: platform/firefox/vapi-background.js
method globalMessageManager (line 849) | get globalMessageManager() {
method componentRegistrar (line 1054) | get componentRegistrar() {
method categoryManager (line 1058) | get categoryManager() {
FILE: platform/safari/vapi-background.js
function initStorageLib (line 1091) | function initStorageLib() {
FILE: platform/webext/bootstrap.js
function startup (line 28) | function startup({ webExtension }) {
function shutdown (line 56) | function shutdown() {
function install (line 59) | function install() {
function uninstall (line 62) | function uninstall() {
FILE: src/js/1p-filters.js
function userFiltersChanged (line 42) | function userFiltersChanged() {
function renderUserFilters (line 51) | function renderUserFilters() {
function allFiltersApplyHandler (line 64) | function allFiltersApplyHandler() {
FILE: src/js/contentscript-end.js
method now (line 68) | get now() {
function scopedQuerySelector (line 139) | function scopedQuerySelector(subtree, selector, all) {
function filterToRegExp (line 163) | function filterToRegExp(text, captureAll = false) {
function scopedQuerySelectorAll (line 196) | function scopedQuerySelectorAll(subtree, selector) {
function findIndex (line 199) | function findIndex(iterable, callback, thisArg) {
function indexOf (line 208) | function indexOf(iterable, searchElement) {
function positionInParent (line 211) | function positionInParent(node) {
function makeSelector (line 215) | function makeSelector(node, selector = "", hassibling = false) {
function cartesianProductOf (line 240) | function cartesianProductOf() {
function prime (line 251) | function prime(input,prefix) {
function makeRegExpParameter (line 259) | function makeRegExpParameter(text) {
method maybeContainsSiblingCombinators (line 405) | get maybeContainsSiblingCombinators() {
method maybeDependsOnAttributes (line 408) | get maybeDependsOnAttributes() {
method dependsOnCharacterData (line 411) | get dependsOnCharacterData() {
method dependsOnStyles (line 414) | get dependsOnStyles() {
method buildFunction (line 603) | buildFunction(s) {
method decompile (line 630) | decompile(s) {
function extractMutationTypes (line 775) | function extractMutationTypes(mutations) {
function onLoad (line 784) | function onLoad(event) {
function hideNode (line 1066) | function hideNode(node) {
FILE: src/js/dyna-rules.js
function handleImportFilePicker (line 95) | function handleImportFilePicker() {
function exportUserRulesToFile (line 140) | function exportUserRulesToFile() {
FILE: src/js/static-net-filtering.js
function singleOccuranceCheck (line 757) | function singleOccuranceCheck(str, findStr, flag = "b") {
FILE: src/lib/publicsuffixlist.js
function getDomain (line 66) | function getDomain(hostname) {
function getPublicSuffix (line 89) | function getPublicSuffix(hostname) {
function search (line 119) | function search(store, hostname) {
function parse (line 167) | function parse(text, toAscii) {
function crystallize (line 248) | function crystallize(store) {
function toSelfie (line 299) | function toSelfie() {
function fromSelfie (line 307) | function fromSelfie(selfie) {
FILE: src/lib/punycode.js
function error (line 66) | function error(type) {
function map (line 78) | function map(array, fn) {
function mapDomain (line 97) | function mapDomain(string, fn) {
function ucs2decode (line 126) | function ucs2decode(string) {
function ucs2encode (line 160) | function ucs2encode(array) {
function basicToDigit (line 182) | function basicToDigit(codePoint) {
function digitToBasic (line 206) | function digitToBasic(digit, flag) {
function adapt (line 217) | function adapt(delta, numPoints, firstTime) {
function decode (line 234) | function decode(input) {
function encode (line 335) | function encode(input) {
function toUnicode (line 453) | function toUnicode(input) {
function toASCII (line 472) | function toASCII(input) {
FILE: tools/make-firefox-meta.py
function mkdirs (line 14) | def mkdirs(path):
FILE: tools/make-safari-meta.py
function mkdirs (line 15) | def mkdirs(path):
Copy disabled (too large)
Download .json
Condensed preview — 244 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (14,285K chars).
[
{
"path": ".gitignore",
"chars": 34,
"preview": "*.bak\n*.pem\n/dist/build\n.DS_Store\n"
},
{
"path": ".jshintrc",
"chars": 428,
"preview": "{\n\t\"browser\": true,\n\t\"devel\": true,\n\t\"esnext\": true,\n\t\"globalstrict\": true,\n\t\"undef\": true,\n\t\"unused\": true,\n\t\"nonew\": f"
},
{
"path": ".travis.yml",
"chars": 527,
"preview": "language: ruby\nsudo: false\nenv:\n matrix:\n - BROWSER=chromium EXT=zip\n - BROWSER=firefox EXT=xpi\n - BROWSER=webext EX"
},
{
"path": "CONTRIBUTING.md",
"chars": 2055,
"preview": "# Submitting issues\n\n### uBlock <3's you\n\nFirst of all, thank you for taking the time to help improve uBlock!\n\n---\n\n### "
},
{
"path": "LICENSE.txt",
"chars": 35126,
"preview": "GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, "
},
{
"path": "MANIFESTO.md",
"chars": 443,
"preview": "### This is uBlock's manifesto\n\n1. The **user decides** what web content is acceptable or not in their browser.\n\nThe uBl"
},
{
"path": "README.md",
"chars": 6280,
"preview": ">\n> Future releases of uBlock will be made available on our website at https://ublock.org\n> \n\n<br/>\n<br/>\n\n<table width="
},
{
"path": "assets/checksums.txt",
"chars": 8084,
"preview": "0ec63b2d4645fb9ed7c82c781fc2bb0b assets/ublock/filter-lists.json\n2f0a66345e2f9d7e3944efaa2856001d assets/ublock/filters."
},
{
"path": "assets/english.txt",
"chars": 8722,
"preview": "! #7509\n||celebsnow.co.uk$csp=script-src 'self' * 'unsafe-eval'\n@@||celebsnow.co.uk/videos/$csp\n@@||celebsnow.co.uk/cele"
},
{
"path": "assets/scriptlets/abort-current-inline-script.js",
"chars": 2160,
"preview": "/*\n The idea implemented from\n https://issues.adblockplus.org/ticket/7141\n*/\n\n(function() {\n function strToRege"
},
{
"path": "assets/scriptlets/abort-on-property-read.js",
"chars": 1989,
"preview": "/*\n The idea implemented from\n https://issues.adblockplus.org/ticket/6969\n*/\n\n(function() {\n let createProxy = "
},
{
"path": "assets/scriptlets/abort-on-property-write.js",
"chars": 1939,
"preview": "/*\n The idea implemented from\n https://issues.adblockplus.org/ticket/7207\n*/\n\n(function() {\n var createProxy = "
},
{
"path": "assets/scriptlets/nowebrtc.js",
"chars": 936,
"preview": "/*\n The below code is borrowed from:\n https://github.com/uBlockOrigin/uAssets/blob/e4702d88404dd2e7c7346d6e38b5578"
},
{
"path": "assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt",
"chars": 2519727,
"preview": "[Adblock Plus 2.0]\n! Checksum: EN10K317lPpwT8GS+JAiyA\n! Version: 201912040811\n! Title: EasyList\n! Last modified: 04 Dec "
},
{
"path": "assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt",
"chars": 460456,
"preview": "[Adblock Plus 1.1]\n! Checksum: CgWWmbxU7jFQdkKNNm74Rg\n! Version: 201912040811\n! Title: EasyPrivacy\n! Last modified: 04 D"
},
{
"path": "assets/thirdparties/easylist-downloads.adblockplus.org/exceptionrules.txt",
"chars": 8208116,
"preview": "[Adblock Plus 2.0]\n! Checksum: rj3jFvBXNp7Gjbi8TDpiew\n! Version: 201912040803\n! Title: Allow nonintrusive advertising\n! "
},
{
"path": "assets/thirdparties/mirror1.malwaredomains.com/files/README.md",
"chars": 162,
"preview": "<http://www.malwaredomains.com/?page_id=1508>:\n\n\"This malware block lists provided here are for free for noncommercial u"
},
{
"path": "assets/thirdparties/mirror1.malwaredomains.com/files/justdomains",
"chars": 594757,
"preview": "amazon.co.uk.security-check.ga\nautosegurancabrasil.com\ndadossolicitado-antendimento.sad879.mobi\nhitnrun.com.my\nmaruthorv"
},
{
"path": "assets/thirdparties/pgl.yoyo.org/as/README.md",
"chars": 169,
"preview": "<http://pgl.yoyo.org/as/index.php>:\n\nSite does encourage use of the list, and nowhere could I find terms and\nconditions "
},
{
"path": "assets/thirdparties/pgl.yoyo.org/as/serverlist",
"chars": 85709,
"preview": "# Blocklist for use with hosts files to block ads, trackers, and other nasty things\n#\n# For more information about this "
},
{
"path": "assets/thirdparties/raw.githubusercontent.com/abp-filters-anti-cv/english.txt",
"chars": 42825,
"preview": "! #8479\n@@||reutersmedia.net/*/js/rcom-scroll-tracker.js$script,domain=reuters.com\n/s\\d\\.reutersmedia\\.net\\/resources\\/r"
},
{
"path": "assets/thirdparties/raw.githubusercontent.com/adblock-nocoin-list/nocoin.txt",
"chars": 34770,
"preview": "[Adblock Plus 2.0]\n! Title: NoCoin Filter List\n! Expires: 1 days (update frequency)\n! Version: 179\n! Last modified: 10 N"
},
{
"path": "assets/thirdparties/www.malwaredomainlist.com/hostslist/README.md",
"chars": 102,
"preview": "<http://www.malwaredomainlist.com/>:\n\n\"Our list can be used for free by anyone. Feel free to use it.\"\n"
},
{
"path": "assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt",
"chars": 35619,
"preview": "# MalwareDomainList.com Hosts List #\r\n# http://www.malwaredomainlist.com/hostslist/hosts.txt "
},
{
"path": "assets/ublock/filter-lists.json",
"chars": 13698,
"preview": "{\n \"ISL\": {\n \"off\": true,\n \"title\": \"ISL: Icelandic ABP List\",\n \"group\": \"regions\",\n \"hom"
},
{
"path": "assets/ublock/filters.txt",
"chars": 12960,
"preview": "# Needed to unbreak sites affected by out of the box lists\n\n# https://github.com/uBlockAdmin/uBlock/issues/20\n# => block"
},
{
"path": "assets/ublock/mirror-candidates.txt",
"chars": 1769,
"preview": "# As of now 2014-10-11:\n# If no regex capture: use whole URL\n# If regex capture: use capture index 1\najax.googleapis"
},
{
"path": "assets/ublock/privacy.txt",
"chars": 1207,
"preview": "# µBlock -- Privacy\n#\n# Some of these filters make use of the `important` filter option,\n# which purpose is to guarantee"
},
{
"path": "assets/update-3p-mirror.sh",
"chars": 1820,
"preview": "#!/bin/bash\n#\n# This script assumes a linux environment\n\n#TEMPFILE=/tmp/httpsb-asset\n\n#echo \"*** uBlock: updating remote"
},
{
"path": "assets/update-3rdparties.sh",
"chars": 2047,
"preview": "#!/bin/bash\n#\n# This script assumes a linux environment\n\nTEMPFILE=/tmp/httpsb-asset\n\necho \"*** uBlock: updating remote a"
},
{
"path": "assets/update-checksums.sh",
"chars": 341,
"preview": "#!/bin/bash\n#\n# This script assumes a linux environment\n\n#echo \"*** uBlock: generating checksums.txt file...\"\n#pushd ..\n"
},
{
"path": "assets/update-git.sh",
"chars": 360,
"preview": "#!/bin/bash\n#\n# This script assumes a linux environment\n\necho \"*** uBlock: git adding changed assets...\"\ngit add --updat"
},
{
"path": "dist/README.md",
"chars": 1059,
"preview": "## INSTALL\n\n- Download and unzip `ublock_{version}.zip` ([latest release desirable](https://github.com/uBlockAdmin/uBloc"
},
{
"path": "dist/description/description-ar.txt",
"chars": 1748,
"preview": "مانع إعلانات كفوء: خفيف على الذاكرة و المعالج, على الرغم من قدرته على تحميل و تطبيق الألاف من الفلاتر أكثر من بعض أشهر "
},
{
"path": "dist/description/description-bg.txt",
"chars": 2139,
"preview": "Ефикасен блокер: с малко използване на паметта и процесора, но същевременно способен да зарежда и налага хиляди допълнит"
},
{
"path": "dist/description/description-ca.txt",
"chars": 2068,
"preview": "Un bloquejador eficient: el consum de memòria i de processador és baix però, no obstant això, pot carregar i aplicar mil"
},
{
"path": "dist/description/description-cs.txt",
"chars": 1833,
"preview": "Efektivní blokovač: nezanechává velké stopy, nezatěžuje paměť a CPU, a přesto může načítat a využívat o několik tisíc fi"
},
{
"path": "dist/description/description-da.txt",
"chars": 1962,
"preview": "En effektiv blocker: let på hukommelse og CPU forbrug,. Kan indlæse og anvende tusindvis af flere filtre end andre popul"
},
{
"path": "dist/description/description-de.txt",
"chars": 2093,
"preview": "Ein effizienter Blocker: Geringer Speicherbedarf und niedrige CPU-Belastung - und dennoch werden Tausende an Filtern meh"
},
{
"path": "dist/description/description-el.txt",
"chars": 2318,
"preview": "Ένας αποτελεσματικός αναστολέας διαφημίσεων: παρόλο το ελαφρύ του αποτύπωμα στη μνήμη και τον επεξεργαστή μπορεί να εφαρ"
},
{
"path": "dist/description/description-en.txt",
"chars": 1906,
"preview": "An efficient blocker: easy on memory and CPU footprint, and yet can load and enforce thousands more filters than other p"
},
{
"path": "dist/description/description-es.txt",
"chars": 2189,
"preview": "Un bloqueador eficiente: con bajo consumo de memoria y CPU, es capaz de cargar y aplicar miles más de filtros en compara"
},
{
"path": "dist/description/description-et.txt",
"chars": 1935,
"preview": "Tõhus blokeerija: kasutab vähe mälu ja protsessorit ning sellegipoolest suudab laadida ja kasutada mitu korda rohkem fil"
},
{
"path": "dist/description/description-fa.txt",
"chars": 1814,
"preview": "یک بلاکر موثر: نیاز به پردازش حافظه و سی پی یو کمتر و در عین حال اجرای هزاران فیلتر بیشتر از سایر رقبای بلاکر موجود.\n\nبر"
},
{
"path": "dist/description/description-fi.txt",
"chars": 1949,
"preview": "Tehokas mainosten estäjä – käyttää vähän resursseja, mutta silti voit ladata ja pakottaa tuhansia suodatinsääntöjä enemm"
},
{
"path": "dist/description/description-fil.txt",
"chars": 2183,
"preview": "Isang episyenteng blocker: magaan sa memorya at CPU footprint, pero naka-loload at nag-eenforce ng libo-libong mga filte"
},
{
"path": "dist/description/description-fr.txt",
"chars": 3319,
"preview": "uBlock est une extension qui bloque les publicités et les pisteurs, légère en empreinte mémoire et en utilisation du pro"
},
{
"path": "dist/description/description-fy.txt",
"chars": 1915,
"preview": "In effisjnte adblocker: brûkt hast gjin prosessorkrêft en ûnthâld. Dochs kin it tûzenen filters mear lade en tapasse as "
},
{
"path": "dist/description/description-he.txt",
"chars": 1708,
"preview": "חוסם יעיל: חותמת נמוכה של המעבד והזיכרון, ועדיין יכול לטעון ולאפשר אלפי מסננים יותר מאשר חוסמים פופולריים אחרים.\n\nסקירה "
},
{
"path": "dist/description/description-hr.txt",
"chars": 1934,
"preview": "Efikasan bloker: radi sa malo memorije i CPU-a i još može učitati i primijeniti više tisuća filtera od drugih popularnih"
},
{
"path": "dist/description/description-hu.txt",
"chars": 2063,
"preview": "Egy hatékony blokkoló: kíméletes a processzorral és a memóriával, mégis képes nagyságrendekkel több szűrő betöltésére és"
},
{
"path": "dist/description/description-id.txt",
"chars": 2088,
"preview": "Pemblokir yang efisien: ringan penggunaan memori dan CPU, namun dapat memuat dan menjalankan ribuan filter lain dibandin"
},
{
"path": "dist/description/description-it.txt",
"chars": 1801,
"preview": "uBlock è un efficiente ad-blocker: occupa poca memoria e poca CPU, ma può usare migliaia di filtri in più rispetto ad al"
},
{
"path": "dist/description/description-ja.txt",
"chars": 1228,
"preview": "効率的なブロッカー:コンピュータのメモリとCPUのフットプリントはより少なく\n、別の人気のブロッカーよりも何千ものフィルタをロードし、強制的にブロックができます\n\n他ソフトとの比較は以下のとおり: https://github.com/uB"
},
{
"path": "dist/description/description-ko.txt",
"chars": 1276,
"preview": "효율적인 차단기: 메모리와 CPU에 부담이 적고, 다른 인기있는 차단기에 비해 수 천 가지의 필터를 사용할 수 있습니다.\n\n효율성에 대한 소개: https://github.com/uBlockAdmin/uBlock/w"
},
{
"path": "dist/description/description-lt.txt",
"chars": 1958,
"preview": "Efektyvus blokatorius: neapkraunantis procesoriaus ir atminties, bet galintis taikyti tūkstančiais daugiau filtrų, nei k"
},
{
"path": "dist/description/description-lv.txt",
"chars": 1932,
"preview": "Efektīvs reklāmu bloķētājs: nepārslogo procesoru un atmiņu, un var ielādēt un pielietot tūkstošiem filtru vairāk nekā ci"
},
{
"path": "dist/description/description-nl.txt",
"chars": 2020,
"preview": "Een efficiënte adblocker: gebruikt weinig processorkracht en geheugen. Toch kan het duizenden filters meer laden en toep"
},
{
"path": "dist/description/description-no.txt",
"chars": 1971,
"preview": "Effektiv blokkering av reklame, sporing mm., lavt CPU- og minnebruk, og kan likevel laste og bruke tusenvis av flere fil"
},
{
"path": "dist/description/description-pl.txt",
"chars": 2097,
"preview": "Wydajny bloker: małe zużycie pamięci i CPU, możliwość załadowania i egzekwowania tysięcy filtrów więcej niż inne popular"
},
{
"path": "dist/description/description-pt_BR.txt",
"chars": 2034,
"preview": "Um bloqueador eficaz: Com baixo consumo de memória e CPU e ainda pode carregar e aplicar milhares de filtros. Mais do q"
},
{
"path": "dist/description/description-pt_PT.txt",
"chars": 2115,
"preview": "Um bloqueador eficiente: leve na memória e CPU e, no entanto, consegue carregar e aplicar milhares de filtros a mais do "
},
{
"path": "dist/description/description-ro.txt",
"chars": 2047,
"preview": "Un paravan de protecție eficient: folosește procesorul și memoria foarte puțin și totuși poate încărca și aplica filtre "
},
{
"path": "dist/description/description-ru.txt",
"chars": 1906,
"preview": "µBlock — эффективный блокировщик: он использует меньше оперативной памяти и меньше нагружает ЦП, при этом используя боль"
},
{
"path": "dist/description/description-sk.txt",
"chars": 1913,
"preview": "Účinný blokovač: nezaťažuje CPU a pamäť a dokáže načítať a vynútiť o niekoľko tisíc filtrov viac ako iné populárne bloko"
},
{
"path": "dist/description/description-sl.txt",
"chars": 1906,
"preview": "An efficient blocker: easy on memory and CPU footprint, and yet can load and enforce thousands more filters than other p"
},
{
"path": "dist/description/description-sq.txt",
"chars": 1994,
"preview": "Një bllokues efikas: me impakt të vogël te memorja dhe procesori, por mund të hapë dhe të zbatojë mijëra filtra më shumë"
},
{
"path": "dist/description/description-sr.txt",
"chars": 1906,
"preview": "An efficient blocker: easy on memory and CPU footprint, and yet can load and enforce thousands more filters than other p"
},
{
"path": "dist/description/description-sv.txt",
"chars": 1955,
"preview": "En effektiv blockerare: lätt på minne och CPU-fotavtryck, som ändå kan ladda och applicera tusentals fler filter jämfört"
},
{
"path": "dist/description/description-te.txt",
"chars": 2153,
"preview": "ఒక సమర్థవంతమైన నిరోధిని: మిగిలిన ప్రముఖమైన నిరోధీననుల కంటే తక్కువ RAM మరియు తక్కువ CPUని ఉపయోగిస్తూ వేలాది వడపోత జబీతలను"
},
{
"path": "dist/description/description-tr.txt",
"chars": 1993,
"preview": "Etkili bir engelleyici: binlerce popüler engelleyiciye göre bellek ve CPU dostu, ve daha fazla reklam engelleyebiliyor.\n"
},
{
"path": "dist/description/description-uk.txt",
"chars": 1997,
"preview": "Ефективний блокувальник реклами: сильно не навантажує пам’ять та процесор і може працювати з набагато більшою кількістю "
},
{
"path": "dist/description/description-vi.txt",
"chars": 1913,
"preview": "Một công cụ chặn quảng cáo hiệu quả: sử dụng ít bộ nhớ, CPU và có thể nạp, áp dụng hàng ngàn bộ lọc so với những công cụ"
},
{
"path": "dist/description/description-zh_CN.txt",
"chars": 1020,
"preview": "一款高效的请求过滤工具:占用极低的内存和CPU,和其他常见的过滤工具相比,它能够加载并执行上千条过滤规则。\n\n效率概述说明:\nhttps://github.com/uBlockAdmin/uBlock/wiki/uBlock-vs.-ABP"
},
{
"path": "dist/description/description-zh_TW.txt",
"chars": 1081,
"preview": "一款高效率的廣告攔截工具:只使用超低的記憶體和CPU使用量,和其他常見的廣告攔截工具相比,可以載入並執行上千條過濾規則。\n\n效率概述說明:\nhttps://github.com/uBlockAdmin/uBlock/wiki/%C2%B5B"
},
{
"path": "doc/benchmarks/cpu-usage-overall-notes.txt",
"chars": 746,
"preview": "Steps, roughly:\n\nCapture Task Manager using SimpleScreenRecorder\n\nLaunch reference benchmark\n\nStop and save capture once"
},
{
"path": "platform/chromium/manifest.json",
"chars": 1628,
"preview": "{\n \"manifest_version\": 2,\n\n \"name\": \"__MSG_extName__\",\n \"version\": \"0.9.5.25\",\n \n \"default_locale\": \"en\","
},
{
"path": "platform/chromium/options_ui.html",
"chars": 160,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<script src=\"js/vapi-client.js\"></script>\n<script src=\"js/options_ui.js\"></script>\n<title>"
},
{
"path": "platform/chromium/options_ui.js",
"chars": 1444,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/chromium/vapi-background.js",
"chars": 28386,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/chromium/vapi-client.js",
"chars": 7870,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/chromium/vapi-common.js",
"chars": 3772,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/chromium/vapi-popup.js",
"chars": 41,
"preview": "/* Chromium: no platform-specific code */"
},
{
"path": "platform/firefox/bootstrap.js",
"chars": 4255,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/firefox/chrome.manifest",
"chars": 18,
"preview": "content ublock ./\n"
},
{
"path": "platform/firefox/css/legacy-toolbar-button.css",
"chars": 1329,
"preview": "#uBlock-legacy-button {\n\tlist-style-image: url('../img/browsericons/icon-large.svg');\n}\n#uBlock-legacy-button.off {\n\tli"
},
{
"path": "platform/firefox/css/popup-vertical.css",
"chars": 425,
"preview": "/* Overrides to popup.css for display in a vertical panel, such as the firefox panel menu */\nbody {\n\twidth: 100%;\n}\n\n#p"
},
{
"path": "platform/firefox/frameModule.js",
"chars": 11714,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/firefox/frameScript.js",
"chars": 2049,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/firefox/install.rdf",
"chars": 1551,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<r:RDF xmlns:r=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http://www.mo"
},
{
"path": "platform/firefox/options.xul",
"chars": 241,
"preview": "<?xml version=\"1.0\" ?>\n<vbox xmlns=\"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul\">\n\t<setting type=\"con"
},
{
"path": "platform/firefox/vapi-background.js",
"chars": 71576,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/firefox/vapi-client.js",
"chars": 5017,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/firefox/vapi-common.js",
"chars": 5069,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/firefox/vapi-popup.js",
"chars": 40,
"preview": "/* Firefox: no platform-specific code */"
},
{
"path": "platform/opera/manifest.json",
"chars": 1591,
"preview": "{\n \"manifest_version\": 2,\n\n \"name\": \"uBlock\",\n \"version\": \"0.9.2.4\",\n\n \"default_locale\": \"en\",\n \"descript"
},
{
"path": "platform/safari/Info.plist",
"chars": 2800,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "platform/safari/Settings.plist",
"chars": 593,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "platform/safari/Update.plist",
"chars": 632,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "platform/safari/vapi-background.js",
"chars": 59480,
"preview": "/*******************************************************************************\n\n uBlock - a browser extension to bl"
},
{
"path": "platform/safari/vapi-client.js",
"chars": 12218,
"preview": "/*******************************************************************************\n\n uBlock - a browser extension to bl"
},
{
"path": "platform/safari/vapi-common.js",
"chars": 4333,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/safari/vapi-popup.js",
"chars": 2556,
"preview": "/*******************************************************************************\n\n uBlock - a browser extension to bl"
},
{
"path": "platform/webext/background.html",
"chars": 1157,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock</title>\n</head>\n<body>\n<script src=\"lib/punycode.js\">"
},
{
"path": "platform/webext/bootstrap.js",
"chars": 5495,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/webext/chrome.manifest",
"chars": 18,
"preview": "content ublock ./\n"
},
{
"path": "platform/webext/from-legacy.js",
"chars": 2124,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "platform/webext/install.rdf",
"chars": 1058,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RDF xmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:em=\"http://www.moz"
},
{
"path": "platform/webext/manifest.json",
"chars": 1747,
"preview": "{\n \"manifest_version\": 2,\n\n \"name\": \"__MSG_extName__\",\n \"version\": \"0.9.5.7\",\n\n \"applications\": {\n \"g"
},
{
"path": "src/1p-filters.html",
"chars": 1023,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock — Your filters</title>\n<link rel=\"stylesheet\" type=\"t"
},
{
"path": "src/3p-filters.html",
"chars": 2789,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock — Ubiquitous rules</title>\n<link rel=\"stylesheet\" typ"
},
{
"path": "src/_locales/ar/messages.json",
"chars": 17655,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/bg/messages.json",
"chars": 18619,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/ca/messages.json",
"chars": 18359,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/cs/messages.json",
"chars": 18127,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/da/messages.json",
"chars": 18278,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/de/messages.json",
"chars": 19232,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/el/messages.json",
"chars": 18992,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/en/messages.json",
"chars": 18067,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock - free ad blocker\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n "
},
{
"path": "src/_locales/en_GB/messages.json",
"chars": 18369,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock - free ad blocker\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": "
},
{
"path": "src/_locales/es/messages.json",
"chars": 19070,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/et/messages.json",
"chars": 17893,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/fa/messages.json",
"chars": 17901,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/fi/messages.json",
"chars": 18853,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/fil/messages.json",
"chars": 18011,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/fr/messages.json",
"chars": 19303,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/fy/messages.json",
"chars": 18407,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/he/messages.json",
"chars": 17412,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/hi/messages.json",
"chars": 17966,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/hr/messages.json",
"chars": 18374,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/hu/messages.json",
"chars": 18446,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/id/messages.json",
"chars": 18362,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/it/messages.json",
"chars": 18917,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/ja/messages.json",
"chars": 16494,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/ko/messages.json",
"chars": 16360,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/lt/messages.json",
"chars": 18330,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/lv/messages.json",
"chars": 18411,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/mr/messages.json",
"chars": 17930,
"preview": "{\n \"extName\":{\n \"message\":\"म्यूब्लॉक\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/nb/messages.json",
"chars": 18379,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/nl/messages.json",
"chars": 18979,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/pl/messages.json",
"chars": 18834,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/pt_BR/messages.json",
"chars": 19001,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/pt_PT/messages.json",
"chars": 18533,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/ro/messages.json",
"chars": 18494,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/ru/messages.json",
"chars": 18901,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/sk/messages.json",
"chars": 18351,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/sl/messages.json",
"chars": 18023,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/sq/messages.json",
"chars": 18364,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/sr/messages.json",
"chars": 18046,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/sv/messages.json",
"chars": 18848,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/te/messages.json",
"chars": 18589,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/tr/messages.json",
"chars": 18626,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/uk/messages.json",
"chars": 18346,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/vi/messages.json",
"chars": 18239,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/_locales/zh_CN/messages.json",
"chars": 16187,
"preview": "{\n \"extName\": {\n \"message\": \"uBlock\",\n \"description\": \"extension name.\"\n },\n \"extShortName\": {\n \"message\": \""
},
{
"path": "src/_locales/zh_TW/messages.json",
"chars": 15840,
"preview": "{\n \"extName\":{\n \"message\":\"uBlock\",\n \"description\":\"extension name.\"\n },\n \"extShortName\": {\n \"message\": \"uBl"
},
{
"path": "src/about.html",
"chars": 1140,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock — About</title>\n<link rel=\"stylesheet\" type=\"text/css"
},
{
"path": "src/asset-viewer.html",
"chars": 468,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock — Asset</title>\n<style>\n#content {\n font: 12px mon"
},
{
"path": "src/background.html",
"chars": 1154,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock</title>\n</head>\n<body>\n<script src=\"js/polyfill.js\"><"
},
{
"path": "src/css/1p-filters.css",
"chars": 269,
"preview": "div > p:first-child {\n margin-top: 0;\n }\ndiv > p:last-child {\n margin-bottom: 0;\n }\n.userFilters {\n box-s"
},
{
"path": "src/css/3p-filters.css",
"chars": 3886,
"preview": "ul {\n padding: 0;\n list-style-type: none;\n }\nlabel {\n margin-left: 0.5em;\n }\n#options li {\n margin-bot"
},
{
"path": "src/css/about.css",
"chars": 89,
"preview": "ul {\n\tpadding-__MSG_@@bidi_start_edge__: 1em;\n\tmargin-__MSG_@@bidi_start_edge__: 1em;\n\t}\n"
},
{
"path": "src/css/common.css",
"chars": 1780,
"preview": "/* https://developer.mozilla.org/en-US/docs/Web/CSS/::after#Tooltips */\n[data-tip] {\n cursor: pointer;\n position: "
},
{
"path": "src/css/dashboard-common.css",
"chars": 1873,
"preview": "body {\n margin: 0;\n padding: 0.25em 0.5em;\n font: 14px Helvetica Neue, Helvetica, sans-serif;\n color: #333;\n"
},
{
"path": "src/css/dashboard.css",
"chars": 1760,
"preview": "html, body {\n margin: 0;\n border: 0;\n padding: 0;\n font: 15px Helvetica Neue, Helvetica, sans-serif;\n pos"
},
{
"path": "src/css/devtool-log.css",
"chars": 2704,
"preview": "body {\n border: 0;\n box-sizing: border-box;\n -moz-box-sizing: border-box;\n font: 12px monospace;\n margin:"
},
{
"path": "src/css/devtools.css",
"chars": 1447,
"preview": "body {\n font-size: 13px;\n margin: 0;\n overflow-y: hidden;\n padding: 0;\n }\n#toolbar {\n background-color"
},
{
"path": "src/css/dyna-rules.css",
"chars": 3360,
"preview": "div > p:first-child {\n margin-top: 0;\n }\ndiv > p:last-child {\n margin-bottom: 0;\n }\ncode {\n background-co"
},
{
"path": "src/css/popup.css",
"chars": 9455,
"preview": "body {\n background-color: #fafafa;\n color: #333;\n border: 0;\n font: 13px Helvetica Neue, Helvetica, sans-ser"
},
{
"path": "src/css/whitelist.css",
"chars": 292,
"preview": "div > p:first-child {\n margin-top: 0;\n }\ndiv > p:last-child {\n margin-bottom: 0;\n }\n#whitelist {\n box-siz"
},
{
"path": "src/dashboard.html",
"chars": 1263,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"initial-scale=1\">\n\n<title data-i18n="
},
{
"path": "src/devtool-log.html",
"chars": 1073,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/common.css\">\n<link"
},
{
"path": "src/devtools.html",
"chars": 899,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"initial-scale=1\">\n\n<title data-i18n="
},
{
"path": "src/dyna-rules.html",
"chars": 2006,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"utf-8\">\n<title>uBlock — Dynamic filtering rules</title>\n<link rel=\"styleshe"
},
{
"path": "src/epicker.html",
"chars": 3113,
"preview": "<head>\n<meta charset=\"utf-8\">\n<style>\n:focus {\n outline: none;\n}\nhtml, body {\n margin: 0;\n width: 100%;\n hei"
},
{
"path": "src/js/1p-filters.js",
"chars": 5626,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/3p-filters.js",
"chars": 17753,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/about.js",
"chars": 1498,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/asset-viewer.js",
"chars": 1738,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/assets.js",
"chars": 38897,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/async.js",
"chars": 6165,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/background.js",
"chars": 4727,
"preview": "/*******************************************************************************\n\n uBlock - a browser extension to bl"
},
{
"path": "src/js/contentscript-end.js",
"chars": 56225,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/contentscript-start.js",
"chars": 6809,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/contextmenu.js",
"chars": 2485,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/cosmetic-filtering.js",
"chars": 63241,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/cosmetic-logger.js",
"chars": 3526,
"preview": "/*******************************************************************************\n\n uBlock - a browser extension to bl"
},
{
"path": "src/js/dashboard-common.js",
"chars": 1362,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/dashboard.js",
"chars": 2686,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/devtool-log.js",
"chars": 12954,
"preview": "/*******************************************************************************\n\n sessbench - a browser extension to"
},
{
"path": "src/js/devtools.js",
"chars": 5726,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/dyna-rules.js",
"chars": 7772,
"preview": "/*******************************************************************************\n\n µMatrix - a browser extension to b"
},
{
"path": "src/js/dynamic-net-filtering.js",
"chars": 18619,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/element-picker.js",
"chars": 28957,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/i18n.js",
"chars": 2835,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/logger.js",
"chars": 6807,
"preview": "/*******************************************************************************\n\n uBlock Origin - a browser extensio"
},
{
"path": "src/js/messaging.js",
"chars": 38721,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/mirrors.js",
"chars": 18246,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/pagestore.js",
"chars": 21908,
"preview": "/*******************************************************************************\n\n µBlock - a browser extension to bl"
},
{
"path": "src/js/polyfill.js",
"chars": 306,
"preview": "if (!Object.entries) {\n Object.entries = function( obj ){\n var ownProps = Object.keys( obj ),\n i = ownP"
}
]
// ... and 44 more files (download for full content)
About this extraction
This page contains the full source code of the uBlock-LLC/uBlock GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 244 files (13.3 MB), approximately 3.5M tokens, and a symbol index with 68 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.