ചെക്ക് യൂസർമാർ, emailconfirmed, സമ്പർക്കമുഖ കാര്യനിർവാഹകർ, kiteuser, oversight, കാര്യനിർവാഹകർ, അപ്ലോഡ് സഹായി മേള തിരുത്തുന്നവർ
783
തിരുത്തലുകൾ
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| (ഒരേ ഉപയോക്താവ് ചെയ്ത ഇടയ്ക്കുള്ള ഒരു നാൾപ്പതിപ്പ് പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 2: | വരി 2: | ||
*/ | */ | ||
window.onload = function () { | |||
// Find all image elements on the page | // Find all image elements on the page | ||
var images = document.querySelectorAll('img'); | var images = document.querySelectorAll('img'); | ||
| വരി 13: | വരി 13: | ||
if (img.src.startsWith("https://tile.openstreetmap.org/v4/marker/")) { | if (img.src.startsWith("https://tile.openstreetmap.org/v4/marker/")) { | ||
// Replace the `src` with the desired URL | // Replace the `src` with the desired URL | ||
var newSrc = img.src.replace("https://tile.openstreetmap.org/v4/marker/ | var newSrc = img.src.replace("https://tile.openstreetmap.org/v4/marker/", "https://maps.wikimedia.org/v4/marker/"); | ||
img.src = newSrc; | img.src = newSrc; | ||
} | } | ||
} | } | ||
}; | }; | ||
//Quick Edit Box | //Quick Edit Box | ||
തിരുത്തലുകൾ