Search found 16 matches

by erosman
Mon Feb 27, 2017 6:46 am
Forum: FlashGot Development
Topic: FlashGot and WebExtension
Replies: 0
Views: 103177

FlashGot and WebExtension

Hi Giorgio I have sent you an email but didn't get any reply. Kevin was saying you are working on a WebExtension version of the FlashGot. I have ported one of my extension that used FlashGot to WebExt. 1- Is there a way for a WebExtension to pass data to the current FlashGot? 2- Will a future WebExt...
by erosman
Sun Sep 25, 2016 5:31 am
Forum: FlashGot Development
Topic: Subtitle Download Option
Replies: 4
Views: 104721

Re: Subtitle Download Option

Has there been any development on this?
by erosman
Tue Sep 20, 2016 9:45 am
Forum: FlashGot Development
Topic: Support for Free Download Manager 5
Replies: 3
Views: 105560

Re: Support for Free Download Manager 5

I would also second that ... FDM5 support is needed. :)
by erosman
Sat Aug 20, 2016 3:05 pm
Forum: FlashGot Development
Topic: Subtitle Download Option
Replies: 4
Views: 104721

Re: Subtitle Download Option

Thank you therube

I can download them if I wanted to (without the need for additional software).
The point was to make it available via FlashGot. ;)
by erosman
Wed Aug 17, 2016 5:43 pm
Forum: FlashGot Development
Topic: Subtitle Download Option
Replies: 4
Views: 104721

Subtitle Download Option

Hi Giorgio Subtitles are becoming commonplace with youtube and other embed media. It would be good to have an option to download it. At the moment it is a messy process to check the source and then convert the data. Here is an example of the code: The annoying spam control doesn't let me paste the c...
by erosman
Thu May 28, 2015 7:14 am
Forum: NoScript Development
Topic: New Tab title flashes before settling down
Replies: 1
Views: 1088

New Tab title flashes before settling down

Firefox 38.01, NoScript 2.6.9.25.1-signed, Win7 Very recently, I have noticed that every time a new tab is opened, the title flashes a few times as well as the Refresh/Stop icon in the Address-bar. If feels like the site is refreshing a few times before loading. I disabled all addons and the issue w...
by erosman
Sat Jan 03, 2015 5:36 pm
Forum: NoScript Development
Topic: Limiting Temporary Allow all this page to the actioned page
Replies: 6
Views: 2052

Re: Limiting Temporary Allow all this page to the actioned p

Also, NoScript Options|Advanced|Trusted|Cascade top document's permissions to 3rd party scripts may be similar to what you're looking for, just it automatically applies to any top-level site you allow. I dont think that is what I had in mind. I want it to apply to Temporary Allow ONLY I believe abo...
by erosman
Wed Dec 31, 2014 6:00 am
Forum: NoScript Development
Topic: Limiting Temporary Allow all this page to the actioned page
Replies: 6
Views: 2052

Re: Limiting Temporary Allow all this page to the actioned p

Thanks Giorgio I knew the feature was not present and I am hoping that it would be implemented ie "Temporary Allow all this page": In case of 3rd party JS (not belonging to the same domain as the page), it should only allow them for that page/domain. It would be good to have that. Happy Ne...
by erosman
Tue Dec 30, 2014 2:41 pm
Forum: NoScript Development
Topic: Limiting Temporary Allow all this page to the actioned page
Replies: 6
Views: 2052

Limiting Temporary Allow all this page to the actioned page

Hi I have been a regular user of NoScript for many years. Thank you for your hard work :) Is there a chance of limiting "Temporary Allow all this page" to the actioned page (domain) only? (similar to ADB's per domain setting) At the moment, when the command is actioned, NoScript temporary ...
by erosman
Fri Sep 12, 2014 7:19 am
Forum: FlashGot Support
Topic: Passing links to FG from another Addon
Replies: 5
Views: 3078

Re: Passing links to FG from another Addon

Hi Giorgio

I noticed that FlashGot Selection handles plain text URLs.
Can I pass URLs to that function? How?
by erosman
Sun Aug 03, 2014 7:06 am
Forum: ABE
Topic: How can I bypass NoScript XSS in my Firefox Addon?
Replies: 6
Views: 5000

Re: How can I bypass NoScript XSS in my Firefox Addon?

Thanks Giorgio

I will bear that in mind :)
I have manged (with some ideas from Nils Maier) to pass the data the postData in loadOneTab (so little documentation on this subject)
That makes life easier and no problem with XSS.
Thanks for the help
:)
by erosman
Fri Aug 01, 2014 6:12 pm
Forum: ABE
Topic: How can I bypass NoScript XSS in my Firefox Addon?
Replies: 6
Views: 5000

Re: How can I bypass NoScript XSS in my Firefox Addon?

Thanks barbaz

I am actually working on creating a stream to pass to postData in loadOneTab (many steps as there isn't a direct root)
I have just finished writing it... I have to do more testing.

:)
by erosman
Fri Aug 01, 2014 12:03 pm
Forum: ABE
Topic: How can I bypass NoScript XSS in my Firefox Addon?
Replies: 6
Views: 5000

Re: How can I bypass NoScript XSS in my Firefox Addon?

Thanks Giorgio Sadly, I have not been able to do what I need using privileged version of XHR therefore, at the moment, I createElement('form') , insert it in the dome and form.submit() (and remove the form) As I said, when I run it on a local document, there is no error from NoSCript . If I run it o...
by erosman
Thu Jul 31, 2014 5:49 pm
Forum: ABE
Topic: How can I bypass NoScript XSS in my Firefox Addon?
Replies: 6
Views: 5000

How can I bypass NoScript XSS in my Firefox Addon?

Hi In an addon I am working on, I need to insert a form and send the POST data to another site. When I try that from a local file (file:///C:/....) there are no issues. When I try it form an internet site, I get : [NoScript XSS] Sanitized suspicious upload to [http://.....] from [http://.....]: tran...
by erosman
Mon May 26, 2014 9:22 am
Forum: FlashGot Support
Topic: Passing links to FG from another Addon
Replies: 5
Views: 3078

Re: Passing links to FG from another Addon

Thanks Giorgio I updated my previous post before seeing your reply. So I gather the answer given in that thread (although old) is not correct anymore To download all the links of a certain document, for instance, you can use: gFlashGot.download(window.content.document.getElementsByTagName("a&qu...