1.9.2.9x Development

Bug reports and enhancement requests
Post Reply
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

1.9.2.9x Development

Post by therube »

1.9.2.9x Development


"Import and Export buttons in NoScript Options"

Only in Gecko >1.9 perhaps? Would think that should be working in 1.8 too.

Option to export only non-default settings? (That would be a great addition to FlashGot too.)


"Native media (audio/video HTML 5 elements) blocking"

That is handled by what, Forbid other plugins?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: 1.9.2.9x Development

Post by Giorgio Maone »

therube wrote:1.9.2.9x Development
"Import and Export buttons in NoScript Options"

Only in Gecko >1.9 perhaps? Would think that should be working in 1.8 too.
It requires JSON native support, which is Gecko 1.9 and above.
therube wrote: Option to export only non-default settings?
Why, exactly?
therube wrote: "Native media (audio/video HTML 5 elements) blocking"
That is handled by what, Forbid other plugins?
Yes.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: 1.9.2.9x Development

Post by therube »

therube wrote: Option to export only non-default settings?
Why, exactly?
Oh, not sure? Perhaps no reason? Perhaps for "readability" purposes. (But then a 1-line, comma delimited file isn't too readable.)
I guess that I'm only concerned with settings that I've changed. After all, all others would be defaults.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: 1.9.2.9x Development

Post by Alan Baxter »

v 1.9.2.91
=====================================================================
+ Import and Export buttons in NoScript Options to backup and restore
the whole NoScript configuration (preferences and permissions) to
and from a text file.
Yes! Now I can test my daily profile with other NS settings and easily restore my usual ones. Thanks!
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3370
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: 1.9.2.9x Development

Post by GµårÐïåñ »

There is a huge issue though, I put it here as to not hijack this thread but for me its a huge deal breaker and a MAJOR bug.

http://forums.informaction.com/viewtopi ... 4530#p4530
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: 1.9.2.9x Development

Post by Alan Baxter »

therube wrote:(But then a 1-line, comma delimited file isn't too readable.)

Code: Select all

tr ',' '\n'
might work. Have you tried that, therube?

Edit: Just tried it. The output looks readable.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: 1.9.2.9x Development

Post by Giorgio Maone »

Code: Select all

perl -p -e 's/([^\\]"[^"]*[,\{])"/\1\n"/g; s/(},?(?:\n|$))/\n\1/g'
should also preserve the syntax validity in every case.

I'm adding something along these lines to NoScript's Export feature itself, so you don't have to "translate" each time.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
Alan Baxter
Ambassador
Posts: 1586
Joined: Fri Mar 20, 2009 4:47 am
Location: Colorado, USA

Re: 1.9.2.9x Development

Post by Alan Baxter »

Giorgio Maone wrote:I'm adding something along these lines to NoScript's Export feature itself, so you don't have to "translate" each time.
But my tr command was so easy! How are we going to drag Tom into the *nix utility world if you keep making it easy for him. :P

Aha! Ofuscated!

Code: Select all

"filterXGetRx":"<+(?=[^<>=\\d\\. ])|[\\\\\"\\x00-\\x07\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]",
:lol:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: 1.9.2.9x Development

Post by Giorgio Maone »

latest development build comes with "beautified" export and other ofuscated OMG goodies :cool:
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3370
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: 1.9.2.9x Development

Post by GµårÐïåñ »

You guys are funny, thanks, I needed that :P
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Post Reply