Search found 931 matches

by al_9x
Sat Jun 28, 2014 4:36 am
Forum: NoScript Development
Topic: 2.6.8.29 tab opening bookmarklet regression
Replies: 9
Views: 3830

Re: 2.6.8.29 tab opening bookmarklet regression

function patch(o, m, f) { var saved = o[m]; f._restore = function() { o[m] = saved }; f._bypass = saved; o[m] = f; } patch(w, "open", function() { return patchAll(w.open._bypass.apply(w, arguments)); }); open(,'_self') does not return a new window so it gets double patched and w.open._byp...
by al_9x
Sat Jun 28, 2014 2:07 am
Forum: NoScript Development
Topic: 2.6.8.29 tab opening bookmarklet regression
Replies: 9
Views: 3830

Re: 2.6.8.29 tab opening bookmarklet regression

this is actually easily reproducible, it happens when the active tab at the time of bookmarklet invocation is not script allowed
by al_9x
Fri Jun 27, 2014 3:14 pm
Forum: NoScript Development
Topic: 2.6.8.29 tab opening bookmarklet regression
Replies: 9
Views: 3830

2.6.8.29 tab opening bookmarklet regression

Fx 24.6.0 & 30.0.0, NS 2.6.8.29 & 2.6.8.30rc4 (.28 is ok), new profile when opening (click or keyword) bookmarklets that open multiple tabs: javascript:open('https://www.google.com/','_self');open('https://www.mozilla.org/'); from a tab that's not script allowed, no tabs open, only the _self...
by al_9x
Sat Feb 01, 2014 5:50 am
Forum: FlashGot Development
Topic: has youtube dropped small (48k) audio (dash) streams
Replies: 2
Views: 3011

has youtube dropped small (48k) audio (dash) streams

the are not longer in the dash menu
by al_9x
Tue Jan 28, 2014 8:04 pm
Forum: FlashGot Support
Topic: Flashgot no longer seeing 1080 MP4 on youtube
Replies: 166
Views: 87003

Re: Flashgot no longer seeing 1080 MP4 on youtube

48k dash audio streams have disappeared, are they gone or not being detected?
by al_9x
Fri Dec 13, 2013 3:45 am
Forum: NoScript Development
Topic: icon not updated after marking non-allowed sites untrusted
Replies: 6
Views: 3445

Re: icon not updated after marking non-allowed sites untrust

vilondo.com appears to be only a source of the video file http://cdn.vilondo.com/mailbird/MailbirdTrailer3.ogv, so it makes sense that it's not in the main menu when apply to trusted is checked, but it's still affecting the icon.
by al_9x
Thu Dec 12, 2013 2:53 am
Forum: NoScript Development
Topic: icon not updated after marking non-allowed sites untrusted
Replies: 6
Views: 3445

Re: icon not updated after marking non-allowed sites untrust

I cannot reproduce, I think: in both test cases I get the "allowed+partially untrusted+blocked embeds" icon ( http://noscript.net/noscript/yu-emb16.png ) as soon as I mark the last forbidden item as untrusted (don't even need to close the menu). Maybe fixed accidentally along with somethi...
by al_9x
Sun Dec 08, 2013 8:18 pm
Forum: FlashGot Support
Topic: Flashgot no longer seeing 1080 MP4 on youtube
Replies: 166
Views: 87003

Re: Flashgot no longer seeing 1080 MP4 on youtube

Trying again: https://www.youtube.com/watch?v=F S S C Q L N M N q 4 (remove spaces) Can't get a muxed version at 480p (large) from this. try the following command (substitute audio.dash, video.dash, muxed.mp4): ffmpeg -i audio.dash -acodec copy -f adts - | ffmpeg -i - -i video.dash -acodec copy -bs...
by al_9x
Sat Dec 07, 2013 8:42 pm
Forum: FlashGot Support
Topic: Flashgot no longer seeing 1080 MP4 on youtube
Replies: 166
Views: 87003

Re: Flashgot no longer seeing 1080 MP4 on youtube

Could you please mention at least one URL where this is consistently reproducible? The audio problem I encountered (likely related to CuF's) appears to be universal, e.g. https://www.youtube.com/watch?v=oGspoOoK69s (lowest bitrate streams) Using Winamp (it along with itunes is the most finicky) as ...
by al_9x
Sat Nov 30, 2013 1:08 am
Forum: FlashGot Support
Topic: Flashgot no longer seeing 1080 MP4 on youtube
Replies: 166
Views: 87003

Re: Flashgot no longer seeing 1080 MP4 on youtube

the audio streams appear to be in a dash container, which is playable by vlc, but not winamp or itunes. remuxing dash to m4a with ffmpeg does not work properly ffmpeg -i input.dash -acodec copy output.m4a this again plays in vlc but not in winamp or itunes aac_adtstoasc filter does not help ffmpeg -...
by al_9x
Sat Nov 30, 2013 12:45 am
Forum: NoScript Support
Topic: 2.6.8.6 slows Google Maps?
Replies: 11
Views: 5981

Re: 2.6.8.6 slows Google Maps?

I also noticed a significant perf regression with 2.6.8.6, with a couple of windows with 20 or so tabs each Fx became almost unusable, didn't do a lot of testing, went back to 2.6.8.5 which seems to have resolved the problem
by al_9x
Thu Nov 28, 2013 12:46 pm
Forum: NoScript Development
Topic: icon not updated after marking non-allowed sites untrusted
Replies: 6
Views: 3445

Re: icon not updated after marking non-allowed sites untrust

NS 2.6.8.7rc2, Fx 24.1.1, new profile embeddings: apply to trusted http://www.getmailbird.com/ allow: getmailbird.com, zencdn.net, disqus.com add google-analytics.com, perfectaudience.com, punchtab.com, mxpnl.com to untrusted the icon continues to indicate blocked scripts even though there are no u...
by al_9x
Tue Nov 26, 2013 10:58 pm
Forum: NoScript Development
Topic: [FIXED] intermittent ABE blocking failure
Replies: 4
Views: 2247

Re: intermittent ABE blocking failure

if you end up filing a gecko bug, please post a link
by al_9x
Mon Nov 25, 2013 12:47 am
Forum: NoScript Development
Topic: [FIXED] intermittent ABE blocking failure
Replies: 4
Views: 2247

[FIXED] intermittent ABE blocking failure

Fx 24.1.1, NS 2.6.8.6rc1, new profile Pattern: Site groups.yahoo.com/api/v1/groups/*/attachments?* Deny test page browser console should show that matching (confirmed with AddressMatcher) requests are performed. Components.utils.getGlobalForObject(Components.classes["@maone.net/noscript-service...