Page 1 of 2
Greasemonkey Disappeared

Posted:
Tue Jul 31, 2007 10:51 pm
by Optimus Prime
Did anyone else find that their Greasemonkey Scripts disappeared today? I have my greasemonkey running but suddenly none of the features are working almost like I never had it installed.
Suggestions?

Posted:
Tue Jul 31, 2007 10:53 pm
by wicked
IS your monkey smiling or frowning?

Posted:
Tue Jul 31, 2007 10:54 pm
by misterman10
You're right, ITS GONE

Posted:
Tue Jul 31, 2007 10:55 pm
by monkton
Firefox updated

Posted:
Tue Jul 31, 2007 10:56 pm
by misterman10
monkton wrote:Firefox updated
how do we fix it?

Posted:
Tue Jul 31, 2007 10:56 pm
by Night Strike
I don't think it's Firefox (at least not for me). It's not working on the new maps for me.

Posted:
Tue Jul 31, 2007 10:59 pm
by misterman10
Well, I remember I just updated firefox so who knows

Posted:
Tue Jul 31, 2007 11:03 pm
by yorkiepeter
misterman10 wrote:Well, I remember I just updated firefox so who knows
me too, and got error message saying some java thingy was incompatible do you want to search for a compable update, clicked yes, then got msg saying no update found java thingy disabled. please someone help i'm starting to panic here

Posted:
Tue Jul 31, 2007 11:04 pm
by Optimus Prime
wicked wrote:IS your monkey smiling or frowning?
He is smiling like no tomorrow.


Posted:
Tue Jul 31, 2007 11:05 pm
by misterman10
yorkiepeter wrote:misterman10 wrote:Well, I remember I just updated firefox so who knows
me too, and got error message saying some java thingy was incompatible do you want to search for a compable update, clicked yes, then got msg saying no update found java thingy disabled. please someone help i'm starting to panic here
I know, what will I do, good thing I have no active games right now


Posted:
Tue Jul 31, 2007 11:09 pm
by Tisha
install troys version of greasemonkey..it seems to be working okay

Posted:
Tue Jul 31, 2007 11:10 pm
by misterman10
Tisha wrote:install troys version of greasemonkey..it seems to be working okay
I think thats what I have, not sure though. Can you give a link anyways

Posted:
Tue Jul 31, 2007 11:16 pm
by Aerial Attack
It's definitely the FireFox update.
I was running fine, and I got the update message. After updating - I see that you still get some info (such as next redemption value and map inspect) - but you lose the territory count, bonuses, and armies/strength for each player.
I uninstalled Bob 1.2 and GreaseMonkey. After reinstalling both, the problem is NOT fixed.
I will try installing Troy's version (old?) and post my results.
On a side note, the Montreal map is now totally whack, none of your armies are correctly placed (visually - so you have to have map inspect and bonus counts to figure out what the heck is going on).

Posted:
Tue Jul 31, 2007 11:19 pm
by Optimus Prime
Aerial Attack wrote:It's definitely the FireFox update.
I was running fine, and I got the update message. After updating - I see that you still get some info (such as next redemption value and map inspect) - but you lose the territory count, bonuses, and armies/strength for each player.
I uninstalled Bob 1.2 and GreaseMonkey. After reinstalling both, the problem is NOT fixed.
I will try installing Troy's version (old?) and post my results.
On a side note, the Montreal map is now totally whack, none of your armies are correctly placed (visually - so you have to have map inspect and bonus counts to figure out what the heck is going on).
After just glancing through the Bob 1.2 thread it appears that it might have something to do with the XML changes the site is making to to use the "territory" tag instead of the "country" tag.

Posted:
Tue Jul 31, 2007 11:21 pm
by casper
there is a fix for BOB here:
http://www.conquerclub.com/forum/viewto ... highlight=
you have to edit the script with a simple find and replace. apparently it depends on the map but it's been working for me in all my games.
and the montreal map is not broken you just have to clear your browser cache. ctrl-shift-del in firefox.

Posted:
Tue Jul 31, 2007 11:23 pm
by Aerial Attack
Troy's version does in fact work (showing armies and territories). But, Bob's showed what bonuses each player had - as well as the listing of all territories in a bonus (i.e. how far you/they have to go to get a bonus).
Go to GreaseMonkey, Manage User Scripts - highlight Bob (left pane), and click Uninstall (below right pane). You can then install Troy. Once Bob is working again - switch these steps for Bob 1.3 (or 1.2.fix)
Re: Greasemonkey Disappeared

Posted:
Tue Jul 31, 2007 11:27 pm
by ilarry
Optimus Prime wrote:Did anyone else find that their Greasemonkey Scripts disappeared today? I have my greasemonkey running but suddenly none of the features are working almost like I never had it installed.
Suggestions?
Yep, mine too. What is hades is the frigging problem? Any news will be appreciated!


Posted:
Tue Jul 31, 2007 11:28 pm
by misterman10
Luckily I have no active games so hopefully troy will fix this issue or whoever else can, will fix it

Posted:
Tue Jul 31, 2007 11:30 pm
by ilarry
Aerial Attack wrote:Troy's version does in fact work (showing armies and territories). But, Bob's showed what bonuses each player had - as well as the listing of all territories in a bonus (i.e. how far you/they have to go to get a bonus).
Go to GreaseMonkey, Manage User Scripts - highlight Bob (left pane), and click Uninstall (below right pane). You can then install Troy. Once Bob is working again - switch these steps for Bob 1.3 (or 1.2.fix)
Appreciate the help (direction[s])

Bob Fix

Posted:
Tue Jul 31, 2007 11:45 pm
by Aerial Attack
I believe this will also work (rather than digging through your user directory for "bob"):
1. Click on Tools/GreaseMonkey/Manage User Scripts
2. Select "Conquer Club - BOB" (left pane)
3. Click on Edit (under left pane)
4. This opens a notepad file
5. Search (either Ctrl-F or click Edit/Find) for 'country' [use the single quotes - helps to find fast]
6. Go 1 line below and insert the code previously indicated [copied here]
if (entries.length<1) {
entries = dom.getElementsByTagName('territory');
}
7. Enjoy
EDIT: Tested ON Middle East, Middle EArth, Siege, Classic, World 2.1, Montreal, USA Apocolypse, US Senate, Canada, Asia, Great Lakes

Posted:
Tue Jul 31, 2007 11:48 pm
by Optimus Prime
It won't open a notepad file for me when I click edit. It just takes me to a list of the files on my desktop.

Posted:
Tue Jul 31, 2007 11:49 pm
by misterman10
Optimus Prime wrote:It won't open a notepad file for me when I click edit. It just takes me to a list of the files on my desktop.
same here

Posted:
Tue Jul 31, 2007 11:52 pm
by XenCobra
narominded wrote:Nice catch andrew! If anyone wants to change their script just find it navigate to
C:\Documents and Settings\YourUserNameHere\Application Data\Mozilla\Firefox\Profiles - - - - and search (cntrl + F) for 'bob'. When you find the file edit it. Do cntrl + h and find all 'country' and replace with 'territory'. Been working well for me on at least one game!
Remember you may have to include hidden files in your search
Heres the quote that has the fix in it.

Posted:
Wed Aug 01, 2007 12:02 am
by AndrewB
Guys, try to follow the instructions.
I will post an updated script tomorrow morning. Hopefully stocksr will upload the updated version himself.

Posted:
Wed Aug 01, 2007 12:08 am
by Night Strike
Mine works on games that had previously started, but not newly started games.