Search found 19 matches

by TooCrooked
Fri Sep 05, 2014 5:22 pm
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

Re: External File Surrogates Not Working Correctly

well, in either case, it's not working reliably. it was working initially and then it just stopped working. ill illustrate later.
by TooCrooked
Fri Sep 05, 2014 5:04 pm
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

Re: External File Surrogates Not Working Correctly

so you're saying i have to edit my file, then go into about config, change any random preference (double click, add info, click okay, switch back to tab, reload) to get "updates" to my file? edit... that's exactly what you're saying. 12 billion clicks, mousemovements and typing to get a fi...
by TooCrooked
Fri Sep 05, 2014 4:59 pm
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

Re: External File Surrogates Not Working Correctly

Giorgio Maone wrote:Just keep about:config open and modify any noscript.surrogate.* preference value to trigger a full reload.
?? what do you mean?
by TooCrooked
Mon Sep 01, 2014 2:49 pm
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

Re: External File Surrogates Not Working Correctly

Thank you for confirming.

Would it be possible, for the purposes of debugging, for you to implement the ability to change some noscript about:config preference to allow synchronous loading of external files?

having to close and reopen the browser is beyond exceedingly tedious!
by TooCrooked
Sat Aug 30, 2014 10:20 pm
Forum: NoScript Support
Topic: "partially" allow a site for a site?
Replies: 1
Views: 1079

"partially" allow a site for a site?

many sites i see like to load scripts from "jquery.com" or whatever. but especially jquery.com. i don't want to allow jquery.com globally. is it possible to let "@yahoo.com" load "jquery.com" globally, but "malicioussite.com" not be able to access "jquery...
by TooCrooked
Sat Aug 30, 2014 10:17 pm
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

Re: External File Surrogates Not Working Correctly

can we get him to comment on this to see if that's truth rather than your hunch?
by TooCrooked
Sat Aug 30, 2014 2:54 am
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

Re: External File Surrogates Not Working Correctly

clearing results in the same issue. the changing of the source file has no effect on subsequent reloads.
by TooCrooked
Sat Aug 30, 2014 2:30 am
Forum: NoScript Surrogates
Topic: External File Surrogates Not Working Correctly
Replies: 13
Views: 9661

External File Surrogates Not Working Correctly

javascript in an external file is not being "reloaded"??? please see my video. it will answer ALL your questions.

http://youtu.be/ppcZ5piCUOY

why aren't scripts written to an external file reloading as expected???
by TooCrooked
Fri Jul 25, 2014 2:19 pm
Forum: NoScript Surrogates
Topic: execute an external script?
Replies: 1
Views: 2835

execute an external script?

is it possible to execute an "external" script using noscript and some ajax? for example, i use this template for the majority of all my replacement scripts: document.addEventListener("DOMContentLoaded", function(){...}, false) where the "..." is, i'd create an AJAX req...
by TooCrooked
Thu Jun 07, 2012 1:56 am
Forum: NoScript Support
Topic: surrogates not working in "problem loading page" situations
Replies: 10
Views: 4881

Re: surrogates not working in "problem loading page" situati

lol so much for your weakness. i didn't even check this thread until today are you stupid? asking "if you're stupid" is different than saying "you're stupid". it's an attack only if you're soft and easily offended. was this dumb comment even necessary i said the comment was dumb,...
by TooCrooked
Mon May 28, 2012 3:26 pm
Forum: NoScript Support
Topic: surrogates not working in "problem loading page" situations
Replies: 10
Views: 4881

Re: surrogates not working in "problem loading page" situati

if the error message described by Giorgio is received, the browser is to send the request again. how perceptive of you to restate what i said i was already trying to do. did that take you a long time to formulate? btw, there is one such tool already built into Firefox, but it does require a click t...
by TooCrooked
Fri May 25, 2012 2:19 pm
Forum: NoScript Support
Topic: surrogates not working in "problem loading page" situations
Replies: 10
Views: 4881

Re: surrogates not working in "problem loading page" situati

i've tested and failed, but is it possible to trap "about:neterror"?
by TooCrooked
Wed May 23, 2012 3:54 pm
Forum: NoScript Support
Topic: surrogates not working in "problem loading page" situations
Replies: 10
Views: 4881

surrogates not working in "problem loading page" situations

there is a site i visit that likes to have connection problems. so i've written surrogates to continually ask for the information when information isn't loaded in a reasonable amount of time. the problem is, eventually i start getting connection resets which trigger firefox's "problem loading p...
by TooCrooked
Sat Jul 17, 2010 3:41 pm
Forum: NoScript Support
Topic: continuing to fail at surrogates
Replies: 3
Views: 1848

continuing to fail at surrogates

i want to simply alert "test" using a fallback surrogate. i created an HTML file on my desktop and added the following line to my user.js file: user_pref("noscript.surrogate.test.replacement", "addEventListener('DOMContentLoaded', function(ev) { alert('test')}, true)");...
by TooCrooked
Fri May 21, 2010 6:43 pm
Forum: NoScript Support
Topic: [RESOLVED] EXTREMELY SIMPLE surrogate script not working
Replies: 6
Views: 8578

Re: [RESOLVED] EXTREMELY SIMPLE surrogate script not working

are "inclusion" surrogates those that do not have a "!" or a "@" as a prefix? therefore, in my original post, the reason why my alert("test") didn't fire is because file:// was allowed to run scripts?