yts.ag

This is where you should report issues arising from the subscription filters.
Locked
User avatar
Alex302
AdGuard Author
AdGuard Author
Posts: 78
Joined: Tue Apr 21, 2015 8:40 am

yts.ag

Post by Alex302 »

Some pictures are stripped out incorrectly.

Screenshot: https://u81.imgup.net/ScreenShot6a38.png
Screenshot: https://o06.imgup.net/ScreenShot2239.png

Caused by

Code: Select all

yts.ag##a[href*="/get-"]
sandry
New Member
New Member
Posts: 1
Joined: Thu Dec 21, 2017 3:42 pm

Post by sandry »

yts.am has 2 JS files that are needed for the website to function properly:

Code: Select all

https://yts.am/assets/minified/modded1.js
https://yts.am/assets/minified/unmodded1.js
The first JS file,

Code: Select all

https://yts.am/assets/minified/modded1.js
is already whitelisted in Easylist by this rule:

Code: Select all

@@||yts.am/assets/minified/modded1.js$first-party,script
Please whitelist the 2nd JS file also:

Code: Select all

https://yts.am/assets/minified/unmodded1.js
which is used on the the new index page to display the autocomplete search bar. Because right now, the search function on the homepage of yts.am does not work anymore. Both JS files are not used to display any kind of ads, just for internal functions of the website.
Locked