??? what`s the difference of these 4 parameters

Ask for help about NoScript, no registration needed to post
User avatar
江3如此多娇
Junior Member
Posts: 35
Joined: Mon Mar 25, 2013 2:38 am

??? what`s the difference of these 4 parameters

Post by 江3如此多娇 »

user_pref("noscript.allowBookmarkletImports", true);
user_pref("noscript.allowURLBarImports",true);
user_pref("noscript.allowURLBarJS", true);
user_pref("noscript.forbidBookmarklets",false);/
Mozilla/5.0 (Android; Mobile; rv:18.0) Gecko/18.0 Firefox/18.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ??? what`s the difference of these 4 parameters

Post by Giorgio Maone »

江3如此多娇 wrote:user_pref("noscript.allowBookmarkletImports", true);
Allows bookbarklets to import 3rd party scripts during their execution, even if their source locations aren't whitelisted.
江3如此多娇 wrote:user_pref("noscript.allowURLBarImports",true);
Same as a bove, but applies to javascript: URLs executed by entering them on the address bar directly.
江3如此多娇 wrote:user_pref("noscript.allowURLBarJS", true);
Enables javascript: URLs execution from the address bar, which is disabled by default on recent Firefox version (but may be useful to advanced users e.g. to develop or debug bookmarklets).
江3如此多娇 wrote: user_pref("noscript.forbidBookmarklets",false);/
Controls bookmarklets execution on pages which aren't whitelisted (and therefore wouldn't normally allow them).
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
User avatar
江3如此多娇
Junior Member
Posts: 35
Joined: Mon Mar 25, 2013 2:38 am

Re: ??? what`s the difference of these 4 parameters

Post by 江3如此多娇 »

Giorgio Maone wrote:
江3如此多娇 wrote:user_pref("noscript.allowBookmarkletImports", true);
Allows bookbarklets to import 3rd party scripts during their execution, even if their source locations aren't whitelisted.
江3如此多娇 wrote:user_pref("noscript.allowURLBarImports",true);
Same as a bove, but applies to javascript: URLs executed by entering them on the address bar directly.
江3如此多娇 wrote:user_pref("noscript.allowURLBarJS", true);
Enables javascript: URLs execution from the address bar, which is disabled by default on recent Firefox version (but may be useful to advanced users e.g. to develop or debug bookmarklets).
江3如此多娇 wrote: user_pref("noscript.forbidBookmarklets",false);/
Controls bookmarklets execution on pages which aren't whitelisted (and therefore wouldn't normally allow them).
Got it,Thank you Giorgio Maone
Mozilla/5.0 (Android; Mobile; rv:18.0) Gecko/18.0 Firefox/18.0
Post Reply