Moderator: Tech Team
bigWham wrote:Hi guys, based on what dgz345 did, and a few other changes, we've put an 'official' Clickable Maps here: http://userscripts.org/scripts/show/186652
The intention is to maintain this one as the site changes, so it's really the version to install.
bigWham wrote:Hi guys, based on what dgz345 did, and a few other changes, we've put an 'official' Clickable Maps here: http://userscripts.org/scripts/show/186652
The intention is to maintain this one as the site changes, so it's really the version to install.
function refreshMap() {
var x = document.getElementById('console_header_nav');
if (x==null) {
x = document.getElementById('right_hand_side').getElementsByTagName("a");
}
else {
x = document.getElementById('console_header_nav').getElementsByTagName("a");
}
for (var i = 0; i < x.length; i++) {
if (x[i].textContent.toLowerCase().indexOf("refresh") > -1) {
if (document.createEvent) {
// dispatch for firefox + others
var evt = document.createEvent("HTMLEvents");
evt.initEvent('click', true, true );
x[i].dispatchEvent(evt);
} else {
x[i].fireEvent('onclick',document.createEventObject());
}
}
}
}
bigWham wrote:Hi guys, based on what dgz345 did, and a few other changes, we've put an 'official' Clickable Maps here: http://userscripts.org/scripts/show/186652
The intention is to maintain this one as the site changes, so it's really the version to install.
submenu.style.left = '20px';
dgz345 wrote:sorry gio. clicky will never work on IE because it does not handle javascript as the other browsers
GioDuce wrote:Tnx dgz,
Then i'll get google chrome so i can download and try to use itdgz345 wrote:sorry gio. clicky will never work on IE because it does not handle javascript as the other browsers
Users browsing this forum: No registered users