Page 1 of 3

rarbg.to

Posted: Fri Dec 11, 2015 8:27 pm
by JordanElliott
https://dyncdn.me/static/20/js/scrollspy.min.js

Code: Select all

/scrollspy.
https://rarbg.to/torrent/ku2zv8c

rarbg.to

Posted: Sat Jun 18, 2016 10:33 am
by WarFame

Code: Select all

http://rarbg.to/

Code: Select all

.net/a.php?ref

Re: NSFW rarbg.to Privacy

Posted: Sat Jun 18, 2016 10:42 am
by smed79
or

Code: Select all

/a.php?ref=
||statsy.net^$third-party

Code: Select all

||rarbg.to^$script

Re: NSFW rarbg.to Privacy

Posted: Sat Jun 18, 2016 1:13 pm
by Khrin

Re: NSFW rarbg.to Privacy

Posted: Sat Jun 18, 2016 1:47 pm
by WarFame
Much obliged.

rarbg.to

Posted: Mon Jun 27, 2016 8:07 pm
by anonsubmitter

Code: Select all

https://rarbg.to/torrent/t6jpmavfcozx5u1hn87k4ldw9se3irgby2qrny4hv1fz8ju2s6ewlat5gmk9qicd73boxp
VPN ad:

Code: Select all

##body > table:nth-of-type(3) > tbody > tr > td:nth-of-type(2) > div > .content-rounded > .lista-rounded > tbody > tr:nth-of-type(2) > td > div > .lista > tbody > tr:nth-of-type(2)

Re: rarbg.to

Posted: Sat Nov 05, 2016 10:08 pm
by smed79
site mirror http://rarbg.site/

Re: rarbg.to

Posted: Sat Nov 05, 2016 10:22 pm
by fanboy
Seems to be a non-working dummy site?

Re: rarbg.to

Posted: Fri May 26, 2017 1:09 am
by smed79
popups

Code: Select all

||cpm10.com^$popup,third-party
||terrabrs.com^$popup,third-party
||bbkiweeds.com^$popup,third-party
alternative filters

Code: Select all

/\.com\/watch\?key\=([\da-f]{32}($))/$popup,third-party
https://rarbg.to/
https://rarbgmirror.com/
https://rarbgunblock.com/

popups
http://www.cpm10.com/watch?key=63fd8e47eaad262befcae334c6f4e0d6
http://www.terrabrs.com/watch?key=c0b35ddde1eccf0ffc455e2b976eb822
http://www.bbkiweeds.com/watch?key=5f52f06de62de706ef76a9f53d9e2c81

rarbg

Posted: Thu Jun 01, 2017 3:42 pm
by Bob4K
Until recently, rarbg redirections were well managed by adblock+ on Firefox 53.0.3.

But yesterday, they stopped working. Every few clicks, I get redirected to adult sites.

Here are the filters I am already using:

Code: Select all

||rarbg.com##A[href^="/dl_"]
||https://$~third-party,script,domain=rarbg.to@@||dyncdn.me/static/20/js/expla5.js@@||rarbg.to^$xmlhttprequest||ablogica.com^$popup,domain=rarbg.to
||clicktabs.net^$popup
||rarbg.to^$script
||dyncdn.me/static/20/js/expla5.js
||abload.de/img/*
||beta.uyl.me/lab/*
||meteo-paris.com/img/construction/*
||nzbclub.com/images/*
||nzbclub.com/assets/images/landing/*
||sat-sharing.info/forum/images/hexcell/gradients/*
||sat-sharing.info/baners/*
||7cccam.com/banner/*
||www11.0zz0.com/2014/12/27/00/*
||oneip.tv^
||cs.umbrellasharing.tv/banner/csus/*
||cam1.iptv-cccam.com^
||vip-cccam.biz/banners/*
||cccammedia.com/img/*
||kiosquemag.com/media/catalog/category/cache/250x330/*
Any suggestion would be welcomed.

Re: rarbg.to

Posted: Thu Jun 01, 2017 3:52 pm
by Jags
rarbg.to changed something in the last day or so to get around AdBlock.

These filter lines were handling everything perfectly for the last few months...

Code: Select all

rarbg.to##BODY > DIV:first-child + DIV + DIV + DIV
||rarbg.to^$script
...but that's no longer working.

Clicking anywhere on the site launches a single popunder (where it technically opens an ad in the active tab and opens the page you were on in a new tab over top). The site functions fine after that, then it'll do it again a few hours later.

This was exactly the type of behavior that the lines I copied above solved, so apparently they just tweaked something to get around it.

Re: rarbg.to

Posted: Thu Jun 01, 2017 3:57 pm
by intense
Use uBo (ublock origin) for these sort of sites (and disable / remove other adblockers)

Re: rarbg.to

Posted: Thu Jun 01, 2017 10:31 pm
by darkblue
The following rule stops the redirections
(and, the random-letter filename seems to remain the same across browser sessions)

Code: Select all

||dyncdn.me/static/20/js/jkugecdoxmfbph.js

rarbg.to

Posted: Tue Jul 04, 2017 3:52 pm
by 3gxgkd0e

Code: Select all

rarbg.to##tr:nth-of-type(2) > td > div > .lista > tbody > tr:nth-of-type(2)
 ! Message from: smed79
Merged - forumsearch
This completely removes the annoying VPN advert at the top.

Example URL: https://rarbg.to/torrent/mbufn43

Re: rarbg.to

Posted: Tue Jul 04, 2017 4:24 pm
by intense
or
rarbg.to##.lista TR + TR

Re: rarbg.to

Posted: Tue Jul 04, 2017 7:57 pm
by kasper93
[mention]intense[/mention] You filter matches way too much. It matches every TR after TR and this table have a few TRs :>

I think proper filter is:

Code: Select all

##.lista tr:nth-child(2)
or more robust in case they change the position of ad

Code: Select all

rarbg.to#?#.lista > tbody > tr:-abp-has(a[href="/vpn_offer2.php"])
// syntax may very depending on blocker. Everyone except ABP uses simply :has()

Re: rarbg.to

Posted: Tue Jul 04, 2017 8:31 pm
by intense
right, your first filter does not work too
##.lista tr:nth-child(2)

(see the "others" section)

the op's filter seems working

Sure, the abp-has is working (but only for ABP + chrome)

Re: rarbg.to

Posted: Tue Jul 04, 2017 9:02 pm
by kasper93
right, was little over optimistic here. Yep, seems like OP's filter is good tho is can easily be broken.

For uBlock and Adguard the syntax is following:

Code: Select all

rarbg.to##.lista > tbody > tr:has(a[href="/vpn_offer.php"])
I'm just showing alternative, because counting elements is not robust way to write selectors if you can't control the page you targeting.

Re: rarbg.to

Posted: Mon Jul 24, 2017 3:50 pm
by darkblue
darkblue wrote: Thu Jun 01, 2017 10:31 pm The following rule stops the redirections
(and, the random-letter filename seems to remain the same across browser sessions)

Code: Select all

||dyncdn.me/static/20/js/jkugecdoxmfbph.js
Today they changed the script name therefore the above rule changes into:

Code: Select all

||dyncdn.me/static/20/js/rvmeqfjclatkwz.js

Re: rarbg.to

Posted: Thu Jul 27, 2017 5:51 pm
by omano
Thanks for updating the rules ;) That would be cool if they officially add these to blocklists.

Re: rarbg.to

Posted: Sun Aug 06, 2017 12:53 pm
by 3gxgkd0e
The popup / redirect domain cpm10.com on RARBG has changed from 10 to 20, although the old one may still be in use as well.

Code: Select all

||cpm20.com^$popup,third-party

Re: rarbg.to

Posted: Sun Aug 06, 2017 4:08 pm
by smed79
add

Code: Select all

||rarbg.to^$script
/\/watch\?key\=([\da-f]{32}($))/$popup,third-party

rarbg.is

Posted: Thu Sep 28, 2017 11:04 am
by galacticninja
Pop-up ad leading to

Code: Select all

http://www.cpm20.com/watch?key=xxx
when clicking on a misleading link in rarbg.is. Sample URL:

Code: Select all

https://rarbg.is/torrents.php?imdb=tt2250912
As an example, click on the ''Spider-Man Homecoming 2017 WEB-DL XviD AC3-EVO' link on the above page, and notice that it will load a new tab of the ad URL. This is misleading as the link being clicked is not presented as an ad.

This only works the first time the page is loaded. It uses cookies to track when you've already clicked on a link. After an ad pop-up has loaded, the link will work normally the next time it is clicked.

Re: rarbg.is

Posted: Thu Sep 28, 2017 2:11 pm
by intense
uBo specific filter

Code: Select all

rarbg.is##script:inject(abort-on-property-read.js, _wm3)

Re: rarbg.to

Posted: Thu Sep 28, 2017 2:33 pm
by smed79

Code: Select all

?*&refer=*&key=*&scrWidth=*&scrHeight=$popup
/\/watch\?key\=([\da-f]{32}($))/$popup,third-party
/^https?:\/\/(www\.)?dyncdn\.me\/static\/20\/js\/(?!(behavior2|comments2|rating2|scrollspy|jquery))(.*)/$script,domain=rarbg.com|rarbg.is|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgproxy.org|rarbgunblock.com
|https://$script,~third-party,domain=rarbg.com|rarbg.is|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgproxy.org|rarbgunblock.com
(viewtopic.php?p=122280#p122280)

Re: rarbg.to

Posted: Mon Oct 30, 2017 12:02 am
by omano
The infamous ad is back when you click anywhere on the page. I have these filters already ^

Re: rarbg.to

Posted: Mon Oct 30, 2017 12:58 am
by smed79
The popup is managed by the above filter #p124936 ==> http://i.imgur.com/JRuwp4q.png

Test

Code: Select all

||dyncdn.me^$script,domain=rarbg.is

Re: rarbg.to

Posted: Wed Nov 01, 2017 10:09 pm
by omano
Thank you very much, I'll reply back to confirm that it is now eradicated :D

Do we still need the other older filters?

Code: Select all

||dyncdn.me/static/20/js/rvmeqfjclatkwz.js
||dyncdn.me/static/20/js/jkugecdoxmfbph.js
||rarbg.is^$script
/\/watch\?key\=([\da-f]{32}($))/$popup,third-party
edit: I noticed the domain in my filters is rarbg.is but I access it from rarbg.to, should I add same filters with rarbg.to domain?

Re: rarbg.to

Posted: Wed Nov 01, 2017 11:21 pm
by darkblue
I've noticed that, blocking all scripts from dyncdn.me (i.e. the suggested filter in the last post by smed79)
breaks the displaying of comments in torrent details pages.
So, instead of that, I use the following filter, to block this frequently random filename script
i.e. except the rest scripts (5) listed in the parentheses, they are ok to allow:
(currently it's https://dyncdn.me/static/20/js/xqijtezmrschyl.js )

Code: Select all

/^https?:\/\/(www\.)?dyncdn\.me\/static\/20\/js\/(?!(behavior2|comments2|rating2|scrollspy|jquery))(.*)/$script
So, [mention]omano[/mention], I'd say:
replace the first two filters that you quoted with the above,
and, change the domain in the 3rd one to the domain that you access.
The 4th one I think is not needed - I use uBO and haven't noticed that being active in the logger (but, maybe it's needed in rarbg.is ? I only access rarbg.to) - in any case, what's important, and present everywhere in the site, is to block:
  • https://dyncdn.me/static/20/js/expla60.js -already blocked by EasyList- and
  • the script with the random filename, which changes every few weeks.

Re: rarbg.to

Posted: Thu Nov 02, 2017 12:27 am
by smed79
darkblue wrote:The 4th one I think is not needed
ABP http://i.imgur.com/yGJ3rk8.png
uBo http://i.imgur.com/AwH7Iiz.png

admeasures => viewtopic.php?p=120362#p120362