Moderator: Tech Team
ISN2 wrote:The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:
Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...
Find the line blow (Around line 730):
- Code: Select all
return nodes[nodes.length - 1].innerHTML;
Replace it with line below:
- Code: Select all
return nodes[0].innerHTML;
Don't forget to make a backup before editing, in case of any problems occurred ...
ISN2 wrote:The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:
Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...
Find the line blow (Around line 730):
- Code: Select all
return nodes[nodes.length - 1].innerHTML;
Replace it with line below:
- Code: Select all
return nodes[0].innerHTML;
Don't forget to make a backup before editing, in case of any problems occurred ...
return nodes[1].innerHTML;
ender516 wrote:I haven't been able to keep up with the ins and outs of Chrome support, but I have two tips:
- if Chrome won't let you install anything but stuff from the Chrome store, then download the script to your desktop and try loading it from there (a Chrome user may be able to explain that better),
- try Tampermonkey: it can bridge the gap and allow Greasemonkey scripts into the Chrome game.
40kguy wrote:ender516 wrote:I haven't been able to keep up with the ins and outs of Chrome support, but I have two tips:
- if Chrome won't let you install anything but stuff from the Chrome store, then download the script to your desktop and try loading it from there (a Chrome user may be able to explain that better),
- try Tampermonkey: it can bridge the gap and allow Greasemonkey scripts into the Chrome game.
where can i get tampermonkey?
ISN2 wrote:ISN2 wrote:The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:
Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...
Find the line blow (Around line 730):
- Code: Select all
return nodes[nodes.length - 1].innerHTML;
Replace it with line below:
- Code: Select all
return nodes[0].innerHTML;
Don't forget to make a backup before editing, in case of any problems occurred ...
There is another break with recent changes, to fix it for now change the explained line to this:
- Code: Select all
return nodes[1].innerHTML;
return nodes[0].innerHTML;
swimmerdude99 wrote:I'm having trouble with this script since the site has its new updated format. It isn't showing up on my side toolbars and all I get is the site clickies. Also the site clickies are bugging out for me for some reason right now on Firefox 25
swimmerdude99 wrote:I'm having trouble with this script since the site has its new updated format. It isn't showing up on my side toolbars and all I get is the site clickies. Also the site clickies are bugging out for me for some reason right now on Firefox 25
Jippd wrote:Is someone in charge of updating this any more? I noticed in polymorphic games I cannot attack my own color with clickable maps. I need to use a drop down menu. Any help?
mcshanester29 wrote:I just updated but it doesn't save my options I choose for confirmations. Everytime I log back in I have to change it....other that that it works good thanks for updating!!
it does the same to meJippd wrote:The settings save for me. Maybe it has something to do with your internet privacy/history storing/etc settings?mcshanester29 wrote:I just updated but it doesn't save my options I choose for confirmations. Everytime I log back in I have to change it....other that that it works good thanks for updating!!
Users browsing this forum: No registered users