Page 1 of 1
Greasemonkey working?
Posted: Wed Dec 16, 2009 12:55 pm
by Shadowbat
Can anyone confirm Greasemonkey working with 1.9.9.24? I am using Firefox 3.7 in XP SP3, the userscripts dont seem to work for me.
Re: Greasemonkey working?
Posted: Wed Dec 16, 2009 1:11 pm
by Giorgio Maone
Which userscripts, exactly?
Might it be a Firefox 3.7 bug? The ones I've got are working fine for me on 3.5.x...
Re: Greasemonkey working?
Posted: Wed Dec 16, 2009 3:34 pm
by Shadowbat
Oops, sorry my bad, I forgot to change the "const maxJSVersion" to 1.80 in Greasemonkey.
Re: Greasemonkey working?
Posted: Sat Dec 19, 2009 1:39 am
by SierraFoothills
I've been using Greasemonkey script...hughes_usage_calc
http://userscripts.org/scripts/show/12779
and it stopped working the update before NoScript v1.9.9.27. (WinXP Pro SP3 Firefox 3.5.6)
What's not working is the link I use to auto log into hughesnet
javascript:d=new Date; y=d.getYear()+1900; m=d.getMonth()+1; if(m<10){m=%220%22+m} document.location= %
http://customercare.myhughesnet.com/act ... +%22+%22+m
I Allow Scripts Globally and it works fine.
What setting in NoScript do I need to make it work again.
Thanks
Re: Greasemonkey working?
Posted: Thu Dec 31, 2009 8:29 pm
by SierraFoothills
I Wrote:
"What's not working is the link I use to auto log into hughesnet
javascript:d=new Date; y=d.getYear()+1900; m=d.getMonth()+1; if(m<10){m=%220%22+m} document.location= %
http://customercare.myhughesnet.com/act ... +%22+%22+m"
Working again since NoScript v1.9.9.30
Thanks.