返回首頁 

Greasy Fork is available in English.

RU AdList JS Fixes

try to take over the world!

นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด

  • v20200626.026-06-2020Updated code for liveinternet.ru.
  • v20200625.025-06-2020Removed document.title blinking on the mail.ru main page when news are loaded in background: https://greasyfork.org/ru/forum/discussion/81773/miganie-vkladki-novost-na-mail-ru
  • v20200624.024-06-2020Rewritten 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.022-06-2020Fixed an issue on rutube.ru in jsonParseFilter code. Improperly checked for presence of paths in object.
  • v20200620.020-06-2020Updated code for rutube.ru. Extended jsonParseFilter for better compatibility with json-prune.js filters from uBO.
  • v20200619.019-06-2020Implemented jsonParserFilter to remove properties of objects from JSON.parse r###lts. Used it to remove ads on youtube.com.
  • v20200527.026-05-2020Updated code for fishki.
  • v20200526.126-05-2020Another update for fishki, this time specifically against their new detector.
  • v20200526.025-05-2020Fixed a few issues on fishki, but likely not the main issue with detector in /recent.
  • v20200523.023-05-2020Removed 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.220-05-2020Apparently that previously removed stub were needed on gorodrabot too.
  • v20200520.120-05-2020Restored one previously removed stub for sdamgia.ru, moved gorodrabot into a separate block since it requires unique rule.
  • v20200520.020-05-2020Moved sole anti-direct block into generic section. Added otzovik.com.
  • v20200518.218-05-2020Moved 2 scripts around since primary domain names changed in previous update.
  • v20200518.118-05-2020Base 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.018-05-2020Added rp5.am to rp5 domains list.
  • v20200515.415-05-2020Link redirects on overclockers.ru through mamydirect.com.
  • v20200515.315-05-2020Fixed broken video playback https://www.gazeta.ru/tech/2020/05/13/13081303/musk_trump.shtml
  • v20200515.215-05-2020Fixed slightly broken since previous commit logging in nullTools
  • v20200515.115-05-2020The Great Semicolonisation. Well, jshint had a fit with my code. Also, another stub for ads on Kinopoisk.
  • v20200515.015-05-2020Fixed widgets on Yandex main page. Improved logging in nullTools by displaying wrapped object names when properties are missing instead of objects themself.
  • v20200512.112-05-2020Removed Yandex Sport requests from XHR blocking. Occasionally breaks things there same as on Yandex Pogoda.
  • v20200512.012-05-2020Removed 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.011-05-2020Fixed compatibility code for Fx56 on Yandex. Also, minor stylistic changes.
  • v20200509.109-05-2020Fixed di.fm.
  • v20200509.009-05-2020Oh riiiiight, setters in Proxies must return "true" aren't they?
  • v20200508.108-05-2020Cleanup, formatting and other changes hopefully unrelated to functionality.
  • v20200508.008-05-2020Added not a fix for zmctrack on ukr.net. Somehow it works, though. At least for me.
  • v20200507.307-05-2020Even more OOPS! Welp. >_<
  • v20200507.207-05-2020Ooops! 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.107-05-2020Ooops! When replaced instanceof check with bunch of in checks forgot to check am I looking at an object.
  • v20200507.007-05-2020Ugh! What's wrong with autoformat in Tampermonkey when it running in Vivaldi?
  • v20200507.007-05-2020Apparently, 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.006-05-2020Fix for disk.yandex.ru take 2. -_-
  • v20200506.006-05-2020Fix for broken https://disk.yandex.ru/client/disk
  • v20200504.404-05-2020Removed do/skip xhr check workaround entirely. It doesn't seem required anymore.
  • v20200504.304-05-2020Ooops! Broke XHR blocking for pretty much all domains when swapped skip_xhr_check with do_xhr_check. >_<
  • v20200504.203-05-2020Added letidor.ru and motor.ru to Rambler domains.
  • v20200504.103-05-2020Dropped custom code for online.anidub.com since it isn't required anymore.
  • v20200504.003-05-2020Fix for broken searchbar on Yandex Market: https://greasyfork.org/ru/forum/discussion/comment/89525/#Comment_89525
  • v20200503.002-05-2020Ooops! 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.102-05-2020actually, 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.002-05-2020Restored default value for nt.proxy auto-function to 'undefined'. Restored default nulls in cases where these were difined.
  • v20200429.029-04-2020Forgot to remove debug logging for getAds stub on mail.ru
  • v20200429.029-04-2020Fixed broken mail.ru main page. Also, removed default "null" values in all nt.proxy calls.
  • v20200324.024-03-2020Huh, 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.023-03-2020Restored part of code removed in previous commit since I missed autoplay on gazeta.ru and rambler.ru. -_-
  • v20200322.022-03-2020Updated code against autoplay on lenta.ru.
  • v20200319.019-03-2020Implemented feature to disable notifications on sites. Disabled by default and will only apply in case site have 'default' permission.
  • v20200310.110-03-2020Removed exception for main unicreditbanking.net page since it doesn't exist. There are subdomains like ro.unicreditbanking.net, but not the main page.

แสดงเวอร์ชันสคริปต์ทั้งหมด