Page 1 of 1

Re: Page noscript isn't working on

Posted: Tue May 31, 2016 8:32 pm
by therube
It's not NoScript, it's the website doing the blocking.

Restart your browser in Safe Mode & see if that isn't the case.

Complain to the site.

(Perhaps NukeAnythingEnhanced can do something, but can't test ATM?)
Actually, I can, kind of.
They must be putting an (clear) "object" over top the page.
And if you remove that object, you can then highlight the text on the page.

Nuke Anything Enhanced can do that.
Right-click in the page, remove this object.

After that, you can highlight.

(This "removal" only applies once, as in if you do a page reload, or go forward & then back again, you'd have to "remove" it again.)
Actually, that only works is you turn off Styles.
(You can do that in FF, just not sure offhand how to turn it off.)


Maybe some other method, Greasemonkey or similar, but I'm not familiar.

Re: Page noscript isn't working on

Posted: Tue May 31, 2016 10:13 pm
by barbaz
No overlay here, the site is using CSS to prevent selection. I cannot figure out a way to get around it short of deleting pretty much the entire contents of the page :roll: , but here's a sample page that (I think) makes use of the same trick:

Code: Select all

data:text/html,%3C%73%74%79%6C%65%20%74%79%70%65%3D%22%74%65%78%74%2F%63%73%73%22%3E%62%6F%64%79%7B%2D%6D%6F%7A%2D%75%73%65%72%2D%73%65%6C%65%63%74%3A%6E%6F%6E%65%3B%7D%3C%2F%73%74%79%6C%65%3E%0A%3C%62%6F%64%79%3E%3C%64%69%76%20%69%64%3D%22%43%75%63%6B%6F%6F%22%3E%42%61%6C%61%68%20%62%6C%61%68%62%6C%61%20%62%6C%61%68%20%62%6C%61%68%3C%2F%64%69%76%3E
HTML source, for those who dislike loading encoded pages:

Code: Select all

<style type="text/css">body{-moz-user-select:none;}</style>
<body><div id="Cuckoo">Balah blahbla blah blah</div>