saveoffline.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
steve_M
Senior Member
Senior Member
Posts: 57
Joined: Sat Sep 17, 2016 5:29 am

saveoffline.com

Post by steve_M »

Code: Select all

https://www.saveoffline.com
What's wrong with this site? I've uBlock Origin + Popup Blocker Ultimate and yet anywhere you click on this site you got redirected to another site and there is no way to even paste the url you are trying to download!

Please help, thanks.
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

No issues with uBO + uBO Extra on the front page.

Please provide more info on what you're using: rules#environment

I was able to reproduce the popup from uBO the URL being blocked is:

Code: Select all

||zukxd6fkxqn.com^
and it's part of Adguard Base Filters.
"If it ain't broke don't fix it."
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

This should work in uBo

Code: Select all

saveoffline.com##+js(abort-current-inline-script.js, decodeURI, atob)
it will be added to ublock filters list
steve_M
Senior Member
Senior Member
Posts: 57
Joined: Sat Sep 17, 2016 5:29 am

Post by steve_M »

Thanks.

Unfortunately there is NO uBO Extra for Firefox!
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

No needing for firefox.
In FF are available very strong filters using so-called "html filtering".
steve_M
Senior Member
Senior Member
Posts: 57
Joined: Sat Sep 17, 2016 5:29 am

Post by steve_M »

Great, thanks.

In the future, if I see a site which triggers redirect with any click, can I use the code "##+js(abort-current-inline-script.js, decodeURI, atob)" ?

e.g abc.com becomes abc.com##+js(abort-current-inline-script.js, decodeURI, atob)
e.g https://www.def.com becomes def.com##+js(abort-current-inline-script.js, decodeURI, atob)
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

No. It depends on how is built the page, the inline scripts used for a site.

I corrected the syntax of your examples.

Just report such pages directly at ublock assests repository:
https://github.com/uBlockOrigin/uAssets/issues
steve_M
Senior Member
Senior Member
Posts: 57
Joined: Sat Sep 17, 2016 5:29 am

Post by steve_M »

OK, sorry about that.

Windows 7 x64
Firefox 61.0.2 x64
uBlock Origin
Popup Blocker Ultimate (is this good?)

Got it, thanks, you are great!
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Well, the popup blocker could be useful for a first line of defense (but you'll still see probably sort of flickering).
uBo can kill the reason of the popups.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Got it, thanks, you are great!


All credit goes to uBo creator (R. Hill), we are only using his work :)
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 »

steve_M wrote:Popup Blocker Ultimate (is this good?)
I would recommend you "Popup Blocker (strict)"
https://addons.mozilla.org/firefox/addon/popup-blocker/
https://chrome.google.com/webstore/deta ... bpbmjiiogg

For the popup (Adblock Plus), add

Code: Select all

saveoffline.com##a[style]
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked