bookmarklet + backbutton enables a website temporarily
Posted: Sun Sep 13, 2009 9:50 am
Any website, like http://forums.informaction.com/ for example, I visit, I revoke all temporary permission
I execute following bookmarklet
when I hit browser back button (twice) to get back to http://forums.informaction.com/,
the website is magically temporarily allowed
This is with v 1.9.8.4
If anyone still has 1.9.8.4 you better upgrade
I was reluctant to get noscript-1.9.8.8, but i'm getting the absolute latest dev version noscript-1.9.8.84 instead
Thank you
I execute following bookmarklet
Code: Select all
javascript:(function(){ var zw = window; var z = zw.document; z.write('hello'); z.close(); z.focus(); })()
the website is magically temporarily allowed
This is with v 1.9.8.4
If anyone still has 1.9.8.4 you better upgrade
I was reluctant to get noscript-1.9.8.8, but i'm getting the absolute latest dev version noscript-1.9.8.84 instead
Thank you