NSFW porntrex.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
critic
Senior Member
Senior Member
Posts: 83
Joined: Mon Aug 15, 2016 3:10 pm

NSFW porntrex.com

Post by critic »

pop-up ads

Code: Select all

http://www.porntrex.com/
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add

Code: Select all

|http://$xmlhttprequest,third-party,domain=porntrex.com
critic
Senior Member
Senior Member
Posts: 83
Joined: Mon Aug 15, 2016 3:10 pm

Post by critic »

new website design and new popups
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

critic wrote: Sun Feb 26, 2017 6:30 pmnew website design and new popups
No popups here, submit an adblock plus issue report and post the link here.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
critic
Senior Member
Senior Member
Posts: 83
Joined: Mon Aug 15, 2016 3:10 pm

Post by critic »

right my filter was missing pipe in the front all fix now
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

##.bottom-adv
porntrex.com##a[rel][style]
||porntrex.com/js/p/
|http://$script,stylesheet,third-party,domain=porntrex.com
|https://$script,stylesheet,third-party,domain=porntrex.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
papadoc
Senior Member
Senior Member
Posts: 82
Joined: Sat Nov 01, 2014 11:41 am

Post by papadoc »

Code: Select all

porntrex.com##a[rel][style]
gets rid of the popups, but it breaks functionality. The script never releases, and the video player won't allow you to skip around in the timeline at all.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

test (replace the old filters)

Code: Select all

##.bottom-adv
porntrex.com##.footer + a[rel][style]
||porntrex.com/js/p/
|http://$script,stylesheet,third-party,domain=porntrex.com
|https://$script,stylesheet,third-party,domain=porntrex.com
@@||player.h-cdn.com/loader.js?$script,domain=porntrex.com
@@||ajax.googleapis.com/ajax/libs/jquery/$script,domain=porntrex.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
papadoc
Senior Member
Senior Member
Posts: 82
Joined: Sat Nov 01, 2014 11:41 am

Post by papadoc »

Nah, switching to

Code: Select all

porntrex.com##.footer + a[rel][style]
doesn't block popups. Seems the scripts break functionality purposely if popups aren't executed, and they're inline, which can't be blocked selectively in Chrome AFAIK. These were really annoying me because they're redirects and they're executing multiple times per page load, staggered on nonconsecutive clicks. My popup blocker is awesome, and catches redirects with a browser alert, but it's still a nuisance.

I adapted a userscript to strip the offending inline scripts and leave the rest needed for functionality. No more popups, and no loss of functionality. I'm not great with filters, but I'm not sure there are any in this case without them self sabotaging. If you have any other clever ideas, I'll test them. Appreciate the help.
critic
Senior Member
Senior Member
Posts: 83
Joined: Mon Aug 15, 2016 3:10 pm

Post by critic »

sorry to say but this doesn't work anymore
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Code: Select all

||porntrex.com/js/p/
|http://$script,stylesheet,third-party,domain=porntrex.com
|https://$script,stylesheet,third-party,domain=porntrex.com
@@||player.h-cdn.com/loader.js?$script,domain=porntrex.com
@@||ajax.googleapis.com/ajax/libs/jquery/$script,domain=porntrex.com
about:blank$popup,domain=porntrex.com
porntrex.com##a[href*=".html"]
critic
Senior Member
Senior Member
Posts: 83
Joined: Mon Aug 15, 2016 3:10 pm

Post by critic »

only one problem cant fast forward/jump around in the player
Locked