https://tile.openstreetmap.org/{z}/{x}/{y}.png
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Useful when moving a WordPress Install | |
💥💥💥💥 ALWAYS BACK-UP YOUR DATABASE!!! 💥💥💥💥 | |
Use at your own risk. It may not take into account all | |
modifications added by other themes/plugins etc. | |
It performs a find/replace on the following tables: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="javascript:(function(){var f=document.getElementsByTagName("body")[0],b="article,aside,bdi,command,details,summary,figure,figcaption,footer,header,hgroup,mark,meter,nav,progress,ruby,rt,rp,section,time,wbr,audio,video,source,embed,track,canvas".split(",");for($x in b){var c=f.getElementsByTagName(b[$x]);if(c)for($y=0;$y<c.length;$y++){var a=c[$y];a.setAttribute("style","-moz-box-shadow:inset 0 0 2px red;-webkit-box-shadow:inset 0 0 2px red;box-shadow:inset 0 0 1px red;");var d=0,e=0;if(a.offsetParent){do d+= a.offsetLeft,e+=a.offsetTop;while(a=a.offsetParent)}var a=document.createElement("a"),g=document.createTextNode(b[$x]);a.appendChild(g);a.setAttribute("href","http://dev.w3.org/html5/markup/"+b[$x]+".html");a.setAttribute("target","_blank");a.setAttribute("style","position:absolute;left:"+d+"px;top:"+e+"px;padding:2px;color:white;z-index:1000000;background:red;");f.appendChild(a)}}})();">Run Bookmarklet</a> |