Greasy Fork is available in English.

RU AdList JS Fixes

try to take over the world!

Från och med 2020-05-02. Se den senaste versionen.

Dessa är versionerna av skriptet där koden uppdaterades. Visa alla versioner.

  • v20200624.0 2020-06-24 Rewritten jsonParseFilter and renamed to jsonFilter. Added support for filtering output of fetch_response.json(). Removed stacked Proxy wrapping on multiple jsonFilter calls. Implemented combined log for all filter calls.
  • v20200622.0 2020-06-22 Fixed an issue on rutube.ru in jsonParseFilter code. Improperly checked for presence of paths in object.
  • v20200620.0 2020-06-20 Updated code for rutube.ru. Extended jsonParseFilter for better compatibility with json-prune.js filters from uBO.
  • v20200619.0 2020-06-19 Implemented jsonParserFilter to remove properties of objects from JSON.parse results. Used it to remove ads on youtube.com.
  • v20200527.0 2020-05-26 Updated code for fishki.
  • v20200526.1 2020-05-26 Another update for fishki, this time specifically against their new detector.
  • v20200526.0 2020-05-25 Fixed a few issues on fishki, but likely not the main issue with detector in /recent.
  • v20200523.0 2020-05-23 Removed CoinHive stub since it only tiggers detectors in other extensions and make people report my script while CoinHive itself lost popularity and disappeared from everything that could be considered important. I may return something simpler later and per specific domain in case it actually needed there.
  • v20200520.2 2020-05-20 Apparently that previously removed stub were needed on gorodrabot too.
  • v20200520.1 2020-05-20 Restored one previously removed stub for sdamgia.ru, moved gorodrabot into a separate block since it requires unique rule.
  • v20200520.0 2020-05-20 Moved sole anti-direct block into generic section. Added otzovik.com.
  • v20200518.2 2020-05-18 Moved 2 scripts around since primary domain names changed in previous update.
  • v20200518.1 2020-05-18 Base support of .tld for multi-tld sites. Fixed inlineScript blocking. Added one domain to blacklist. Fixed domain matching when URL starts with // (without https?:).
  • v20200518.0 2020-05-18 Added rp5.am to rp5 domains list.
  • v20200515.4 2020-05-15 Link redirects on overclockers.ru through mamydirect.com.
  • v20200515.3 2020-05-15 Fixed broken video playback https://www.gazeta.ru/tech/2020/05/13/13081303/musk_trump.shtml
  • v20200515.2 2020-05-15 Fixed slightly broken since previous commit logging in nullTools
  • v20200515.1 2020-05-15 The Great Semicolonisation. Well, jshint had a fit with my code. Also, another stub for ads on Kinopoisk.
  • v20200515.0 2020-05-15 Fixed widgets on Yandex main page. Improved logging in nullTools by displaying wrapped object names when properties are missing instead of objects themself.
  • v20200512.1 2020-05-12 Removed Yandex Sport requests from XHR blocking. Occasionally breaks things there same as on Yandex Pogoda.
  • v20200512.0 2020-05-12 Removed special Chrome support code since it is not required since Chrom 67 and it's 81 already. If someone using some obscure fork based on Chromium before 67 I see no reason to support this. This also fixes missing images on https://trashbox.ru/link/2020-04-09-huawei-sound-x (finally, I found a single site where removal of !important from style of page elements actually breaks something). Also, fixed missing block on Yandex Pogoda.
  • v20200511.0 2020-05-11 Fixed compatibility code for Fx56 on Yandex. Also, minor stylistic changes.
  • v20200509.1 2020-05-09 Fixed di.fm.
  • v20200509.0 2020-05-09 Oh riiiiight, setters in Proxies must return "true" aren't they?
  • v20200508.1 2020-05-08 Cleanup, formatting and other changes hopefully unrelated to functionality.
  • v20200508.0 2020-05-08 Added not a fix for zmctrack on ukr.net. Somehow it works, though. At least for me.
  • v20200507.3 2020-05-07 Even more OOPS! Welp. >_<
  • v20200507.2 2020-05-07 Ooops! Fixed broken XHR wrapper and that should fix zmctrack.net ads on zn.ua and many other sites. Also, fixed minor issues found with eslint and replaced function declarations in objects.
  • v20200507.1 2020-05-07 Ooops! When replaced instanceof check with bunch of in checks forgot to check am I looking at an object.
  • v20200507.0 2020-05-07 Ugh! What's wrong with autoformat in Tampermonkey when it running in Vivaldi?
  • v20200507.0 2020-05-07 Apparently, ukr.net attempts to do something with my XMLHttpRequest wrappers by looking for substring 'skip_xhr_check' which were there in one of the previous versions. Well, have fun turning Proxy into a string now.
  • v20200506.0 2020-05-06 Fix for disk.yandex.ru take 2. -_-
  • v20200506.0 2020-05-06 Fix for broken https://disk.yandex.ru/client/disk
  • v20200504.4 2020-05-04 Removed do/skip xhr check workaround entirely. It doesn't seem required anymore.
  • v20200504.3 2020-05-04 Ooops! Broke XHR blocking for pretty much all domains when swapped skip_xhr_check with do_xhr_check. >_<
  • v20200504.2 2020-05-03 Added letidor.ru and motor.ru to Rambler domains.
  • v20200504.1 2020-05-03 Dropped custom code for online.anidub.com since it isn't required anymore.
  • v20200504.0 2020-05-03 Fix for broken searchbar on Yandex Market: https://greasyfork.org/ru/forum/discussion/comment/89525/#Comment_89525
  • v20200503.0 2020-05-02 Ooops! Apparently, accessing object's property before it were created doesn't work very well. Who could've thought? XD Also, it looks like object deconstruction didn't work as expected. Removed, since not necessary there anyway.
  • v20200502.1 2020-05-02 actually, it's a bad idea to call property 'null'. Even though it works. Renamed and made both NULL and LOG as global constants for 'nt' object. Also, froze it. Also, removed a script for a domain which looks dead.
  • v20200502.0 2020-05-02 Restored default value for nt.proxy auto-function to 'undefined'. Restored default nulls in cases where these were difined.
  • v20200429.0 2020-04-29 Forgot to remove debug logging for getAds stub on mail.ru
  • v20200429.0 2020-04-29 Fixed broken mail.ru main page. Also, removed default "null" values in all nt.proxy calls.
  • v20200324.0 2020-03-24 Huh, somehow player class already were on the page before my script had chance to run in some cases and due to that got broken by my script. Fixed this.
  • v20200323.0 2020-03-23 Restored part of code removed in previous commit since I missed autoplay on gazeta.ru and rambler.ru. -_-
  • v20200322.0 2020-03-22 Updated code against autoplay on lenta.ru.
  • v20200319.0 2020-03-19 Implemented feature to disable notifications on sites. Disabled by default and will only apply in case site have 'default' permission.
  • v20200310.1 2020-03-10 Removed exception for main unicreditbanking.net page since it doesn't exist. There are subdomains like ro.unicreditbanking.net, but not the main page.
  • v20200310.0 2020-03-10 Not sure it's right to exclude hd.kinopoisk.ru (https://greasyfork.org/en/forum/discussion/72158/kinopoisk-hd), but it looks like a paid streaming service, so there shouldn't be ads in the first place (unless they are literally crazy).
  • v20200308.0 2020-03-08 Disabled 'preroll' stub on mediavitrina.ru since it breaks video on https://live.russia.tv

Visa alla versioner.