Page 1 of 1
[RESOLVED] How to get "ReloadEvery" Add-on work with NoScrip
Posted: Mon Feb 09, 2015 8:56 am
by NoScriptIt
Hi,
it's an auto reload Add-on(Extension) for Firefox with a randomized reload timer feature and i want to know how can i make it work with NoScript? .. because after installing NoScript it goes completely non-responsive...
btw in the case it can't easily be found using Firefox Add-ons Manager searchbox and it's needed, here's the the link to the developer's website
http://reloadevery.mozdev.org/ and if it worth mentioning i'm using the latest version
.
.
also there was an issue with firefox making a non-navigable Options page after firefox recent update which i'm not sure was somehow related to NoScript or not but the "Option" tab seems to be working fine again
Thanks a lot in Adv
Re: How to get "ReloadEvery" Add-on(Extension) work with NoS
Posted: Mon Feb 09, 2015 5:04 pm
by barbaz
When it fails, do you see anything related in the Browser Console? (Ctrl-Shift-J)
(if you don't know what's related, turn off CSS warnings and post everything else you see)
Re: How to get "ReloadEvery" Add-on(Extension) work with NoS
Posted: Thu Feb 12, 2015 7:35 am
by NoScriptIt
Could not read chrome manifest 'file:///~/Mozilla%20Firefox/chrome.manifest'.
Could not read chrome manifest 'file:///~/Mozilla%20Firefox/browser/extensions/%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D/chrome.manifest'.
Key event not available on some keyboard layouts: key="c" modifiers="accel,alt" browser.xul
[ABE WAN] Detected WAN IP **.**.**.**
1423810377027 Services.HealthReport.HealthReporter WARN Saved state file does not exist.
1423810377028 Services.HealthReport.HealthReporter WARN No prefs data found.
This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More]
www.google.com
SecurityError: The operation is insecure. cb=gapi.loaded_0:205:0
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISHistory.getEntryAtIndex] reloadeveryOverlay.js:255:0
the line i have highlighted is the one appears in the log after i enable the extension..
Thanks again
Re: How to get "ReloadEvery" Add-on(Extension) work with NoS
Posted: Sun Feb 15, 2015 8:14 am
by NoScriptIt
was the log any useful?
btw i appreciate your fast initial reply once again
Re: How to get "ReloadEvery" Add-on(Extension) work with NoS
Posted: Sun Feb 15, 2015 5:24 pm
by barbaz
I think the highlighted message is likely related, but usually that would mean either ReloadEvery needs modifications or it's hitting a bug in the browser. So I don't know what to do with it, sorry.
Re: How to get "ReloadEvery" Add-on(Extension) work with NoS
Posted: Sun Feb 15, 2015 8:53 pm
by thunderscript
NoScript and ReloadEvery work fine for me with their default settings, then setting a page to reload.
The posted log entries appear to be only about ReloadEvery. Highlighted references to NS stand for NetScape, the thing Firefox evolved from. Can you try troubleshooting with these steps, please?
1. Clear the Browser Console (Ctrl-Shift-J). Disable NoScript. Restart.
a) Does ReloadEvery now work correctly?
b) If you open the Browser Console, does the NS_ERROR... appear again? If it does, then said error wasn't really related to NoScript.
2. Enable NoScript again, to keep your Firefox protected.
3. After that, please check with a
new, clean profile. Install only NoScript and ReloadEvery in that new profile, and set the page you want to reload.
c) Does it reload now, or it still fails?
4. In case it worked in a clean profile, please export your NoScript settings from the old profile (in NoScript Options, Export button at the bottom), and import them in the new profile.
d) Does reloading still work, or does it fail?
Re: How to get "ReloadEvery" Add-on(Extension) work with NoS
Posted: Mon Feb 16, 2015 11:45 pm
by NoScriptIt
got resolved in a few minutes after following your directions..
youre the best, Thank you.