uploadocean.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

uploadocean.com

Post by gotitbro »

For popups add:
||cloudfront.net$script,domain=uploadocean.com

For amazon banners on download pages:
uploadocean.com##a[href^="http://amzn.to/"]
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 »

or

Code: Select all

||cloudfront.net^$domain=uploadocean.com
||imgur.com^$domain=uploadocean.com
https://uploadocean.com/7y9fqs5sajcp
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

anti adb + popups

Code: Select all

@@/^((?!.*\.(amazonaws|cloudfront|mobicow|puhtml)\W?).)*$/$script,domain=uploadocean.com
||amazonaws.com^$domain=uploadocean.com
@@.ico$domain=uploadocean.com
Tal
Senior Member
Senior Member
Posts: 50
Joined: Thu Aug 18, 2016 9:57 pm

Post by Tal »

intense wrote:anti adb + popups

Code: Select all

@@/^((?!.*\.(amazonaws|cloudfront|mobicow|puhtml)\W?).)*$/$script,domain=uploadocean.com
||amazonaws.com^$domain=uploadocean.com
@@.ico$domain=uploadocean.com
this no work nod, have anti adblock
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 »

I comfirm that intense filters are working for me http://i.imgur.com/RlyNTG9.png (no popup & no anti adblock).
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Tal
Senior Member
Senior Member
Posts: 50
Joined: Thu Aug 18, 2016 9:57 pm

Post by Tal »

fanboy wrote: https://github.com/easylist/easylist/co ... 2935895f60

Seemed the cleanest way, thanks.
have again anti adblock:
http://prntscr.com/cz7jt2
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

example link ?
Tal
Senior Member
Senior Member
Posts: 50
Joined: Thu Aug 18, 2016 9:57 pm

Post by Tal »

intense wrote:example link ?
https://uploadocean.com/aktv7d59gb12
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

it's working fine. Did you update your easylist ?
Could you try another adblocker ?
Tal
Senior Member
Senior Member
Posts: 50
Joined: Thu Aug 18, 2016 9:57 pm

Post by Tal »

now this work :)
User avatar
Alex302
AdGuard Author
AdGuard Author
Posts: 78
Joined: Tue Apr 21, 2015 8:40 am

Post by Alex302 »

Code: Select all

@@/^((?!.*\.(amazonaws|cloudfront|mobicow|puhtml)\W?).)*$/$script,domain=uploadocean.com
This rule is incorrect and unblocks ads.

Code: Select all

http://imagizer.imageshack.com/img923/7383/cXqfMh.png
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

Code: Select all

||torabri.com^$third-party
uploadocean.com##IMG[width="250"][height="300"]
@@/^((?!amazonaws|cloudfront|mobicow|puhtml|ywxi|torabri|onclicktop).)*$/$script,third-party,domain=uploadocean.com
https://uploadocean.com/ccegqyj5hmwq
https://uploadocean.com/ccegqyj5hmwx
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
Alex302
AdGuard Author
AdGuard Author
Posts: 78
Joined: Tue Apr 21, 2015 8:40 am

Post by Alex302 »

smed79 wrote: Mon Jun 05, 2017 8:41 pm

Code: Select all

@@/^((?!amazonaws|cloudfront|mobicow|puhtml|ywxi|torabri|onclicktop).)*$/$script,third-party,domain=uploadocean.com
Please explain the purpose of this exclusion.
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 »

This will allow third party script used only to check for adblock and exclude (keep blocking) these which have the words amazonaws, cloudfront, mobicow, puhtml... which are used for advertising.

PS: You have to disable the filter found in easylist.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
Alex302
AdGuard Author
AdGuard Author
Posts: 78
Joined: Tue Apr 21, 2015 8:40 am

Post by Alex302 »

This rule and another URL exclusions are unnecessary. They are using BlockAdBclock, which is bypassed by $generichide rule.
I recommend to rework the rules work this site.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

He knows very well what's about ... ( adguard developer )
Probably he wanna know why that filter. Back ago it was a fix (for ABP, not for adguard / uBo) whitelisting the scripts the site was testing.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

BlockAdBclock is using not only the element hiding but also a lot of scripts / images. For the site above they were using some bait script, probably they gave up ?
User avatar
Alex302
AdGuard Author
AdGuard Author
Posts: 78
Joined: Tue Apr 21, 2015 8:40 am

Post by Alex302 »

intense, that version of BlockAdBclock is not checks urls, it is very old version.
This site requires only one exclusion:

Code: Select all

uploadocean.com#@##banner_ad
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

yes, you're right, the regex filter is useless (and ... bad) now
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

BlockAdblock is still giving rise to issues, I see. Is there still no way to stop the embedded script from loading at all or null it? Is it because of the obsfucated code or something more?
infojunkie
Forum Junkie
Forum Junkie
Posts: 156
Joined: Wed Dec 09, 2015 2:49 pm

Post by infojunkie »

what about the ugly content.ad ads down there?

Code: Select all

https://uploadocean.com/ccegqyj5hmwq
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 »

Just disable the whitelisting filter and wait an easylist author to see this issue.
or for ubo add $script,important,third-party,domain=uploadocean.com

UPDATE: fixed https://github.com/easylist/easylist/co ... 6a9e58a8a2
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

in uBo filters there is already
*$important,script,third-party,xmlhttprequest,domain=uploadocean.com
Locked