"മീഡിയവിക്കി:Common.js" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
No edit summary |
(ചെ.)No edit summary |
||
| വരി 1: | വരി 1: | ||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript'); | mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript'); | ||
document.addEventListener("DOMContentLoaded", function () { | |||
// Select the target img element with the specific class and src | |||
const markerIcons = document.querySelectorAll('.leaflet-marker-pane img[src="https://tile.openstreetmap.org/v4/marker/pin-m+7e7e7e@2x.png"]'); | |||
markerIcons.forEach(function (img) { | |||
// Replace the src attribute with the new URL | |||
img.src = "https://schoolwiki.in/extensions/Kartographer/lib/external/mapbox/images/marker-icon-2x.png"; | |||
}); | |||
}); | |||
console.log ("map replace"); | console.log ("map replace"); | ||