ayzhou / scriptno

Automatically exported from code.google.com/p/scriptno
0 stars 0 forks source link

should not block javascripts "bookmarklets" #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Javascript "bookmarlets" (e.g. supposed to be executed locally from the 
favorites bar, in order to execute actions such as "duplicate tab") should not 
be processed by Scriptno, as that defeats their purpose.

What steps will reproduce the problem?
1. create a bookmark whose "URL" is javascript:... code
2. with Sciprno blocking JS by default, click! bookmarklet

What is the expected output? What do you see instead?
Expected : bookmarlet's action, for instance, duplicate current tab.
Instead : nothing happens.

What version of the product are you using? On what operating system?
Scriptno 1.0.6.2, Chrome browser : 19.0.x

Sorry if this report is a duplicate, searching did not seem to find similar 
reports.

Original issue reported on code.google.com by ninh...@gmail.com on 28 Apr 2012 at 1:11

GoogleCodeExporter commented 9 years ago
Same issue here. Trying to get a "send link" bookmarklet working. See:
http://www.tech-recipes.com/rx/3024/google_chrome_add_send_link_button_to_bookma
rks_bar/

Original comment by Ben0...@gmail.com on 30 Apr 2012 at 6:45

GoogleCodeExporter commented 9 years ago
The original report for this annoying bug was over 3 months ago... Do ScriptNo 
programmers watch for reports at this place, or where else ? 

I would be very pleased with ScriptNo (& yes, willing to make a modest monetary 
contribution...) were it not for this very issue !

Meanwhile is there no workaround - such as relaxing some settings in the 
extension controls (w/o sacrificing efficiency and security...) ? 

Original comment by ninho.in...@gmail.com on 4 Jul 2012 at 6:50

GoogleCodeExporter commented 9 years ago
Same issue here.

I am not sure about if the behavior we need is possible with this extension. 
How this extension can differentiate between a local bookmarklet and a malign 
url?

I have found two ways in order to execute local bookmarklets:
-relaxing settings (ex: Default mode: allow).
-whitelisting (temporary or not) the domain where I want to use the bookmarklet

I use the second way, but that makes me reload a lot of tabs every day.

Original comment by sergio.m...@gmail.com on 2 Oct 2013 at 5:16