Skip to content

Latest commit

 

History

History
765 lines (461 loc) · 15 KB

about-redirects.md

File metadata and controls

765 lines (461 loc) · 15 KB

Available Redirect resources


⚡️ 1x1-transparent.gif

Added in v1.0.4.

Examples

||example.org^$image,redirect=1x1-transparent.gif

Redirect source


⚡️ 2x2-transparent.png

Added in v1.0.4.

Examples

||example.org^$image,redirect=2x2-transparent.png

Redirect source


⚡️ 3x2-transparent.png

Added in v1.0.4.

Examples

||example.org^$image,redirect=3x2-transparent.png

Redirect source


⚡️ 32x32-transparent.png

Added in v1.0.4.

Examples

||example.org^$image,redirect=32x32-transparent.png

Redirect source


⚡️ noopframe

Added in v1.0.4.

Examples

||example.com^$subdocument,redirect=noopframe,domain=example.org

Redirect source


⚡️ noopcss

Added in v1.0.4.

Examples

||example.org/style.css$stylesheet,redirect=noopcss

Redirect source


⚡️ noopjs

Added in v1.0.4.

Examples

||example.org/advert.js$script,redirect=noopjs

Redirect source


⚡️ noopjson

Added in v1.6.2.

Examples

||example.org/geo/location$xmlhttprequest,redirect=noopjson

Redirect source


⚡️ nooptext

Added in v1.0.4.

Examples

||example.org/advert.js$xmlhttprequest,redirect=nooptext

Redirect source


⚡️ empty

Added in v1.3.9.

Pretty much the same as nooptext. Used for conversion of modifier empty so better avoid its using in prod versions of filter lists.

Examples

||example.org/log$redirect=empty

Redirect source


⚡️ noopvmap-1.0

Added in v1.1.5.

Redirects request to an empty VMAP response.

Examples

||example.org/vmap01.xml$xmlhttprequest,redirect=noopvmap-1.0

Redirect source


⚡️ noopvast-2.0

Added in v1.0.10.

Redirects request to an empty VAST 2.0 response.

Examples

||example.org/vast02.xml^$xmlhttprequest,redirect=noopvast-2.0

Redirect source


⚡️ noopvast-3.0

Added in v1.0.10.

Redirects request to an empty VAST 3.0 response.

Examples

||example.org/vast03.xml^$xmlhttprequest,redirect=noopvast-3.0

Redirect source


⚡️ noopvast-4.0

Added in v1.4.3.

Redirects request to an empty VAST 4.0 response.

Examples

||example.org/vast04.xml^$xmlhttprequest,redirect=noopvast-4.0

Redirect source


⚡️ noopmp3-0.1s

Added in v1.0.4.

Examples

||example.org/advert.mp3$media,redirect=noopmp3-0.1s

Redirect source


⚡️ noopmp4-1s

Added in v1.0.4.

Examples

||example.org/advert.mp4$media,redirect=noopmp4-1s

Redirect source


⚡️ amazon-apstag

Added in v1.2.3.

Mocks Amazon's apstag.js

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/amazon_apstag.js

Examples

||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag

Redirect source


⚡️ ati-smarttag

Added in v1.5.0.

Mocks AT Internat SmartTag. https://developers.atinternet-solutions.com/as2-tagging-en/javascript-en/getting-started-javascript-en/tracker-initialisation-javascript-en/

Examples

||example.com/assets/scripts/smarttag.js$script,redirect=ati-smarttag

Redirect source


⚡️ didomi-loader

Added in v1.6.2.

Mocks Didomi's CMP loader script. https://developers.didomi.io/

Examples

||sdk.privacy-center.org/fbf86806f86e/loader.js$script,redirect=didomi-loader

Redirect source


⚡️ fingerprintjs2

Added in v1.5.0.

Mocks FingerprintJS v2 https://github.com/fingerprintjs

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/fingerprint2.js

Examples

||example.com/modules/js/lib/fgp/fingerprint2.js$script,redirect=fingerprintjs2

Redirect source


⚡️ fingerprintjs3

Added in v1.6.2.

Mocks FingerprintJS v3 https://github.com/fingerprintjs

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/fingerprint3.js

Examples

||example.com/js/ufe/isomorphic/thirdparty/fp.min.js$script,redirect=fingerprintjs3

Redirect source


⚡️ gemius

Added in v1.5.0.

Mocks Gemius Analytics. https://flowplayer.com/developers/plugins/gemius

Examples

||example.org/gplayer.js$script,redirect=gemius

Redirect source


⚡️ google-analytics-ga

Added in v1.0.10.

Mocks old Google Analytics API.

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/google-analytics_ga.js

Examples

||google-analytics.com/ga.js$script,redirect=google-analytics-ga

Redirect source


⚡️ google-analytics

Added in v1.0.10.

Mocks Google's Analytics and Tag Manager APIs. Covers functionality of the obsolete googletagmanager-gtm redirect.

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/google-analytics_analytics.js

Examples

||google-analytics.com/analytics.js$script,redirect=google-analytics
||googletagmanager.com/gtm.js$script,redirect=google-analytics

Redirect source


⚡️ google-ima3

Added in v1.6.2.

Mocks the IMA SDK of Google.

Related Mozilla shim: https://searchfox.org/mozilla-central/source/browser/extensions/webcompat/shims/google-ima.js

Examples

||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3

Redirect source


⚡️ googlesyndication-adsbygoogle

Added in v1.0.10.

Mocks Google AdSense API.

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/googlesyndication_adsbygoogle.js

Examples

||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle

Redirect source


⚡️ googletagservices-gpt

Added in v1.0.10.

Mocks Google Publisher Tag API.

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/googletagservices_gpt.js

Examples

||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt

Redirect source


⚡️ matomo

Added in v1.5.0.

Mocks the piwik.js file of Matomo (formerly Piwik).

Examples

||example.org/piwik.js$script,redirect=matomo

Redirect source


⚡️ metrika-yandex-tag

Added in v1.0.10.

Mocks Yandex Metrika API. https://yandex.ru/support/metrica/objects/method-reference.html

Examples

||mc.yandex.ru/metrika/tag.js$script,redirect=metrika-yandex-tag

Redirect source


⚡️ metrika-yandex-watch

Added in v1.0.10.

Mocks the old Yandex Metrika API. https://yandex.ru/support/metrica/objects/_method-reference.html

Examples

||mc.yandex.ru/metrika/watch.js$script,redirect=metrika-yandex-watch

Redirect source


⚡️ naver-wcslog

Added in v1.6.2.

Mocks wcslog.js of Naver Analytics.

Examples

||wcs.naver.net/wcslog.js$script,redirect=naver-wcslog

Redirect source


⚡️ noeval

Added in v1.0.4.

Redirects request to the source which sets static properties to PopAds and popns objects.

Prevents page to use eval. Notifies about attempts in the console

Mostly it is used as scriptlet. See scriptlet description.

Related UBO redirect resource: https://github.com/gorhill/uBlock/wiki/Resources-Library#noeval-silentjs-

Examples

||example.org/index.js$script,redirect=noeval

Redirect source


⚡️ pardot-1.0

Added in v1.6.55.

Mocks the pd.js file of Salesforce. https://pi.pardot.com/pd.js https://developer.salesforce.com/docs/marketing/pardot/overview

Examples

||pi.pardot.com/pd.js$script,redirect=pardot
||pacedg.com.au/pd.js$redirect=pardot

Redirect source


⚡️ prebid-ads

Added in v1.6.2.

Sets predefined constants on a page:

  • canRunAds: true
  • isAdBlockActive: false

Examples

||example.org/assets/js/prebid-ads.js$script,redirect=prebid-ads

Redirect source


⚡️ prebid

Added in v1.6.2.

Mocks the prebid.js header bidding suit. https://docs.prebid.org/

Examples

||example.org/bd/hb/prebid.js$script,redirect=prebid

Redirect source


⚡️ prevent-bab

Added in v1.3.19.

Prevents BlockAdblock script from detecting an ad blocker.

Mostly it is used as scriptlet. See scriptlet description.

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/nobab.js

Examples

/blockadblock.$script,redirect=prevent-bab

Redirect source


⚡️ prevent-bab2

Added in v1.5.0.

Prevents BlockAdblock script from detecting an ad blocker.

Related UBO redirect: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/nobab2.js

See redirect description.

Examples

/blockadblock.$script,redirect=prevent-bab2

Redirect source


⚡️ prevent-fab-3.2.0

Added in v1.0.4.

Redirects fuckadblock script to the source js file.

Examples

\*\/fuckadblock-$script,redirect=prevent-fab-3.2.0

Redirect source


⚡️ prevent-popads-net

Added in v1.0.4.

Redirects request to the source which sets static properties to PopAds and popns objects.

Examples

||popads.net/pop.js$script,redirect=prevent-popads-net

Redirect source


⚡️ scorecardresearch-beacon

Added in v1.0.10.

Mocks Scorecard Research API.

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/master/src/web_accessible_resources/scorecardresearch_beacon.js

Examples

||sb.scorecardresearch.com/beacon.js$script,redirect=scorecardresearch-beacon

Redirect source


⚡️ set-popads-dummy

Added in v1.0.4.

Redirects request to the source which sets static properties to PopAds and popns objects.

Examples

||popads.net^$script,redirect=set-popads-dummy,domain=example.org

Redirect source


⚡️ click2load.html

Added in v1.5.0.

Redirects resource and replaces supposed content by decoy frame with button for original content recovering

Related UBO redirect resource: https://github.com/gorhill/uBlock/blob/1.31.0/src/web_accessible_resources/click2load.html

Example

||youtube.com/embed/$frame,third-party,redirect=click2load.html

Redirect source