Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
134 user(s) are online (66 user(s) are browsing Forums)

Members: 1
Guests: 133

vagappc, more...

Headlines

 
  Register To Post  

(Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Home away from home
Home away from home


See User information
I've noticed this a few times recently, where I open a link in a new tab, and then when I come to the tab I find it's blank & incorrectly shows the URL is about:blank . Strangely it will often happen on a handful URLs on a website, but not other URLs on the same website!

I had thought it was just the website being crap, but it's happened on at least two widely-used websites (interestingly after they've had a revamp), and now I get it on this website:

http://pixel.google.com/

Does this happen for other people? I'm suspecting a HTML5 bug in Odyssey.


Edited by ChrisH on 2015/9/30 13:23:13
Author of the PortablE programming language.
Go to top
Re: URLs that cause Odyssey to redirect to "about:blank" :-(
Just popping in
Just popping in


See User information
@ChrisH

I experimented the same too.
Also, some links are not clickable but they are (test in another browser).

Since a lot of months without an amiga to love, I was lost.
Now I feel happiness again with a Sam Flex 800 .
Go to top
Re: URLs that cause Odyssey to redirect to "about:blank" :-(
Just popping in
Just popping in


See User information
@ChrisH

Works here, (ISP is VM) shows images of a Tablet and keyboard, with an offer to sign up for emails.

Go to top
Re: URLs that cause Odyssey to redirect to "about:blank" :-(
Home away from home
Home away from home


See User information
@Draby
Thanks!

@all, yescop
I solved the problem! It's down to my "Conf/blocked.prefs" file (which is the latest one downloaded from http://adblock.free.fr/adblock.txt ).

After some trial & error with the "Content Blocking" Window, I found that the following line was the cause:
Quote:
/http[^/]+//?([^/w]+\.)?(analytics|compteur|count(er|us)?|/hits?|pixel|statse?|surveys?|tag|track(er|ing)?)-?\d*\.(?!li\.org|$)/


Anyone got any suggestion on how to fix this, beyond just Allowing? edit: I guess it was matching "pixel.", but I guess that simply removing "pixel|" won't prevent it from randomly matching other URLs, so unless someone can make it less over-the-top in matching anything, I guess we just have to Remove or Allow it. (I recommend Remove, since otherwise it may allow adverts that would otherwise be blocked).

Author of the PortablE programming language.
Go to top
Re: (Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Quite a regular
Quite a regular


See User information
This looks a bit like a simple regexp pattern matching. The link you clicked probably contains some of the keywords in this line.

Maybe that's why some links just fail to work for me to in random places!

Software developer for Amiga OS3 and OS4.
Develops for OnyxSoft and the Amiga using E and C and occasionally C++
Go to top
Re: (Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Home away from home
Home away from home


See User information
@Deniil
While I'm a master at AmigaDOS patterns, I'm completely useless at regexp patterns . Maybe you can make that pattern a little less "match everything"?

Author of the PortablE programming language.
Go to top
Re: (Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Home away from home
Home away from home


See User information
@ChrisH

Seems like a flaw in adblocker design if it disalows explicitloy clicked on links, what ever their pattern.

Perhaps now that you have identified the issue you can make simpler rules allowing certain sites explicitly, or does it only block?


Go to top
Re: (Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Quite a regular
Quite a regular


See User information
@broadblues

I have recently ran into these non-links, though I didn't realize the cause was/could have been AdBlock. I'm guessing it's server side so it isn't so simple. More commonplace is the plead message "don't block our revenue".

Go to top
Re: (Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Home away from home
Home away from home


See User information
@Thematic

Quote:

I have recently ran into these non-links, though I didn't realize the cause was/could have been AdBlock. I'm guessing it's server side so it isn't so simple. More commonplace is the plead message "don't block our revenue".


Adblockings certainly not server side. It simply blocks and request to certain url patterns from being sent in the first place, I'd guess that sites that display some please don't block message have used a CSS trick to overlay the ads on a div with the don't block message in it, so it's not seen in normal circumstances, or perhaps some client side script to detect the non loading of the ad.


Go to top
Re: (Kinda SOLVED) URLs that cause Odyssey to redirect to "about:blank" :-(
Home away from home
Home away from home


See User information
I've also discovered another Content Blocking rule causing me problems:
Quote:
/http[^/]+/(.(?!$))+/(.*[\W_])?ad(.?banner|centric|.?cli[ck]+|codes?|cycle|frame|image|js|juggler|layer|log|manager|mentor|rotator|s|script|s?serve?r?|space|vert.*?|view|word|x)s?\d*[\W_]/


As it prevents me opening the following pages:
http://www.pcgamer.com/valve-isnt-int ... ing-on-steam-rep-assures/
http://www.theregister.co.uk/2015/10/16/iab_lean_ads/

Can anyone experienced with reg-exp work-out why the rule is blocking anything with "ad" anywhere in the URL? And fix it?

Author of the PortablE programming language.
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project