Created
August 15, 2020 16:44
-
-
Save TheMetaphysicalCrook/d4c367532d08828560d81a0e5fb9c913 to your computer and use it in GitHub Desktop.
DropDown Menu Bookmarklets
This file contains hidden or 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
<h1>DropDown Menu Bookmarklets</h1> | |
<i>Drag and Drop to your Bookmarks bar. If you have trouble, copy & paste into the URL field of an existing bookmark to edit.<br /><span style="color:red;">Scroll down to get the full javaScript code.</span></i> | |
<table class="center"> | |
<tr><td><a class="button" href="javascript:if%20(document.getElementById(%27mymenu%27))%20%7B%0A%20%20%20%20document.getElementById(%27mymenu%27).remove()%3B%0A%7D%20else%20%7B%0A(function()%7B(function%20()%20%7Bvar%20i%2C%20elements%20%3D%20document.querySelectorAll(%27body%20*%27)%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20elements.length%3B%20i%2B%2B)%20%7Bif%20(getComputedStyle(elements%5Bi%5D).position%20%3D%3D%3D%20%27fixed%27)%20%7Belements%5Bi%5D.parentNode.removeChild(elements%5Bi%5D)%3B%7D%7D%7D)()%7D)()%3B%0A%20%20%20%20function%20cancel()%20%7B%0A%20%20%20%20%20%20%20%20document.getElementById(%27mymenu%27).remove()%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20reset()%20%7B%0A%20%20%20%20%20%20%20%20var%20inputs%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20inputs.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20(inputs%5Bi%5D.getAttribute(%27type%27)%20!%3D%3D%20%27submit%27%20%26%26%20(inputs%5Bi%5D.getAttribute(%27type%27))%20!%3D%3D%20%27button%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.value%20%3D%20null%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.checked%20%3D%20false%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20var%20textz%20%3D%20document.getElementsByTagName(%27textarea%27)%3B%0A%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20textz.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27textarea%27)%5Bi%5D.value%20%3D%20%27%27%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20travoltaPulp()%20%7B%0A%20%20%20%20%20%20%20%20var%20travoltaWTF%20%3D%20document.getElementById(%27travoltaWTF%27)%3B%0A%20%20%20%20%20%20%20%20if%20(travoltaWTF)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%27travoltaWTF%27).remove()%3B%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20travolta%20%3D%20document.createElement(%27img%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.setAttribute(%27id%27%2C%20%27travoltaWTF%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.src%20%3D%20%27https%3A%2F%2Fi.imgur.com%2FYc0G92s.gif%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.alt%20%3D%20%27WTF!%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.style.position%20%3D%20%27fixed%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.style.left%20%3D%20%270%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.style.top%20%3D%20%2710%25%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20travolta.style.zIndex%20%3D%20%2710000%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20document.body.appendChild(travolta)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20showPass()%20%7B%0A%20%20%20%20%20%20Array.prototype.slice.call(document.querySelectorAll(%27input%5Btype%3Dpassword%5D%27)).map(function(el)%7Bel.setAttribute(%27type%27%2C%27text%27)%7D)%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20function%20unRequire()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20req%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20req.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.removeAttribute(%27required%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%0A%0A%20%20%20%20function%20unRadio()%20%7B%0A%20%20%20%20%20%20%20%20var%20inputs%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20inputs.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20(inputs%5Bi%5D.getAttribute(%27type%27)%20%3D%3D%20%27radio%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.checked%20%3D%20false%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20unCheck()%20%7B%0A%20%20%20%20%20%20%20%20var%20inputs%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20inputs.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20(inputs%5Bi%5D.getAttribute(%27type%27)%20%3D%3D%20%27checkbox%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.checked%20%3D%20false%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20checkAll()%20%7B%0A%20%20%20%20%20%20%20%20var%20inputs%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20inputs.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20(inputs%5Bi%5D.getAttribute(%27type%27)%20%3D%3D%20%27checkbox%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.checked%20%3D%20true%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20unText()%20%7B%0A%20%20%20%20%20%20%20%20var%20inputs%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20for%20(var%20i%20%3D%200%3B%20i%20%3C%20inputs.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20(inputs%5Bi%5D.getAttribute(%27type%27)%20%3D%3D%20%27text%27%20%7C%7C%20inputs%5Bi%5D.getAttribute(%27type%27)%20%3D%3D%20%27email%27%20%7C%7C%20inputs%5Bi%5D.getAttribute(%27type%27)%20%3D%3D%20%27password%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementsByTagName(%27input%27)%5Bi%5D.value%20%3D%20null%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20showMax()%20%7B%0A%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementsByTagName(%27input%27)%3B%0A%20%20%20%20%20%20%20%20for%20(i%20%3D%200%3B%20i%20%3C%20a.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20b%20%3D%20a%5Bi%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20c%20%3D%20b.getAttribute(%27maxlength%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20maxL%20%3D%20document.getElementsByTagName(%27input%27)%5Bi%5D.getAttribute(%27maxlength%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20pH%20%3D%20%27Maxlength%3D%20%27%20%2B%20maxL%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20b.setAttribute(%27placeholder%27%2C%20pH)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20var%20maxT%20%3D%20document.getElementsByTagName(%27textarea%27)%3B%0A%20%20%20%20%20%20%20%20for%20(i%20%3D%200%3B%20i%20%3C%20maxT.length%3B%20i%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20x%20%3D%20maxT%5Bi%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20y%20%3D%20x.getAttribute(%27maxlength%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20maxText%20%3D%20document.getElementsByTagName(%27textarea%27)%5Bi%5D.getAttribute(%27maxlength%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20setText%20%3D%20%27Maxlength%3D%20%27%20%2B%20maxText%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20x.innerHTML%20%3D%20setText%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20reMax()%20%7B%0A%20%20%20%20%20%20%20%20var%20x%2C%20k%2C%20f%2C%20j%3B%0A%20%20%20%20%20%20%20%20x%20%3D%20document.forms%3B%0A%20%20%20%20%20%20%20%20for%20(k%20%3D%200%3B%20k%20%3C%20x.length%3B%20%2B%2Bk)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20f%20%3D%20x%5Bk%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(j%20%3D%200%3B%20j%20%3C%20f.length%3B%20%2B%2Bj)%20f%5Bj%5D.removeAttribute(%27maxLength%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(j%20%3D%200%3B%20j%20%3C%20f.length%3B%20%2B%2Bj)%20f%5Bj%5D.removeAttribute(%27minLength%27)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20unDisable()%20%7B%0A%20%20%20%20%20%20%20%20var%20x%2C%20k%2C%20f%2C%20j%3B%0A%20%20%20%20%20%20%20%20x%20%3D%20document.forms%3B%0A%20%20%20%20%20%20%20%20for%20(k%20%3D%200%3B%20k%20%3C%20x.length%3B%20%2B%2Bk)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20f%20%3D%20x%5Bk%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(j%20%3D%200%3B%20j%20%3C%20f.length%3B%20%2B%2Bj)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20f%5Bj%5D.disabled%20%3D%20false%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20f%5Bj%5D.readOnly%20%3D%20false%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20unHide()%20%7B%0A%20%20%20%20%20%20%20%20var%20i%2C%20f%2C%20j%2C%20e%2C%20div%2C%20label%2C%20ne%3B%0A%20%20%20%20%20%20%20%20for%20(i%20%3D%200%3B%20f%20%3D%20document.forms%5Bi%5D%3B%20%2B%2Bi)%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(j%20%3D%200%3B%20e%20%3D%20f%5Bj%5D%3B%20%2B%2Bj)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(e.type%20%3D%3D%20%27hidden%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20D%20%3D%20document%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20function%20C(t)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20D.createElement(t)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20function%20A(a%2C%20b)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a.appendChild(b)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20div%20%3D%20C(%27div%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20label%20%3D%20C(%27label%27)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20A(div%2C%20label)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20A(label%2C%20D.createTextNode(e.name%20%2B%20%27%3A%20%27))%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20e.parentNode.insertBefore(div%2C%20e).style.backgroundColor%20%3D%20%27yellow%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20e.parentNode.removeChild(e)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20val%20%3D%20document.getElementsByTagName(%27input%27)%5Bi%5D.value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20idHidden%20%3D%20document.getElementsByTagName(%27input%27)%5Bi%5D.id%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ne%20%3D%20C(%27input%27)%3B%20%2F*for%20ie*%2F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ne.type%20%3D%20%27text%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ne.value%20%3D%20e.value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20A(label%2C%20ne)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20label.style.MozOpacity%20%3D%20%27.6%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20--j%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20inputs%5Bi%5D.getAttribute(%27type%27)%3B%0A%20%20%20%20%20%20%20%20ne.placeholder%20%3D%20val%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20toGet()%20%7B%0A%20%20%20%20%20%20%20%20var%20a%2C%20b%3B%0A%20%20%20%20%20%20%20%20a%20%3D%20b%20%3D%200%3B%0A%20%20%20%20%20%20%20%20(function(c)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20var%20d%2C%20e%2C%20f%2C%20g%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(d%20%3D%200%3B%20d%20%3C%20c.length%3B%20d%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20try%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20arguments.callee(c.frames%5Bd%5D)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20catch%20(h)%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20e%20%3D%20c.document.forms%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20for%20(f%20%3D%200%3B%20f%20%3C%20e.length%3B%20f%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20g%20%3D%20e%5Bf%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20(g.method.toLowerCase()%20%3D%3D%20%27post%27)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20g.method%20%3D%20%27GET%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%2B%2B%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20b%2B%2B%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D)(top)%3B%0A%20%20%20%20%20%20%20%20alert(a%20%2B%20%27%20of%20%27%20%2B%20b%20%2B%20%27%20forms%20changed%20from%20POST%20to%20GET%27)%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20htmlreplace(a%2C%20b%2C%20element)%20%7B%0A%20%20%20%20%20%20%20%20if%20(!element)%20element%20%3D%20document.body%3B%0A%20%20%20%20%20%20%20%20var%20nodes%20%3D%20element.childNodes%3B%0A%20%20%20%20%20%20%20%20for%20(var%20n%20%3D%200%3B%20n%20%3C%20nodes.length%3B%20n%2B%2B)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20(nodes%5Bn%5D.nodeType%20%3D%3D%20Node.TEXT_NODE)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20nodes%5Bn%5D.textContent%20%3D%20nodes%5Bn%5D.textContent.replace(new%20RegExp(a%2C%20%27gi%27)%2C%20b)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20htmlreplace(a%2C%20b%2C%20nodes%5Bn%5D)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20replaceTxt()%20%7B%0A%20%20%20%20%20%20%20%20htmlreplace(prompt(%27Text%20to%20replace%3A%27%2C%20%27old%27)%2C%20prompt(%27Replacement%20text%3A%27%2C%20%27new%27))%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20editText()%20%7B%0A%20%20%20%20%20%20%20%20document.body.contentEditable%20%3D%20%27true%27%3B%0A%20%20%20%20%20%20%20%20document.designMode%20%3D%20%27on%27%3B%0A%20%20%20%20%20%20%20%20void%200%3B%0A%20%20%20%20%7D%0A%20%20%20%20%2F*%20Create%20our%20stylesheet%20*%2F%0A%20%20%20%20var%20style%20%3D%20document.createElement(%27style%27)%3B%0A%20%20%20%20style.innerHTML%20%3D%0A%20%20%20%20%20%20%27%23mymenu%20a%3Alink%7Bcolor%3A%2300FF00%3Btext-decoration%3Anone%3Bfont-size%3A%2012px%3Bborder%3A0%7D%27%20%2B%0A%20%20%20%20%20%20%27%23mymenu%20a%3Ahover%7Bcolor%3A%230000FF%3Btext-decoration%3Aunderline%3B%7D%27%20%2B%0A%20%20%20%20%20%20%27%23mymenu%20%7Bfont-size%3A12px%3Bfont-family%3Aarial%2Cverdana%2Csans%3B%7D%27%20%2B%0A%20%20%20%20%20%20%27%23mymenu%20.yellow%20a%3Alink%7Bcolor%3Ayellow%7D%27%2B%0A%20%20%20%20%20%20%27%23mymenu%20img%7Bheight%3A%2014px%3B%20margin-left%3A%20auto%3B%20margin-right%3A%20auto%3B%7D%27%2B%0A%20%20%20%20%20%20%27%23mymenu%20.x%7Bfont-size%3A%2020px%3B%20text-align%3Aright%3B%7D%27%20%2B%0A%20%20%20%20%20%20%27%23mymenu%20textarea%7Bfont-size%3A%2010px%3B%20height%3A16px%3B%20padding%3A3px%203px%3B%20border-radius%3A5px%7D%27%2B%0A%20%20%20%20%20%20%27%23mymenu%20td%20%7Bborder%3A%200%3B%7D%27%20%2B%0A%20%20%20%20%20%20%27%23mymenu%20td.x%20%7Bvertical-align%3Atop%3B%20text-align%3Aright%3B%20font-size%3A20px%3B%20color%3A%23F00%7D%27%20%2B%0A%20%20%20%20%20%20%27%23mymenu%20td%2C%20th%20%7Btext-align%3A%20left%3B%20padding%3A%201px%201px%3B%7D%27%20%2B%0A%20%20%20%20%20%20%22%23mymenu%20button%7Bvertical-align%3Atop%3Bpadding-left%3A2px%3Bpadding-right%3A2px%3Bcursor%3Apointer%3Bheight%3A14px%3Bbackground-color%3A%23ccc%3Bborder%3A1px%20solid%20black%3Bcolor%3Ablack%3Btext-align%3Acenter%3Btext-decoration%3Anone%3Bfont-size%3A10px%3Bborder-radius%3A3px%3B-webkit-transition-duration%3A0.4s%3B%20%2F*%20Safari%20*%2Ftransition-duration%3A0.4s%3Btext-transform%3Anone%3Bwidth%3Aauto%3Bdisplay%3Ainline-flex%3Balign-items%3Acenter%3B%7D%22%20%2B%0A%20%20%20%20%20%20%22%23mymenu%20button%3Ahover%7Bbackground-color%3A%23fff%3Bcolor%3Ablue%3Bborder%3A1px%20solid%20blue%3B%20box-shadow%3A2px%203px%204px%202px%20%23ccc%3B%7D%22%0A%20%20%20%20%20%20%3B%0A%0A%20%20%20%20%2F*%20Get%20the%20first%20script%20tag%20*%2F%0A%20%20%20%20var%20ref%20%3D%20document.querySelector(%27script%27)%3B%0A%0A%20%20%20%20%2F*%20Insert%20new%20styles%20before%20the%20first%20script%20tag%20*%2F%0A%20%20%20%20ref.parentNode.insertBefore(style%2C%20ref)%3B%0A%20%20%20%20function%20infoPop()%20%7B%0A%20%20%20%20%20%20%20%20var%20a%20%3D%20%27%3Cdiv%20style%3Dpadding%3A10px%3B%3E%3Ccenter%3E%3Ch2%3E%3Cspan%20style%3Dcolor%3A%2300F%3E%E2%93%98%3C%2Fspan%3E%20FormHacker%20Toolkit!%3C%2Fh2%3E%3C%2Fcenter%3E%3Ctable%20style%3Dborder-collapse%3Acollapse%3Bborder-color%3A%23ccc%3Bborder-style%3Asolid%3Bborder-width%3A1px%3Bpadding%3A3px%3Bmargin%3A3px%3B%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3EReset%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3E%20Resets%20all%20of%20the%20forms%20on%20the%20current%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%3Cbutton%3EShowPassword%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%20Shows%20all%20of%20the%20hidden%20passwords%20on%20the%20current%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3EUnRequire%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3E%20Makes%20a%20required%20field%2C%20unrequired.%20Submit%20without%20entering%20text%20or%20checking%20a%20checkbox%20you%20do%20not%20like.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%3Cbutton%3EclearText%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%20Clears%20just%20text%20from%20all%20input%20forms%20on%20the%20current%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3EunRadio%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3E%20Unselects%20all%20radio%20buttons%20on%20the%20current%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%3Cbutton%3EunCheck%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%20Unchecks%20all%20checkboxes%20on%20the%20current%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3EcheckAll%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3E%20Checks%20All%20checkboxes%20on%20the%20current%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%3Cbutton%3EshowMax%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%20Reveals%20the%20Maximum%20Length%20for%20input%20fields%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3ENoMaxLength%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3E%20Removes%20the%20Maximum%20(and%20Minimum!)%20Length%20for%20input%20fields%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%3Cbutton%3EunDisable%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%20Enables%20any%20disabled%20(greyed-out)%20fields%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3EunHide%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3EShows%20and%20highlights%20all%20hidden%20elements%20on%20the%20page%20with%20their%20name%20and%20value%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%3Cbutton%3EPost2Get%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%20style%3Dbackground-color%3A%23eee%3B%3E%20Converts%20all%20forms%20on%20the%20page%20from%20%26quot%3BPOST%26quot%3B%20to%20%26quot%3BGET%26quot%3B.%3C%2Ftd%3E%3C%2Ftr%3E%3Ctr%3E%3Ctd%3E%3Cbutton%3EFind%26Replace%3C%2Fbutton%3E%3C%2Ftd%3E%3Ctd%3EFind%20and%20replace%20any%20word%20on%20the%20page.%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%3Cbr%3E%3Cb%3ENote%3A%3C%2Fb%3E%20%3Ci%20style%3Dcolor%3A%23777%3EThese%20tweaks%20only%20work%20on%20the%20client%20side%3B%3Cbr%3Eserver%20side%20results%20may%20vary.%3C%2Fi%3E%3Ccenter%3E%3Cbr%3E%3Ch2%3E%3Ca%20href%3Dhttps%3A%2F%2Fwww.zazzle.com%2Fcats_and_dogs%2Fproducts%3ECat%20Tax%3C%2Fa%3E%3C%2Fh2%3E%3C%2Fcenter%3E%3Cp%3E%C2%A0%3C%2Fp%3E%3Cp%3E%C2%A0%3C%2Fp%3E%3Cp%20style%3Dcolor%3A%23ddd%3B%3EBy%20%F0%9D%94%BB%F0%9D%95%92%F0%9D%95%9F%20%F0%9D%94%BB%F0%9D%95%96%F0%9D%95%9D%E2%84%99%F0%9D%95%96%F0%9D%95%A3%F0%9D%95%94%F0%9D%95%9A%F0%9D%95%A0%3C%2Fp%3E%3C%2Fdiv%3E%27%3B%0A%20%20%20%20%20%20%20%20w%20%3D%20window.open(%27%27%2C%20%27Links%27%2C%20%27scrollbars%2Cresizable%2Cwidth%3D420%2Cheight%3D720%27)%3B%0A%20%20%20%20%20%20%20%20w.document.write(a)%3B%0A%20%20%20%20%7D%0A%20%20%20%20var%20block_to_insert%3B%0A%20%20%20%20var%20container_block%3B%0A%20%20%20%20block_to_insert%20%3D%20document.createElement(%27div%27)%3B%0A%20%20%20%20block_to_insert.id%20%3D%20%27mymenu%27%3B%0A%20%20%20%20block_to_insert.innerHTML%20%3D%20%27%3Cb%3EForm%20Hacker%3C%2Fb%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20style%3Dcolor%3Ared%20title%3DResets%C2%A0entire%C2%A0Page%5C%2FForm%20onClick%3Dreset()%3EReset%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%C2%A0%20%3Cbutton%20title%3DReveals%C2%A0Hidden%C2%A0Password%20onClick%3DshowPass()%3EShowPassword%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20title%3DChange%C2%A0Fields%C2%A0from%C2%A0Required%C2%A0to%C2%A0unRequired%20onClick%3DunRequire()%3EunRequire%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DunText()%20title%3DClear%C2%A0All%C2%A0Text%C2%A0Fields%3EclearText%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DunRadio()%20title%3DDeselects%C2%A0All%C2%A0Radio%C2%A0Buttons%3EunRadio%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DunCheck()%20title%3DUnchecks%C2%A0All%C2%A0Checkboxes%3E%E2%98%90%20unCheck%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DcheckAll()%20title%3DChecks%C2%A0All%C2%A0Checkboxes%3E%E2%98%91checkAll%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DshowMax()%20title%3DShow%C2%A0maxLength%C2%A0in%C2%A0input%C2%A0field%3EshowMax%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DreMax()%20title%3DRemoves%C2%A0Maximum%C2%A0Length%3ENoMaxLength%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DunDisable()%20title%3DEnables%C2%A0Disabled%C2%A0Fields%3EunDisable%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DunHide()%20title%3DShows%C2%A0Hidden%C2%A0Input%C2%A0Fields%3EunHide%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20title%3DChange%C2%A0Form%C2%A0from%C2%A0Post%C2%A0to%C2%A0Get%20onClick%3DtoGet()%3EPost2Get%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DreplaceTxt()%20title%3DFind%C2%A0and%C2%A0Replace%C2%A0text%C2%A0on%C2%A0the%C2%A0page%3EFind%26Replace%3C%2Fbutton%3E%20%C2%A0%20%7C%20%C2%A0%20%3Cbutton%20onClick%3DeditText()%20title%3DEdit%C2%A0Text%C2%A0on%C2%A0Page%20href%3D%23%3EEdit%3C%2Fbutton%3E%20%C2%A0%20%3Ca%20href%3D%23!%20onClick%3DtravoltaPulp()%20style%3Dcolor%3A%23FFF%3E%E2%9C%88%3C%2Fa%3E%3Cdiv%20style%3Dfloat%3Aright%3Bpadding-right%3A20px%3Bvertical-align%3Amiddle%3B%3E%3Ca%20href%3D%23%20style%3Dfont-size%3A150%25%3Btext-decoration%3Anone%3B%20title%3DTo%C2%A0top%C2%A0of%C2%A0page.%3E%E2%86%91%3C%2Fa%3E%20%C2%A0%C2%A0%20%3Ca%20href%3D%23%20onClick%3DinfoPop()%3B%20title%3DInformation%20style%3Dcursor%3Apointer%3Bcolor%3Ablue%3Btext-decoration%3Anone%3Bfont-size%3A120%25%3B%3E%E2%93%98%3C%2Fa%3E%20%C2%A0%20%3Ca%20style%3Dtext-decoration%3Anone%3Bcolor%3Ared%3Bcursor%3Apointer%3Bfont-size%3A150%25%3B%20onClick%3Dcancel()%3Breturn%26nbsp%3Bfalse%20title%3DClose%3E%C3%97%3C%2Fa%3E%3C%2Fdiv%3E%27%3B%0A%20%20%20%20container_block%20%3D%20document.getElementsByTagName(%27body%27)%5B0%5D%3B%0A%20%20%20%20container_block.appendChild(block_to_insert)%3B%0A%20%20%20%20mymenu.setAttribute(%27style%27%2C%20%27height%3A24px%3Bwidth%3A100%25%3Bborder-style%3Asolid%C2%A02px%3B%20border-color%3A%23888%3B%20background-color%3A%23ddd%3Bcolor%3A%23000%3Bfont-family%3Aarial%2Csans%2Cverdana%3Bfont-size%3A10px%3Bz-index%3A10000%3Bdisplay%3Ainline-block%3Bline-height%3A1!important%3Boverflow%3Avisible%3Bposition%3Afixed%3Btop%3A0%3Bpadding%3A2px%205px%3B%27)%3B%0A%7D%0A">FormHacker</a></td><td>Form Manipulation Toolkit - Does more than 10 operations to optimize forms... :)<br /><i class="gray">Dynamically opens a toolbar on the current page with a variety of form tools. </i></td></tr> | |
<tr> | |
<td><a href="javascript: | |
if (document.getElementById('mymenu')) { | |
document.getElementById('mymenu').remove(); | |
} else { | |
(function()%7B(function () %7Bvar i%2C elements %3D document.querySelectorAll('body *')%3Bfor (i %3D 0%3B i < elements.length%3B i%2B%2B) %7Bif (getComputedStyle(elements%5Bi%5D).position %3D%3D%3D 'fixed') %7Belements%5Bi%5D.parentNode.removeChild(elements%5Bi%5D)%3B%7D%7D%7D)()%7D)(); | |
(function () { var cookies = document.cookie.split('; '); for (var c = 0; c < cookies.length; c++) { var d = window.location.hostname.split('.'); while (d.length > 0) { var cookieBase = encodeURIComponent(cookies[c].split(';')[0].split('=')[0]) + '=; expires=Thu, 01-Jan-1970 00:00:01 GMT; domain=' + d.join('.') + ' ;path='; var p = location.pathname.split('/'); document.cookie = cookieBase + '/'; while (p.length > 0) { document.cookie = cookieBase + p.join('/'); p.pop(); }; d.shift(); } } })(); | |
window.localStorage.clear(); | |
var block_to_insert ; | |
var container_block ; | |
var outline= '<font size=-1><a href=https://outline.com/' + window.location.href + ' target=_blank title=Via Outline.com> Outline Article</a></font>'; | |
var pageTitle=document.getElementsByTagName('title')[0].innerText; | |
var pageTitle = pageTitle.toString(); | |
var pageTitle = pageTitle.replace(/ /g, ' '); | |
var pageTitle = pageTitle.replace(/WSJ/g, ''); | |
var gogoog= 'https://www.google.com/search?q=site:wsj.com/articles/ ' + pageTitle; | |
var go2='<font size=-1><a href=' + gogoog + ' target=_blank> Via Google referrer</a></font>'; | |
var twit= 'https://twitter.com/search?q=' + pageTitle + '&src=typd'; | |
var gotwit='<font size=-1><a href=' + twit + ' target=_blank> Via Twitter referrer</a></font>'; | |
var arch='<font size=-1><a href=https://archive.today/?run=1&url=' + window.location.href +'> Archive</a></font>'; | |
var wayBack='<font size=-1><a href=https://web.archive.org/web/*/' + window.location.href +'> WayBack Machine</a></font>'; | |
var goFace='<font size=-1><a href=https://m.facebook.com/l.php?u=' +encodeURIComponent(window.location.href)+ '?ClearCache=true target=_blank> Via Facebook Referrer</a></font>'; | |
var titletag=document.getElementsByTagName('title')[0].innerHTML; | |
titletag.replace(' ',' '); | |
var tytul=document.getElementsByClassName('title'); | |
var ft=document.getElementsByClassName('barrier__heading-serif'); | |
if (tytul.length <= 0) { | |
tytul = 'Title Class does not exist!'; | |
} else { | |
tytul=document.getElementsByClassName('title')[0].innerText; | |
} | |
if (titletag.length <= 0) { | |
titletag = 'There is no <title> tag on this page!'; | |
} else { | |
titletag=document.getElementsByTagName('title')[0].innerHTML; | |
} | |
if (ft.length <=0) { | |
ft =''; | |
} else { | |
ft = '\nFT Title: ' + document.getElementsByClassName('barrier__heading-serif')[0].innerHTML; | |
} | |
function clearCache(){window.open(document.location + '?ClearCache=true', '_self');}; | |
function clearCache2(){location.reload(true)}; | |
function clearCookies(){var a,b,c,e,f;f=0; a=document.cookie.split('; '); for(e=0;e<a.length&&a[e];e++){ f++; for(b='.'+location.host;b;b=b.replace(/^(?:%5C.|[^%5C.]+)/,'')){ for(c=location.pathname;c;c=c.replace(/.$/,'')){ document.cookie=(a[e]+'; domain='+b+'; path='+c+'; expires='+new Date((new Date()).getTime()-1e11).toGMTString());}}} alert('Expired '+f+' cookies'); }; | |
function showCookies(){var c=document.cookie; if (c==''){alert('This site didn\'t give you any cookies at all.\nNot a single one!'); }else{ w=window.open('','Links','scrollbars,resizable,width=400,height=600');w.document.write(c); }}; | |
function cancel() {document.getElementById('mymenu').remove();}; | |
function info(){alert('by Dan')}; | |
/* Create our stylesheet */ | |
var style = document.createElement('style'); | |
style.innerHTML = | |
'#mymenu a:link{color:#00FF00;text-decoration:none;font-size: 12px;border:0}' + | |
'#mymenu a:hover{color:#0000FF;text-decoration:underline;}' + | |
'#mymenu {font-size:12px;font-family:arial,verdana,sans;}' + | |
'#mymenu .yellow a:link{color:yellow}'+ | |
'#mymenu img{height: 14px; margin-left: auto; margin-right: auto;}'+ | |
'#mymenu .x{font-size: 20px; text-align:right;}' + | |
'#mymenu textarea{font-size: 10px; height:16px; padding:3px 3px; border-radius:5px}'+ | |
'td {border: 0;}' + | |
'td.x {vertical-align:top; text-align:right; font-size:20px; color:#F00}' + | |
'td, th {text-align: left; padding: 1px 1px;}' | |
; | |
/* Get the first script tag */ | |
var ref = document.querySelector('script'); | |
/* Insert new styles before the first script tag */ | |
ref.parentNode.insertBefore(style, ref); | |
block_to_insert = document.createElement('div'); | |
block_to_insert.id = 'mymenu'; | |
block_to_insert.innerHTML = '<table width=100%><tr><td> </td><td><center><font color=#FF0000>Paywall Penetration Tester:</font></center></td><td class=x><font color=red size=+3><a href=# onClick=cancel();return false; title=Close>×</a></font></td></tr></table> | |
<table><tr><td><b><font size=-1>Title: </td><td></b> <textarea rows=1 cols=80>'+ titletag +'</textarea></td></tr><tr><td><b><font size=-1>Class:</b></td><td> <textarea rows=1 cols=80>' + tytul + ft +'</textarea></td></tr><tr><td><b><font size=-1>URL:</b></td><td> <textarea rows=1 cols=80>' + window.location.href +'</textarea></td></tr></table> | |
<table width=100%><tr><td> </td><td> | |
<table><tr><td><img src=https://outline.com/favicon.png height=14></td><td> '+ outline + '</td></tr><tr><td><img src=http://archive.fo/favicon.ico height=13></td><td> ' + arch + '</td></tr><tr><td><img src=https://archive.org/favicon.ico height=16></td><td>' + wayBack + '</td></tr></table> | |
</td><td> </td><td> | |
<table><tr><td> | |
<tr><td><img src=http://google.com/favicon.ico height=14></td><td>' + go2 + '</td></tr><tr><td><img src=http://twitter.com/favicon.ico height=16></td><td>' + gotwit + '</td></tr><tr><td><img src=http://facebook.com/favicon.ico height=16></td><td>' + goFace + '</td></tr></table> | |
</td><td> </td><td> | |
<table class=yellow><tr><td><font size=-1 color=yellow><a href=# onClick=clearCache2()> Clear Cache</a></font></td><td> </td></tr> | |
<tr><td><font size=-1 color=yellow><a href=# onClick=clearCookies()> Delete Cookies</a></font></td><td> </td></tr> | |
<tr><td><font size=-1 color=yellow><a href=# onClick=showCookies()> Show Cookies</a></font></td><td style=text-align:right;color:blue><font size=-1> <a href=# onClick=info()>ⓘ</a></font></td></tr> | |
</table> | |
</td></tr></table>'; | |
container_block = document.getElementsByTagName('body')[0]; | |
container_block.appendChild(block_to_insert); | |
mymenu.setAttribute('style', 'border: 3px solid red; display:inline-block; background-color:#000000; color:#00FF00; float:left; font-family:arial,sans,verdana; font-size:20px; z-index:10000; display: inline-block; line-height:1!important; overflow:visible; position:fixed; top: 0; padding:2px 5px;'); | |
} | |
" class="button">Paywall Penetration Tester</a></td><td>Tool for testing Paywalls<br><i class="gray">Find a way around Paywalls with this tool.</i></td> | |
</tr> | |
<tr><td><a href="javascript: if(document.getElementById(%27mymenu%27)) %7B document.getElementById(%27mymenu%27).remove()%3B %7Delse%7B function hideMenu() %7B document.getElementById(%27mymenu%27).remove()%3B %7D var url%3Dlocation.href%3B var ext %3D url.split(%27.%27).pop()%3B if(ext.includes(%27jpg%27 %7C%7C %27png%27 %7C%7C %27gif%27 %7C%7C %27jpeg%27) !%3D%3Dtrue) %7B alert(%27Selected URL does not have an image extension (PNG%7CJPG%7CJPGE%7CGIF).%5CnOpen the image you want to search in its own window.%5CAttempting anyway...%27)%3B %7D var block_to_insert %3B var container_block %3B var goog %3D %27<a target%3D_blank href%3Dhttps://www.google.com/searchbyimage%3F%26image_url%3D%27 %2B window.location.href %2B %27> Google Reverse Image Search</a>%27%3B var bing %3D %27<a target%3D_blank href%3Dhttp://www.bing.com/images/searchbyimage%3Fcbir%3Dsbi%26imgurl%3D%27 %2B window.location.href %2B %27> Bing Reverse Image Search</a>%27%3B var exif %3D %27<a target%3D_blank href%3Dhttp://metapicz.com/%23landing%3Fimgsrc%3D%27 %2B window.location.href %2B %27>EXIF Data Extraction %C2%A0 ① </a>%27%3B var jeff %3D%27<a target%3D_blank href%3Dhttp://exif.regex.info/exif.cgi%3Furl%3D%27 %2B window.location.href %2B %27>③</a>%27%3B var tineye %3D %27<a target%3D_blank href%3Dhttp://tineye.com/search%3Fpluginver%3Dbookmark_1.0%26url%3D%27 %2B window.location.href %2B %27> Tineye Reverse Image Search</a>%27%3B var karma%3D %27<a target%3D_blank href%3Dhttp://karmadecay.com/%27 %2B window.location.href %2B %27> KarmaDecay Reddit Image Search</a>%27%3B function information()%7Balert(%27This tool is designed to work on a single image.%5CnONE IMAGE PER PAGE!%5CnOpen just one image at a time in a new tab.%27)%7D%3Bvar info %3D %27<a href%3D%23 onclick%3Dinformation() style%3Dtext-decoration:none title%3DOne%C2%A0image%C2%A0at%C2%A0a%C2%A0time%C2%A0please!>ⓘ</a>%27%3Bvar I %3D document.getElementsByTagName(%27IMG%27)%5B0%5D%3Bvar sizer%3D%27Image size is: %27 %2B I.naturalWidth%2B %27px wide x %27 %2BI.naturalHeight %2B %27px high%5CnFileType: %27 %2B fileType %2B %27%5CnSource: %27 %2B I.src%3Bvar res %3D url.split(%27%3F%27)%3Bvar extArray %3D ext.split(%27%3F%27)%3Bvar fileType %3D (extArray%5B0%5D)%3Bvar exifDataQuery%3D(res%5B0%5D)%3Bvar exifDataCom%3D%27<form id%3Dduh name%3Dduh action%3Dhttp://exifdata.com/exif.php method%3Dpost target%3D_blank style%3Ddisplay:inline><input style%3Ddisplay:inline type%3Dhidden value%3D%27 %2B exifDataQuery %2B %27 name%3Dpicurl><a href%3D%23 onclick%3Ddocument.getElementById(%5C%27duh%5C%27).submit()%3B>②</a></form>%27%3Bblock_to_insert %3D document.createElement(%27div%27)%3B block_to_insert.id %3D %27mymenu%27%3B block_to_insert.innerHTML %3D %27<a href%3D%23 style%3Dtext-decoration:none%3Bcolor:red title%3DClose onClick%3DhideMenu()> %C2%A0 × </a>%C2%A0%C2%A0%C2%A0 Image Operations:<br /><center><table><tr><td><img src%3Dhttp://google.com/favicon.ico height%3D20></td><td> 1.) </td><td>%27%2B goog%2B %27</td><td>%C2%A0</td></tr><tr><td><img src%3Dhttp://bing.com/favicon.ico height%3D20></td><td> 2.) </td><td>%27 %2B bing %2B %27</td><td>%C2%A0</td></tr><tr><td><img src%3Dhttps://tineye.com/favicon.ico height%3D20 /></td><td> 3.) </td><td>%27 %2B tineye %2B %27</td><td>%C2%A0</td></tr><tr><td><img src%3Dhttp://karmadecay.com/favicon.ico height%3D20 /></td><td> 4.) </td><td>%27 %2B karma %2B %27</td><td>%C2%A0</td></tr><tr><td><img src%3Dhttps://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/03/8e/e5/038ee5ec-979e-ddf1-92d1-5e77a3931ad1/AppIcon.png/1200x630bb.png height%3D20></td><td> 5.) </td><td>%27 %2B exif %2B %27 %C2%A0 %27 %2B exifDataCom %2B %27 %C2%A0 %27 %2B jeff %2B%27</td><td>%C2%A0</td></tr><tr><td> ⇅</td><td> 6.) </td><td><a href%3D%23 onclick%3Dalert(sizer)>Size of Image</a></td><td> %C2%A0%C2%A0%27 %2B info %2B %27</td></tr></table>%27%3B container_block %3D document.getElementsByTagName(%27body%27)%5B0%5D%3B container_block.appendChild(block_to_insert)%3B mymenu.setAttribute(%27style%27, %27margin-left:auto%3B margin-right:auto%3B width:25%25%3B background-color:%23FFFF00%3B border-radius:25px%3B border:2px solid %23ff0000%3B color:black%3B float:left%3B font-family:arial,sans,verdana%3B font-size:20px%3B z-index:10000%3B display: inline-block%3Bline-height:1!important%3B overflow:visible%3B box-shadow: 1px 1px %23000%3B position:fixed%3B top: 0%3B padding:2px 5px%3B%27)%3Bmymenu.setAttribute(%27tabindex%27, %270%27)%3Bmymenu.setAttribute(%27onBlur%27, %27hideMenu()%27)%3B%7D%3B" title="Image Tool Combo" class="button">ImageCombo</a></td><td>Image Combo Tool<br /><i class="gray">One tool will reverse image search in Bing, Tineye or Google as well as extract EXIF data</i></td></tr> | |
<tr><td><a href='javascript:var%20message%3Dwindow.getSelection().toString()%3Bvar%20someLocation%3Dwindow.location.href%2CmsgLength%3Dmessage.length%2ClocLength%3DsomeLocation.length%2CtotalMsg%3DlocLength%2BmsgLength%2ChowMany%3DtotalMsg%2F160%3BhowMany%3DparseFloat(howMany)%3BhowMany%3DMath.ceil(howMany)%3Bdocument.getElementsByTagName(%22body%22)%5B0%5D.setAttribute(%22onMouseUp%22%2C%22changeSel()%3B%22)%3B%0Afunction%20changeSel()%7Bmessage%3Dwindow.getSelection().toString()%3Bif(1%3Cmessage.length)%7Bdocument.getElementById(%22hiddenSelect%22).innerHTML%3Dmessage%3BhowMany%3Dmessage.length%2F160%3BhowMany%3DparseFloat(howMany)%3BhowMany%3DMath.ceil(howMany)%3BhowManyURL%3D(message.length%2BlocLength)%2F160%3BhowManyURL%3DparseFloat(howManyURL)%3BhowManyURL%3DMath.ceil(howManyURL)%3Bvar%20a%3Dmessage.length%2BlocLength%3Bdocument.getElementById(%22totsize%22).innerHTML%3D%22New%20message%20is%20%22%2Ba%2B%22%20chars.%20sent%20in%20%22%2BhowMany%2B%22SMS%20messages.%22%3B918%3Cmessage.length%26%26alert(%22Your%20message%20exceeds%20918%20characters!%5CnPlease%20shorten%20it.%22)%7D%7D%0Aif(document.getElementById(%22mymenu%22))document.getElementById(%22mymenu%22).remove()%3Belse%7Bvar%20showURL%3Dfunction()%7Bvar%20a%3Ddocument.getElementById(%22urlCheck%22)%2Cb%3Ddocument.getElementById(%22hider%22)%3B1%3D%3Da.checked%3F(b.style.display%3D%22block%22%2Cdocument.getElementById(%22totsize%22).innerHTML%3Dmessage.length%2BsomeLocation.length%2B%22%20chars.%20-%20Sent%20in%20%22%2BhowManyURL%2B%22%20SMS%20message(s)%22)%3A(b.style.display%3D%22none%22%2Cdocument.getElementById(%22totsize%22).innerHTML%3Dmessage.length%2B%22%20chars.%20-%20Sent%20in%20%22%2BhowMany%2B%22%20SMS%20message(s)%22)%7D%2CsendIt%3Dfunction()%7Bconsole.log(%22Here%22)%3B%0Avar%20a%3D%22%22%2Cb%3Dmessage%2Cd%3Ddocument%2Ce%3Dwindow%3Bb%3Ddocument.getElementById(%22hiddenSelect%22).innerHTML%3Bvar%20c%3Ddocument.getElementById(%22numero%22).value%3Bc%3Dc.split(%22-%22).join(%22%22)%3Bc%3Dc.split(%22%20%22).join(%22%22)%3Bc%3Dc.replace(%2F%5B()%5D%2Fg%2C%22%22)%3BtheLocation%3D1%3D%3DurlCheck.checked%3FencodeURIComponent(d.location)%3A%22%22%3Ba%3De.open(%22http%3A%2F%2Fmail.google.com%2Fmail%2Fs%3Fview%3Dcm%26fs%3D1%26tf%3D1%26to%3D%22%2Bc%2B%22%40%22%2BgetOperator()%2B%22%26su%3D%22%2BencodeURIComponent(d.title)%2B%22%26body%3D%22%2BencodeURIComponent(b)%2Bescape(%22%5Cn%5Cn%22)%2BtheLocation%2B%22%26zx%3DRANDOMCRAP%26shva%3D1%26disablechatbrowsercheck%3D1%26ui%3D1%22%2C%0A%22gmailForm%22%2C%22scrollbars%3Dyes%2Cwidth%3D680%2Cheight%3D575%2Ctop%3D175%2Cleft%3D75%2Cstatus%3Dno%2Cresizable%3Dyes%22)%3Bd.all%7C%7CsetTimeout(function()%7Ba.focus()%7D%2C50)%7D%2CgetOperator%3Dfunction()%7Bfor(var%20a%3D0%2Cb%3Dops.length%3Ba%3Cb%3Ba%2B%2B)if(ops%5Ba%5D.checked)return%20ops%5Ba%5D.value%7D%2CremMen%3Dfunction()%7Bdocument.getElementById(%22mymenu%22).remove()%7D%2Cops%3Ddocument.getElementsByName(%22operator%22)%2CbottomMsg%3D%22Your%20original%20message%20is%20%22%2BmsgLength%2B%22%20characters%20long%3B%20The%20URL%20is%20%22%2BlocLength%2B%22%20characters%20long.%3Cbr%20%2F%3ETotal%20Message%20Size%3A%20%22%3B918%3CtotalMsg%26%26alert(%22Your%20message%20exceeds%20918%20characters!%5CnPlease%20shorten%20it.%22)%3B%0Avar%20block_to_insert%3Ddocument.createElement(%22div%22)%3Bblock_to_insert.id%3D%22mymenu%22%3Bblock_to_insert.innerHTML%3D%22%3Cdiv%20style%3Dfloat%3Aright%3E%3Ca%20href%3D%23%20onClick%3DremMen()%20style%3Dcolor%3Ared%3Bsize%3A400%25%3Btext-decoration%3Anone%3B%20title%3DCancel%3E%26times%3B%3C%2Fa%3E%3Cbr%3E%3Ctextarea%20id%3DhiddenSelect%20style%3Ddisplay%3Anone%3B%20maxlength%3D918%3E%22%2Bmessage%2B%22%3C%2Ftextarea%3E%3C%2Fdiv%3E%3Cbr%3E%3Ctable%3E%3Ctr%3E%3Ctd%20width%3D25%25%20%3E%3Ch3%3E%26%23128241%3B%20Send%20Text%20to%20Mobile%20Phone.%20%26nbsp%3B%26nbsp%3B%3C%2Fh3%3E%3Cbr%20%2F%3E%3Cform%20id%3Dmessager%20name%3Dmessager%3E%3Cinput%20type%3Dtext%20size%3D37%20id%3Dnumero%20name%3Dnumero%20placeholder%3DEnter%26nbsp%3Bmobile%26nbsp%3Bnumber%26nbsp%3Bhere%20maxlength%3D14%20required%20%2F%3E%3Cbr%20%2F%3E%3Csup%20style%3Dcolor%3Agray%3Bsize%3A70%25%3E%3Ci%3EYour%20highlighted%20text%20will%20be%20sent%20via%20Gmail.%3C%2Fi%3E%3C%2Fsup%3E%3Cbr%2F%3E%3Clabel%3E%3Cinput%20type%3Dcheckbox%20checked%20id%3DurlCheck%20onClick%3DshowURL()%3E%20%3Cfont%20size%3D-2%3EInclude%20URL%3A%20%3Cspan%20id%3Dhider%20style%3Dcolor%3A%2300F%3E%22%2B%0AsomeLocation%2B%22%3C%2Fspan%3E%3C%2Ffont%3E%3Cbr%20%2F%3E%3C%2Ffont%3E%3C%2Flabel%3E%3Cbr%20%2F%3E%3Cinput%20type%3Dbutton%20name%3Dsend%20value%3Dsend%20onClick%3D%27sendIt()%27%2F%3E%3C%2Ftd%3E%3Ctd%20width%3D25%25%3E%3Cb%3EPlease%20choose%20an%20operator%3A%3C%2Fb%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dtxt.att.net%20required%3E%20AT%26T%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dtmomail.net%3E%20T-Mobile%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dmessaging.sprintpcs.com%3E%20Sprint%20PCS%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dvtext.com%3E%20Verizon%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dsms.cricketwireless.net%3E%20Cricket%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Demail.uscc.net%3E%20US%20Cellular%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dvmobl.com%3E%20Virgin%20Mobile%3C%2Flabel%3E%3Cbr%20%2F%3E%3Clabel%3E%3Cinput%20type%3Dradio%20name%3Doperator%20value%3Dsmsmyboostmobile.com%3E%20Boost%3C%2Flabel%3E%3Cbr%20%2F%3E%3Cinput%20type%3Dhidden%20name%3Doperator%20value%3DYOU%20MUST%20CHOOSE%20AN%20OPERATOR!%20checked%3Dchecked%2F%3E%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Fform%3E%3C%2Ftable%3E%3Cbr%3E%3Cfont%20size%3D-2%20color%3D%23FF0000%3E%3Ci%3E%22%2B%0AbottomMsg%2B%22%3C%2Fi%3E%3C%2Ffont%3E%3Cfont%20size%3D-2%20color%3D%23405d27%3E%3Cb%3E%3Cspan%20id%3Dtotsize%3E%22%2BtotalMsg%2B%22%20chars.%20-%20Sent%20in%20%22%2BhowMany%2B%22%20SMS%20message(s)%3C%2Fspan%3E%3C%2Fb%3C%2Ffont%3E%3Cdiv%20style%3Dfloat%3Aright%3E%3Ca%20href%3Dhttps%3A%2F%2Frealphonevalidation.com%2Fresources%2Fphone-carrier-lookup%2F%23gf_44%20target%3D_blank%20style%3Dcolor%3Ablue%3Bsize%3A400%25%3Btext-decoration%3Anone%3B%20title%3DLook%26nbsp%3Bup%26nbsp%3BCarrier%3ELookUp%20Carrier%20%26%239432%3B%3C%2Fa%3E%3C%2Fdiv%3E%22%3Bvar%20container_block%3Ddocument.getElementsByTagName(%22body%22)%5B0%5D%3Bcontainer_block.appendChild(block_to_insert)%3Bmymenu.setAttribute(%22style%22%2C%0A%22margin-left%3Aauto%3Bmargin-right%3Aauto%3Bwidth%3A50%25%3Bbackground-color%3A%23FFFF00%3Bborder-style%3Aoutset%3Bcolor%3Ablack%3Bfloat%3Aleft%3Bfont-family%3Aarial%2Csans%2Cverdana%3Bfont-size%3A1rem!important%3Bfont-size%3A100%25!important%3Bz-index%3A10000%3Bdisplay%3Ainline-block%3Bline-height%3A1!important%3Boverflow%3Avisible%3Bposition%3Afixed%3Btop%3A0%3Bpadding%3A2px%205px%3B%22)%7D%3B' class="button" title="Send selected text to a mobile phone via SMS from your Gmail">Gmail→SMS</a></td><td>Sends selected text via Gmail→SMS text message to any US mobile telephone<br /><i class="gray">Highlight some text, click. Opens Gmail and sends the text + Title + URL</i></td></tr> | |
<tr><td><a href="javascript: if(window.location.hostname.includes('reddit')) { | |
if(document.getElementById('mymenu')) { | |
document.getElementById('mymenu').remove(); | |
}else{ | |
function switcher(){ | |
var url = location.href; | |
if (url.includes('www')) { | |
var url = url.replace('www', 'old'); | |
window.open(url,'_self'); | |
} else if (url.includes('new')) { | |
var url = url.replace('new', 'old'); | |
window.open(url,'_self'); | |
} else { | |
var url = url.replace('old', 'www'); | |
window.open(url,'_self');} | |
} | |
var switchIt= '<a style=color:#00FF00; href=# onClick=switcher() title=Switch between old and new Reddit>Old/New Reddit</a>'; | |
function upVote(){if(window.location.href.indexOf('old.reddit.com/r/') > -1 || window.location.href.indexOf('old.reddit.com/u/') > -1) { | |
(function(){var q=[];$('.up').each(function(){var that=this;var f=function(index){$(that).trigger('click');$(that).trigger('mousedown');setTimeout(function(){if(q[index]){q[index](index+1);}else{if(upVoteTimer){window.clearTimeout(upVoteTimer);}}},500);};q.push(f);});var upVoteTimer=window.setTimeout(function(){q[0](1);},50);}()); | |
} else if (window.location.href.indexOf('old.reddit.com/user/') > -1){ | |
void!function(){document.querySelectorAll('[data-event-action=%22upvote%22]').forEach(function(o){%22upvote%22===o.dataset.eventAction%26%26o.click()}),document.querySelectorAll(%22.icon-upvote%22).forEach(function(o){o.click()})}(); | |
} else { | |
alert('You need to be voting in a single sub or user page in OLD reddit for this to work!\nSWITCH TO OLD REDDIT!\n | |
Go to: http://old.reddit.com/r/ and choose a subreddit or user to vote on!') | |
};} | |
var upVoteIt= '<a style=color:#00FF00; href=# onClick=upVote() title=UpVote All (Works Only in OLD Reddit)>↑ UpVote All</a>'; | |
function downVote(){if(window.location.href.indexOf('old.reddit.com/r/') > -1 || window.location.href.indexOf('old.reddit.com/u/') > -1) { | |
(function(){var q=[];$('.down').each(function(){var that=this;var f=function(index){$(that).trigger('click');$(that).trigger('mousedown');setTimeout(function(){if(q[index]){q[index](index+1);}else{if(downVoteTimer){window.clearTimeout(downVoteTimer);}}},500);};q.push(f);});var downVoteTimer=window.setTimeout(function(){q[0](1);},50);}()); | |
} else if (window.location.href.indexOf('old.reddit.com/user/') > -1){ | |
void!function(){document.querySelectorAll('[data-event-action=%22downvote%22]').forEach(function(o){%22downvote%22===o.dataset.eventAction%26%26o.click()}),document.querySelectorAll(%22.icon-downvote%22).forEach(function(o){o.click()})}(); | |
} else { | |
alert('You need to be voting in a single sub in OLD reddit for this to work!\nSWITCH TO OLD REDDIT!\n | |
Go to: http://old.reddit.com/r/ and choose a subreddit') | |
};} | |
var downVoteIt= '<a style=color:#00FF00; href=# onClick=downVote() title=DownVote All(Works Only in OLD Reddit)>↓ DownVote All</a>'; | |
function stealth(){if(window.location.href.indexOf('old.reddit.com') > -1) { | |
(function(){var newcss='.midcol, .thumbnail, .rank, .flairichtext, .flaircolordark, .linkflairlabel, .flaircolorlight, .res-flairSearch {display:none} .title {color:black !important} .title{font-size:120% !important} body {background-color:white}'; | |
if('\v'=='v'){document.createStyleSheet().cssText=newcss}else{var tag=document.createElement('style'); | |
tag.type='text/css';document.getElementsByTagName('head')[0].appendChild(tag); | |
tag[(typeof document.body.style.WebkitAppearance=='string')?'innerText':'innerHTML']=newcss}})();document.getElementsByClassName('side')[0].remove();document.getElementById('header').remove(); | |
document.getElementsByClassName('panestack-title')[0].remove();document.getElementsByClassName('menuarea')[0].remove(); | |
document.getElementsByClassName('usertext cloneable')[0].remove();document.getElementsByName('content')[0].remove(); | |
document.getElementsByClassName('footer-parent')[0].remove(); | |
} else if (window.location.href.indexOf('reddit.com') > -1) { | |
(function()%7B(function () %7Bvar i%2C elements %3D document.querySelectorAll('body *')%3Bfor (i %3D 0%3B i < elements.length%3B i%2B%2B) %7Bif (getComputedStyle(elements%5Bi%5D).position %3D%3D%3D 'fixed') %7Belements%5Bi%5D.parentNode.removeChild(elements%5Bi%5D)%3B%7D%7D%7D)()%7D)(); | |
(function(){var e=document.getElementsByClassName('s7pq5uy-6')||('jspfgX'); | |
if(e[0].style.display=='none') {e[0].style.display='block'}else{e[0].style.display='none'}})(); | |
} else { | |
alert('You need to be on Reddit.com for this bookmarklet to work!\nStealth mode looks best on old.reddit.com!'); | |
}; | |
} | |
var stealthIt= '<a style=color:#00FF00; href=# onClick=stealth() title=This works best in OLD Reddit>Stealth Mode</a>'; | |
function coder(){(function(){var newcss='.midcol, .thumbnail, .rank, .flairichtext, .flaircolordark, .linkflairlabel, .flaircolorlight, .res-flairSearch {display:none} .title {color:green !important} .title{font-size:120% !important} body {background-color:black}';if('\v'=='v'){document.createStyleSheet().cssText=newcss}else{var tag=document.createElement('style');tag.type='text/css';document.getElementsByTagName('head')[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=='string')?'innerText':'innerHTML']=newcss}})();document.getElementsByClassName('side')[0].remove();document.getElementById('header').remove();document.getElementsByClassName('panestack-title')[0].remove();document.getElementsByClassName('menuarea')[0].remove();document.getElementsByClassName('usertext cloneable')[0].remove();document.getElementsByName('content')[0].remove();document.getElementsByClassName('footer-parent')[0].remove();} | |
var coderIt= '<a style=color:#00FF00; href=# onClick=coder() title=This only works in OLD Reddit>Coder Mode</a>'; | |
function baseTag(){var insertBase; | |
var baseTag; | |
insertBase = document.createElement('base'); | |
insertBase.id = 'myBase'; | |
insertBase.innerHTML ='<base target=_blank>'; | |
container_block = document.getElementsByTagName('head')[0]; | |
container_block.appendChild(insertBase); | |
} | |
var NewTabIt= '<a style=color:#00FF00; href=# onClick=baseTag();return false; title=Opens all links in a new tab when clicked>OpenInNewTab</a>'; | |
function getVid(){var url = location.href; if (url.includes('old')) { | |
var url = url.replace('old', 'www'); | |
} (window.open('https://redv.co/?url='+url));}; | |
var downloadVid= '<a style=color:#00FF00; href=# onClick=getVid(); title=Download Reddit Videos>GetRedditVideo</a>'; | |
if (window.location.href.includes('old')) { | |
var notice=''; | |
var spacer='<span style=color:#777>.......</span>'; | |
} else { | |
var notice='<br /><sub><br /><i style=font-style:italic;color:#00FFFF;cursor:pointer><a onClick=makeOld() id=demo onMouseOver=replaceText() onMouseOut=original()>This works best<br />in OLD REDDIT</a></i></sub>'; | |
var spacer='<span style=color:#777>..........</span>'; | |
} | |
function hideMenu() { document.getElementById('mymenu').remove(); }; | |
function replaceText() { | |
document.getElementById('demo').innerHTML = ' Click to switch <br />to OLD REDDIT'; | |
} | |
function original() { | |
document.getElementById('demo').innerHTML = 'This works best<br />in OLD REDDIT'; | |
} | |
function makeOld(){ | |
var url=document.location.href; | |
var url = url.replace('www', 'old'); | |
var url = url.replace('new', 'old'); | |
window.open(url,'_self'); | |
} | |
function infoPop(){var a='<div style:padding:10px;><img src=http://reddit.com/favicon.ico /><br /> | |
<h2>Welcome to the Reddit Toolkit!</h2> | |
<ul> | |
<li>Upvote all will up vote all all of the posts on a subreddit or even of an individual user. This will work even for subs that you are not subscribed to!<br /> | |
<i style=color:red>CAVEAT! Be careful - Reddit keeps counts of total votes on a sub and user pages. Overuse will mean your votes will not be counted. Abuse can get you shadowbanned!</i></li> | |
<li>Downvote all will down vote all all of the posts on a subreddit or even of an individual user. This will work even for subs that you are not subscribed to!<br /> | |
<i style=color:red>CAVEAT! - See above!</i></li> | |
<li>Old/New Reddit toggle. This will toggle between old and new Reddit. Most of these tools ONLY work in Old Reddit.</li> | |
<li>Stealth Mode. This will hide much of the graphics and headers/footers that give away the fact that you are surfing Reddit. Often used by people who are at work.</li> | |
<li>Coder Mode. Looks like you have some kind of coding interface open. Another way of reading Reddit when you are supposed to be doing something else!</li> | |
<li>OpenInNewTab. Clicking this will not make any visible changes on the page, however, all of the links you click on will open in a new tab!</li> | |
<li>GetRedditVideo - This will open an interface that will let you download a Reddit hosted video.</li> | |
</ul><center><h2><a href=https://www.zazzle.com/cats_and_dogs/products>Cat Tax</a></h2></center></div>'; | |
w=window.open('','Links','scrollbars,resizable,width=400,height=675'); | |
w.document.write(a);} | |
var block_to_insert; | |
var container_block; | |
block_to_insert = document.createElement('div'); | |
block_to_insert.id = 'mymenu'; block_to_insert.innerHTML = '<a href=# onclick=hideMenu() title=Close style=font-weight:bold;color:#F00>×</a>' + spacer +'<a href=https://www.zazzle.com/cats_and_dogs/products><img src=https://www.reddit.com/favicon.ico height=15 width=15 /></a>' + spacer + '<a href=# onClick=infoPop() style=color:#FFF;font-weight:bold;size:150%; title=Information>ⓘ</a> | |
<br /><hr />' + upVoteIt + '<br /><hr />'+ downVoteIt +'<br /><hr />'+switchIt+'<br /><hr />' + stealthIt + '<br /><hr />' + coderIt + '<hr/>'+ NewTabIt + '<br /><hr />' + downloadVid + notice; | |
container_block = document.getElementsByTagName('body')[0]; | |
container_block.appendChild(block_to_insert); | |
mymenu.setAttribute('style', 'height:240px; width:100px; border-radius:0px 0px 10px 0px; background-color:#000; color:red; float:left; font-size:12px; z-index:10000; display:block; overflow:visible; position:fixed; top: 0; padding:2px 5px;'); | |
} | |
} else { | |
alert('NOT REDDIT\nThis tool only works on Reddit.\nRedirecting you to Reddit.com'); | |
window.open('http://old.reddit.com','_self'); | |
};" class="button" title="Reddit Toolkit">Reddit Toolkit</a></td><td>Dropdown menu for Reddit with cool tools!<br /> | |
<i class="gray">Bulk UpVote/Downvote, switch from old to new Reddit, Stealth mode, etc.</i></td></tr> | |
<tr><td><a class="button" href="javascript:if(document.getElementById(%27mymenu%27)) { | |
document.getElementById(%27mymenu%27).remove(); | |
}else{ | |
function cancel(){ | |
document.getElementById('mymenu').remove(); | |
} | |
block_to_insert.innerHTML = '<table width=100%><tr><td>⫷</td> | |
<td>⫸</td> | |
<td>➟</td> | |
<td>➢</td> | |
<td>➣</td> | |
<td>➤</td> | |
<td>➥</td> | |
<td>➦</td> | |
<td>➧</td> | |
<td>➨</td> | |
<td>➚</td> | |
<td>➘</td> | |
<td>➙</td> | |
<td>➛</td> | |
<td>➜</td> | |
<td>➝</td> | |
<td>➞</td> | |
<td>➸</td> | |
<td>➲</td> | |
<td>➳</td> | |
<td>➳</td> | |
<td>➴</td> | |
<td>➵</td> | |
<td>➶</td> | |
<td>➷</td> | |
<td>➸</td> | |
<td>➹</td> | |
<td>➺</td> | |
<td>➻</td> | |
<td>➼</td> | |
<td>➽</td> | |
<td>←</td> | |
<td>↑</td> | |
<td>→</td> | |
<td>↓</td> | |
<td>↔</td> | |
<td>↚</td> | |
<td>↛</td> | |
<td>↜</td> | |
<td>↝</td> | |
<td>↞</td> | |
<td>↟</td> | |
<td>↠</td> | |
<td>↡</td> | |
<td>↢</td> | |
<td>↣</td> | |
<td>↤</td> | |
<td>↥</td> | |
<td>↦</td> | |
<td>↧</td> | |
<td>↨</td> | |
<td>➫</td> | |
<td>➬</td> | |
<td>➩</td> | |
<td>➪</td> | |
<td>➭</td> | |
<td>➮</td> | |
<td>➯</td> | |
<td>➱</td> | |
<td>↫</td> | |
<td>↬</td> | |
<td>↭</td> | |
<td><a style=text-decoration:none;color:red;cursor:pointer;font-size:150%; onClick=cancel(); title=Close>%C3%97</a></td> | |
</tr><tr> | |
<td>↮</td> | |
<td>↯</td> | |
<td>↰</td> | |
<td>↱</td> | |
<td>↲</td> | |
<td>↳</td> | |
<td>↴</td> | |
<td>↵</td> | |
<td>↶</td> | |
<td>↷</td> | |
<td>↸</td> | |
<td>↹</td> | |
<td>↺</td> | |
<td>↻</td> | |
<td>↼</td> | |
<td>↽</td> | |
<td>↾</td> | |
<td>↿</td> | |
<td>⇀</td> | |
<td>⇁</td> | |
<td>⇂</td> | |
<td>⇃</td> | |
<td>⇄</td> | |
<td>⇅</td> | |
<td>⇆</td> | |
<td>⇇</td> | |
<td>⇈</td> | |
<td>⇉</td> | |
<td>⇊</td> | |
<td>⇋</td> | |
<td>⇌</td> | |
<td>⇍</td> | |
<td>⇎</td> | |
<td>⇏</td> | |
<td>⇐</td> | |
<td>⇑</td> | |
<td>⇒</td> | |
<td>⇓</td> | |
<td>⇔</td> | |
<td>⇕</td> | |
<td>⇖</td> | |
<td>⇗</td> | |
<td>⇘</td> | |
<td>⇙</td> | |
<td>⇚</td> | |
<td>⇛</td> | |
<td>⇜</td> | |
<td>⇝</td> | |
<td>⇞</td> | |
<td>⇟</td> | |
<td>⇠</td> | |
<td>⇡</td> | |
<td>⇢</td> | |
<td>⇣</td> | |
<td>⇤</td> | |
<td>⇥</td> | |
<td>⇦</td> | |
<td>⇧</td> | |
<td>⇨</td> | |
<td>⇩</td> | |
<td>⇪</td> | |
<td>⌦</td> | |
<td>⌧</td> | |
</tr><tr> | |
<td>✢</td> | |
<td>✣</td> | |
<td>✤</td> | |
<td>✥</td> | |
<td>❋</td> | |
<td>✦</td> | |
<td>✧</td> | |
<td>✩</td> | |
<td>╰☆╮</td> | |
<td>✪</td> | |
<td>✫</td> | |
<td>✬</td> | |
<td>✭</td> | |
<td>✮</td> | |
<td>✯</td> | |
<td>✰</td> | |
<td>★</td> | |
<td>✱</td> | |
<td>✲</td> | |
<td>❂</td> | |
<td>✵</td> | |
<td>✶</td> | |
<td>✷</td> | |
<td>●</td> | |
<td>✸</td> | |
<td>✹</td> | |
<td>✺</td> | |
<td>✻</td> | |
<td>✼</td> | |
<td>❅</td> | |
<td>❆</td> | |
<td>❈</td> | |
<td>❉</td> | |
<td>❊</td> | |
<td>™</td> | |
<td>℠</td> | |
<td>©</td> | |
<td>®</td> | |
<td>℗</td> | |
<td>🗹</td> | |
<td> .</td> | |
<td>✓</td> | |
<td>√</td> | |
<td>☐</td> | |
<td>☒</td> | |
<td>✇</td> | |
<td>✗</td> | |
<td>✘</td> | |
<td>✕</td> | |
<td>☓</td> | |
<td>╳</td> | |
<td>🗷 ▼</td> | |
<td>◣</td> | |
<td>◢</td> | |
<td>◥</td> | |
<td>◤</td> | |
<td>◥</td> | |
<td>▴</td> | |
<td>▾</td> | |
<td>◂</td> | |
<td>▸</td> | |
<td>△</td> | |
</tr><tr> | |
<td>▽</td> | |
<td>◁</td> | |
<td>▷</td> | |
<td>⊿</td> | |
<td>▻</td> | |
<td>◅</td> | |
<td>▵</td> | |
<td>▹</td> | |
<td>◃</td> | |
<td>▿</td> | |
<td>⟁</td> | |
<td>⧋</td> | |
<td>🛆</td> | |
<td>⎊</td> | |
<td>❝</td> | |
<td>❞</td> | |
<td>« »</td> | |
<td>‟</td> | |
<td>‹</td> | |
<td>›</td> | |
<td>⟨</td> | |
<td>⟩</td> | |
<td>„</td> | |
<td>′</td> | |
<td>‵</td> | |
<td>‘</td> | |
<td>’</td> | |
<td>‚</td> | |
<td>‛</td> | |
<td>“</td> | |
<td>”</td> | |
<td>‷</td> | |
<td>‴</td> | |
<td>‶</td> | |
<td>″◉</td> | |
<td>○</td> | |
<td>◌</td> | |
<td>◍</td> | |
<td>◎</td> | |
<td>●</td> | |
<td>◐</td> | |
<td>◑</td> | |
<td>◒</td> | |
<td>◓</td> | |
<td>◔</td> | |
<td>◕</td> | |
<td>◖</td> | |
<td>◗</td> | |
<td>❂</td> | |
<td>⊗</td> | |
<td>⊖</td> | |
<td>⊝</td> | |
<td>⊕</td> | |
<td>⊙</td> | |
<td>⊛</td> | |
<td>◍</td> | |
<td>⭖</td> | |
<td>⬬</td> | |
<td>⬭</td> | |
<td>⬮</td> | |
<td>⬯</td> | |
<td>🛈</td> | |
<td></td> | |
</tr> | |
</table>'; | |
container_block = document.getElementsByTagName(%27body%27)[0]; | |
container_block.appendChild(block_to_insert); | |
mymenu.setAttribute(%27style%27, %27all:revert;height:84px;width:100%;border-style:solid%C2%A02px; border-color:#888; background-color:#ddd;color:#000;font-family:arial,sans,verdana;font-size:12px;z-index:10000;display:inline-block;line-height:1!important;overflow:visible;position:fixed;top:0;padding:2px 5px;%27) ; | |
} | |
" title="HTML Entities">HTML Entities</a></td><td>HTML Entities - Dropdown<br /><i class="gray">A dropdown that lets you copy and paste the most popular HTML entities.</i></td></tr> | |
<tr><td><a class="button" href='javascript:if%20(document.getElementById(%22mymenu%22))%20document.getElementById(%22mymenu%22).remove()%3B%0A%20%20%20%20else%20%7B%0A%20%20%20%20(function()%7B(function%20()%20%7Bvar%20i%2C%20elements%20%3D%20document.querySelectorAll(%22body%20*%22)%3Bfor%20(i%20%3D%200%3B%20i%20%3C%20elements.length%3B%20i%2B%2B)%20%7Bif%20(getComputedStyle(elements%5Bi%5D).position%20%3D%3D%3D%20%22fixed%22)%20%7Belements%5Bi%5D.parentNode.removeChild(elements%5Bi%5D)%3B%7D%7D%7D)()%7D)()%3B%0A%0A%20%20%20%20%20%20%20%20var%20wingdings%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).setAttribute(%22rows%22%2C%207)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20%22%20%5Cu2706%20%5Cu2709%20%5Cu260e%20%5Cu260f%20%5Cu2701%20%5Cu2702%20%5Cu2703%20%5Cu2704%20%5Cu2710%20%5Cu270e%20%5Cu270f%20%5Cu2711%20%5Cu2712%20%5Cu2709%20%5Cu2328%20%5Cu2694%20%5Cu2696%20%5Cu2695%20%5Cu269b%20%5Cu2699%20%26%23013%3B%26%23013%3B%20%5Cu269c%20%5Cu26a0%20%5Cu26b0%20%5Cu26be%20%5Cu2668%20%5Cu261c%20%5Cu261e%5Cu261d%20%5Cu261a%20%5Cu261b%20%5Cu261f%20%5Cu270d%20%5Cu270c%20%5Cu2680%20%5Cu2681%20%5Cu2682%20%5Cu2683%20%5Cu2684%20%5Cu2685%26%23013%3B%26%23013%3B%5Cu2721%20%5Cu2020%20%5Cu2628%20%5Cu271e%20%5Cu271d%20%5Cu2625%20%5Cu2626%20%5Cu2613%20%5Cu2629%20%5Cu262f%20%5Cu2627%20%5Cu262c%20%5Cu2638%20%5Cu2641%20%5Cu2719%20%5Cu2646%20%5Cu24b6%20%5Cu262d%20%5Cu272f%20%5Cu262a%20%5Cu262b%20%5Cu2721%20%5Cu262e%26%23013%3B%26%23013%3B%5Cu2664%20%5Cu2667%20%5Cu2661%20%5Cu2662%20%5Cu2660%20%5Cu2663%20%5Cu2665%20%5Cu2666%20%5Cu2654%20%5Cu2655%20%5Cu2656%20%5Cu2657%20%5Cu2658%20%5Cu2659%20%5Cu265a%20%5Cu265b%20%5Cu265c%20%5Cu265d%20%5Cu265e%20%5Cu265f%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%20%5Cu2190%20Copy%20%26%20Paste%20your%20selection%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20money%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).setAttribute(%22rows%22%2C%205)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20%22%5Cu20ac%20%5Cu00a3%20%5Cu04b0%20%5Cu20b4%20%24%20%5Cu20b0%20%5Cu00a2%20%5Cu20a4%20%5Cu00a5%20%5Cu20b3%20%5Cu20b2%20%5Cu20aa%20%5Cu20b5%20%5Cu5143%20%5Cu20a3%20%5Cu20b1%20%5Cu0e3f%20%5Cu00a4%20%5Cu20a1%20%5Cu20ae%20%5Cu20ad%20%5Cu20a9%20%5Cu0783%20%5Cu5186%20%5Cu20a2%20%5Cu20a5%20%5Cu20ab%20%5Cu20a6%20z%20%5Cu0142%20%5Cufdfc%20%5Cu20a0%20%5Cu20a7%20%5Cu20af%20%5Cu20a8%20K%20%5Cu010d%20%5Cu0930%20%26%23013%3B%26%23013%3B%20%5Cu00b0%20%5Cu263c%20%5Cu2600%20%5Cu2601%20%5Cu2602%20%5Cu2603%20%5Cu2604%20%5Cu263e%20%5Cu263d%20%5Cu2744%20%5Cu2607%20%5Cu2608%20%5Cu2299%20%5Cu2609%20%5Cu2103%20%5Cu2109%20%5Cu00b0%20%5Cu2745%20%5Cu273a%20%5Cu03df%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%20%5Cu2190%20Copy%20%26%20Paste%20your%20selection%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20smileys%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).setAttribute(%22rows%22%2C%205)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20%22%5Cud83d%5Cude00%20%5Cud83d%5Cude01%20%5Cud83d%5Cude03%20%5Cud83d%5Cude02%20%5Cud83d%5Cude05%20%5Cud83d%5Cude06%20%5Cud83d%5Cude07%20%5Cud83d%5Cude08%20%5Cud83d%5Cude0b%20%5Cud83d%5Cude0c%20%5Cud83d%5Cude0e%20%5Cud83d%5Cude09%20%5Cud83c%5Cudf1d%20%5Cud83d%5Cude24%20%5Cud83d%5Cude0d%20%5Cud83d%5Cude38%20%5Cud83d%5Cude39%20%5Cud83d%5Cude3a%20%5Cud83d%5Cude3b%20%5Cud83d%5Cude3c%20%5Cud83d%5Cude4b%20%5Cud83c%5Cudf1e%20%5Cu32e1%20%5Cud83c%5Cudf1a%20%20%5Cu2639%20%5Cu263a%20%5Cu263b%20%5Cu062a%20%5Cu30c5%20%5Cu30c4%20%5Cu30c3%20%5Cu30b7%20%5Cu3020%20%5Cu00dc%20%5Cu03e1%20%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%20%5Cu2190%20Copy%20%26%20Paste%20your%20smiley%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20arrows%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).setAttribute(%22rows%22%2C%207)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20%22%5Cu2af7%20%5Cu2af8%20%5Cu279f%20%5Cu27a2%20%5Cu27a3%20%5Cu27a4%20%5Cu27a5%20%5Cu27a6%20%5Cu27a7%20%5Cu27a8%20%5Cu279a%20%5Cu2798%20%5Cu2799%20%5Cu279b%20%5Cu279c%20%5Cu279d%20%5Cu279e%20%5Cu27b8%20%5Cu27b2%20%5Cu27b3%20%5Cu27b3%20%5Cu27b4%20%5Cu27b5%20%5Cu27b6%20%5Cu27b7%20%5Cu27b8%20%5Cu27b9%20%5Cu27ba%20%5Cu27bb%20%5Cu27bc%20%5Cu27bd%20%5Cu2190%20%5Cu2191%20%5Cu2192%20%5Cu2193%20%5Cu2194%20%5Cu219a%20%5Cu219b%20%5Cu219c%20%5Cu219d%20%5Cu219e%20%5Cu219f%20%5Cu21a0%20%5Cu21a1%20%5Cu21a2%20%5Cu21a3%20%5Cu21a4%20%5Cu21a5%20%5Cu21a6%20%5Cu21a7%20%5Cu21a8%20%5Cu27ab%20%5Cu27ac%20%5Cu27a9%20%5Cu27aa%20%5Cu27ad%20%5Cu27ae%20%5Cu27af%20%5Cu27b1%20%5Cu21ab%20%5Cu21ac%20%5Cu21ad%20%5Cu21ae%20%5Cu21af%20%5Cu21b0%20%5Cu21b1%20%5Cu21b2%20%5Cu21b3%20%5Cu21b4%20%5Cu21b5%20%5Cu21b6%20%5Cu21b7%20%5Cu21b8%20%5Cu21b9%20%5Cu21ba%20%5Cu21bb%20%5Cu21bc%20%5Cu21bd%20%5Cu21be%20%5Cu21bf%20%5Cu21c0%20%5Cu21c1%20%5Cu21c2%20%5Cu21c3%20%5Cu21c4%20%5Cu21c5%20%5Cu21c6%20%5Cu21c7%20%5Cu21c8%20%5Cu21c9%20%5Cu21ca%20%5Cu21cb%20%5Cu21cc%20%5Cu21cd%20%5Cu21ce%20%5Cu21cf%20%5Cu21d0%20%5Cu21d1%20%5Cu21d2%20%5Cu21d3%20%5Cu21d4%20%5Cu21d5%20%5Cu21d6%20%5Cu21d7%20%5Cu21d8%20%5Cu21d9%20%5Cu21da%20%5Cu21db%20%5Cu21dc%20%5Cu21dd%20%5Cu21de%20%5Cu21df%20%5Cu21e0%20%5Cu21e1%20%5Cu21e2%20%5Cu21e3%20%5Cu21e4%20%5Cu21e5%20%5Cu21e6%20%5Cu21e7%20%5Cu21e8%20%5Cu21e9%20%5Cu21ea%20%5Cu2326%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%20%5Cu2190%20Copy%20%26%20Paste%20your%20arrow%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20bullets%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).setAttribute(%22rows%22%2C%205)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20%22%5Cu25cf%20%5Cu22c6%20%5Cu2722%20%5Cu2723%20%5Cu2724%20%5Cu2725%20%5Cu274b%20%5Cu2726%20%5Cu2727%20%5Cu2729%20%5Cu2570%5Cu2606%5Cu256e%20%5Cu272a%20%5Cu272b%20%5Cu272c%20%5Cu272d%20%5Cu272e%20%5Cu272f%20%5Cu2730%20%5Cu2605%20%5Cu2731%20%5Cu2732%20%5Cu2742%20%5Cu2735%20%5Cu2736%20%5Cu2737%20%5Cu2738%20%5Cu2739%20%5Cu273a%20%5Cu273b%20%5Cu273c%20%5Cu2745%20%5Cu2746%20%5Cu2748%20%5Cu2749%20%5Cu274a%20%5Cu273d%20%5Cu273e%20%5Cu273f%20%5Cu2741%20%5Cu2743%20%5Cu274b%20%5Cu2740%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%20%5Cu2190%20Copy%20%26%20Paste%20your%20selection%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20script%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%2Fg%2C%20%22%5Cud835%5Cudcb6%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fb%2Fg%2C%20%22%5Cud835%5Cudcb7%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fc%2Fg%2C%20%22%5Cud835%5Cudcb8%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fd%2Fg%2C%20%22%5Cud835%5Cudcb9%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fe%2Fg%2C%20%22%5Cu212f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ff%2Fg%2C%20%22%5Cud835%5Cudcbb%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fg%2Fg%2C%20%22%5Cu210a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fh%2Fg%2C%20%22%5Cud835%5Cudcbd%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fi%2Fg%2C%20%22%5Cud835%5Cudcbe%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fj%2Fg%2C%20%22%5Cud835%5Cudcbf%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fk%2Fg%2C%20%22%5Cud835%5Cudcc0%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fl%2Fg%2C%20%22%5Cud835%5Cudcc1%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fm%2Fg%2C%20%22%5Cud835%5Cudcc2%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fn%2Fg%2C%20%22%5Cud835%5Cudcc3%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fo%2Fg%2C%20%22%5Cu2134%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fp%2Fg%2C%20%22%5Cud835%5Cudcc5%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fq%2Fg%2C%20%22%5Cud835%5Cudcc6%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fr%2Fg%2C%20%22%5Cud835%5Cudcc7%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fs%2Fg%2C%20%22%5Cud835%5Cudcc8%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ft%2Fg%2C%20%22%5Cud835%5Cudcc9%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fu%2Fg%2C%20%22%5Cud835%5Cudcca%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fv%2Fg%2C%20%22%5Cud835%5Cudccb%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fw%2Fg%2C%20%22%5Cud835%5Cudccc%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fx%2Fg%2C%20%22%5Cud835%5Cudccd%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fy%2Fg%2C%20%22%5Cud835%5Cudcce%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fz%2Fg%2C%20%22%5Cud835%5Cudccf%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FA%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%5Cud835%5Cudc9c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FB%2Fg%2C%20%22%5Cu212c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FC%2Fg%2C%20%22%5Cud835%5Cudc9e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FD%2Fg%2C%20%22%5Cud835%5Cudc9f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FE%2Fg%2C%20%22%5Cu2130%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FF%2Fg%2C%20%22%5Cu2131%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FG%2Fg%2C%20%22%5Cud835%5Cudca2%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FH%2Fg%2C%20%22%5Cu210b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FI%2Fg%2C%20%22%5Cu2110%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FJ%2Fg%2C%20%22%5Cud835%5Cudca5%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FK%2Fg%2C%20%22%5Cud835%5Cudca6%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FL%2Fg%2C%20%22%5Cu2112%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FM%2Fg%2C%20%22%5Cu2133%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FN%2Fg%2C%20%22%5Cud835%5Cudca9%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FO%2Fg%2C%20%22%5Cud835%5Cudcaa%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FP%2Fg%2C%20%22%5Cud835%5Cudcab%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FQ%2Fg%2C%20%22%5Cud835%5Cudcac%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FR%2Fg%2C%20%22%5Cu211b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FS%2Fg%2C%20%22%5Cud835%5Cudcae%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FT%2Fg%2C%20%22%5Cud835%5Cudcaf%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FU%2Fg%2C%20%22%5Cud835%5Cudcb0%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FV%2Fg%2C%20%22%5Cud835%5Cudcb1%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FW%2Fg%2C%20%22%5Cud835%5Cudcb2%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FX%2Fg%2C%20%22%5Cud835%5Cudcb3%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FY%2Fg%2C%20%22%5Cud835%5Cudcb4%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FZ%2Fg%2C%20%22%5Cud835%5Cudcb5%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20a%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20doubleStruck%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%2Fg%2C%20%22%5Cud835%5Cudd52%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fb%2Fg%2C%20%22%5Cud835%5Cudd53%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fc%2Fg%2C%20%22%5Cud835%5Cudd54%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fd%2Fg%2C%20%22%5Cud835%5Cudd55%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fe%2Fg%2C%20%22%5Cud835%5Cudd56%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ff%2Fg%2C%20%22%5Cud835%5Cudd57%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fg%2Fg%2C%20%22%5Cud835%5Cudd58%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fh%2Fg%2C%20%22%5Cud835%5Cudd59%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fi%2Fg%2C%20%22%5Cud835%5Cudd5a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fj%2Fg%2C%20%22%5Cud835%5Cudd5b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fk%2Fg%2C%20%22%5Cud835%5Cudd5c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fl%2Fg%2C%20%22%5Cud835%5Cudd5d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fm%2Fg%2C%20%22%5Cud835%5Cudd5e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fn%2Fg%2C%20%22%5Cud835%5Cudd5f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fo%2Fg%2C%20%22%5Cud835%5Cudd60%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fp%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%5Cud835%5Cudd61%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fq%2Fg%2C%20%22%5Cud835%5Cudd62%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fr%2Fg%2C%20%22%5Cud835%5Cudd63%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fs%2Fg%2C%20%22%5Cud835%5Cudd64%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ft%2Fg%2C%20%22%5Cud835%5Cudd65%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fu%2Fg%2C%20%22%5Cud835%5Cudd66%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fv%2Fg%2C%20%22%5Cud835%5Cudd67%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fw%2Fg%2C%20%22%5Cud835%5Cudd68%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fx%2Fg%2C%20%22%5Cud835%5Cudd69%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fy%2Fg%2C%20%22%5Cud835%5Cudd6a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fz%2Fg%2C%20%22%5Cud835%5Cudd6b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FA%2Fg%2C%20%22%5Cud835%5Cudd38%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FB%2Fg%2C%20%22%5Cud835%5Cudd39%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FC%2Fg%2C%20%22%5Cu2102%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FD%2Fg%2C%20%22%5Cud835%5Cudd3b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FE%2Fg%2C%20%22%5Cud835%5Cudd3c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FF%2Fg%2C%20%22%5Cud835%5Cudd3d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FG%2Fg%2C%20%22%5Cud835%5Cudd3e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FH%2Fg%2C%20%22%5Cu210d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FI%2Fg%2C%20%22%5Cud835%5Cudd40%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FJ%2Fg%2C%20%22%5Cud835%5Cudd41%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FK%2Fg%2C%20%22%5Cud835%5Cudd42%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FL%2Fg%2C%20%22%5Cud835%5Cudd43%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FM%2Fg%2C%20%22%5Cud835%5Cudd44%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FN%2Fg%2C%20%22%5Cu2115%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FO%2Fg%2C%20%22%5Cud835%5Cudd46%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FP%2Fg%2C%20%22%5Cu2119%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FQ%2Fg%2C%20%22%5Cu211a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FR%2Fg%2C%20%22%5Cu211d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FS%2Fg%2C%20%22%5Cud835%5Cudd4a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FT%2Fg%2C%20%22%5Cud835%5Cudd4b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FU%2Fg%2C%20%22%5Cud835%5Cudd4c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FV%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%5Cud835%5Cudd4d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FW%2Fg%2C%20%22%5Cud835%5Cudd4e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FX%2Fg%2C%20%22%5Cud835%5Cudd4f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FY%2Fg%2C%20%22%5Cud835%5Cudd50%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FZ%2Fg%2C%20%22%5Cu2124%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20a%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20italicText%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%2Fg%2C%20%22%5Cud835%5Cude22%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fb%2Fg%2C%20%22%5Cud835%5Cude23%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fc%2Fg%2C%20%22%5Cud835%5Cude24%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fd%2Fg%2C%20%22%5Cud835%5Cude25%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fe%2Fg%2C%20%22%5Cud835%5Cude26%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ff%2Fg%2C%20%22%5Cud835%5Cude27%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fg%2Fg%2C%20%22%5Cud835%5Cude28%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fh%2Fg%2C%20%22%5Cud835%5Cude29%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fi%2Fg%2C%20%22%5Cud835%5Cude2a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fj%2Fg%2C%20%22%5Cud835%5Cude2b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fk%2Fg%2C%20%22%5Cud835%5Cude2c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fl%2Fg%2C%20%22%5Cud835%5Cude2d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fm%2Fg%2C%20%22%5Cud835%5Cude2e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fn%2Fg%2C%20%22%5Cud835%5Cude2f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fo%2Fg%2C%20%22%5Cud835%5Cude30%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fp%2Fg%2C%20%22%5Cud835%5Cude31%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fq%2Fg%2C%20%22%5Cud835%5Cude32%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fr%2Fg%2C%20%22%5Cud835%5Cude33%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fs%2Fg%2C%20%22%5Cud835%5Cude34%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ft%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%5Cud835%5Cude35%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fu%2Fg%2C%20%22%5Cud835%5Cude36%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fv%2Fg%2C%20%22%5Cud835%5Cude37%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fw%2Fg%2C%20%22%5Cud835%5Cude38%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fx%2Fg%2C%20%22%5Cud835%5Cude39%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fy%2Fg%2C%20%22%5Cud835%5Cude3a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fz%2Fg%2C%20%22%5Cud835%5Cude3b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FA%2Fg%2C%20%22%5Cud835%5Cude08%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FB%2Fg%2C%20%22%5Cud835%5Cude09%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FC%2Fg%2C%20%22%5Cud835%5Cude0a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FD%2Fg%2C%20%22%5Cud835%5Cude0b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FE%2Fg%2C%20%22%5Cud835%5Cude0c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FF%2Fg%2C%20%22%5Cud835%5Cude0d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FG%2Fg%2C%20%22%5Cud835%5Cude0e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FH%2Fg%2C%20%22%5Cud835%5Cude0f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FI%2Fg%2C%20%22%5Cud835%5Cude10%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FJ%2Fg%2C%20%22%5Cud835%5Cude11%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FK%2Fg%2C%20%22%5Cud835%5Cude12%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FL%2Fg%2C%20%22%5Cud835%5Cude13%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FM%2Fg%2C%20%22%5Cud835%5Cude14%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FN%2Fg%2C%20%22%5Cud835%5Cude15%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FO%2Fg%2C%20%22%5Cud835%5Cude16%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FP%2Fg%2C%20%22%5Cud835%5Cude17%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FQ%2Fg%2C%20%22%5Cud835%5Cude18%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FR%2Fg%2C%20%22%5Cud835%5Cude19%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FS%2Fg%2C%20%22%5Cud835%5Cude1a%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FT%2Fg%2C%20%22%5Cud835%5Cude1b%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FU%2Fg%2C%20%22%5Cud835%5Cude1c%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FV%2Fg%2C%20%22%5Cud835%5Cude1d%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FW%2Fg%2C%20%22%5Cud835%5Cude1e%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FX%2Fg%2C%20%22%5Cud835%5Cude1f%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FY%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%5Cud835%5Cude20%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FZ%2Fg%2C%20%22%5Cud835%5Cude21%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20a%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20boldText%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%2Fg%2C%20%22%5Cud835%5Cuddee%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fb%2Fg%2C%20%22%5Cud835%5Cuddef%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fc%2Fg%2C%20%22%5Cud835%5Cuddf0%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fd%2Fg%2C%20%22%5Cud835%5Cuddf1%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fe%2Fg%2C%20%22%5Cud835%5Cuddf2%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ff%2Fg%2C%20%22%5Cud835%5Cuddf3%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fg%2Fg%2C%20%22%5Cud835%5Cuddf4%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fh%2Fg%2C%20%22%5Cud835%5Cuddf5%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fi%2Fg%2C%20%22%5Cud835%5Cuddf6%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fj%2Fg%2C%20%22%5Cud835%5Cuddf7%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fk%2Fg%2C%20%22%5Cud835%5Cuddf8%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fl%2Fg%2C%20%22%5Cud835%5Cuddf9%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fm%2Fg%2C%20%22%5Cud835%5Cuddfa%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fn%2Fg%2C%20%22%5Cud835%5Cuddfb%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fo%2Fg%2C%20%22%5Cud835%5Cuddfc%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fp%2Fg%2C%20%22%5Cud835%5Cuddfd%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fq%2Fg%2C%20%22%5Cud835%5Cuddfe%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fr%2Fg%2C%20%22%5Cud835%5Cuddff%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fs%2Fg%2C%20%22%5Cud835%5Cude00%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ft%2Fg%2C%20%22%5Cud835%5Cude01%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fu%2Fg%2C%20%22%5Cud835%5Cude02%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fv%2Fg%2C%20%22%5Cud835%5Cude03%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fw%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%5Cud835%5Cude04%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fx%2Fg%2C%20%22%5Cud835%5Cude05%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fy%2Fg%2C%20%22%5Cud835%5Cude06%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fz%2Fg%2C%20%22%5Cud835%5Cude07%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FA%2Fg%2C%20%22%5Cud835%5Cuddd4%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FB%2Fg%2C%20%22%5Cud835%5Cuddd5%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FC%2Fg%2C%20%22%5Cud835%5Cuddd6%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FD%2Fg%2C%20%22%5Cud835%5Cuddd7%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FE%2Fg%2C%20%22%5Cud835%5Cuddd8%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FF%2Fg%2C%20%22%5Cud835%5Cuddd9%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FG%2Fg%2C%20%22%5Cud835%5Cuddda%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FH%2Fg%2C%20%22%5Cud835%5Cudddb%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FI%2Fg%2C%20%22%5Cud835%5Cudddc%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FJ%2Fg%2C%20%22%5Cud835%5Cudddd%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FK%2Fg%2C%20%22%5Cud835%5Cuddde%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FL%2Fg%2C%20%22%5Cud835%5Cudddf%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FM%2Fg%2C%20%22%5Cud835%5Cudde0%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FN%2Fg%2C%20%22%5Cud835%5Cudde1%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FO%2Fg%2C%20%22%5Cud835%5Cudde2%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FP%2Fg%2C%20%22%5Cud835%5Cudde3%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FQ%2Fg%2C%20%22%5Cud835%5Cudde4%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FR%2Fg%2C%20%22%5Cud835%5Cudde5%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FS%2Fg%2C%20%22%5Cud835%5Cudde6%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FT%2Fg%2C%20%22%5Cud835%5Cudde7%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FU%2Fg%2C%20%22%5Cud835%5Cudde8%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FV%2Fg%2C%20%22%5Cud835%5Cudde9%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FW%2Fg%2C%20%22%5Cud835%5Cuddea%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FX%2Fg%2C%20%22%5Cud835%5Cuddeb%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FY%2Fg%2C%20%22%5Cud835%5Cuddec%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FZ%2Fg%2C%20%22%5Cud835%5Cudded%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20strikeText%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).style.direction%20%3D%20%22ltr%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%2Fg%2C%20%22a%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fb%2Fg%2C%20%22b%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fc%2Fg%2C%20%22c%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fd%2Fg%2C%20%22d%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fe%2Fg%2C%20%22e%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ff%2Fg%2C%20%22f%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fg%2Fg%2C%20%22g%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fh%2Fg%2C%20%22h%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fi%2Fg%2C%20%22i%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fj%2Fg%2C%20%22j%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fk%2Fg%2C%20%22k%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fl%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22l%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fm%2Fg%2C%20%22m%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fn%2Fg%2C%20%22n%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fo%2Fg%2C%20%22o%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fp%2Fg%2C%20%22p%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fq%2Fg%2C%20%22q%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fr%2Fg%2C%20%22r%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fs%2Fg%2C%20%22s%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Ft%2Fg%2C%20%22t%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fu%2Fg%2C%20%22u%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fv%2Fg%2C%20%22v%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fw%2Fg%2C%20%22w%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fx%2Fg%2C%20%22x%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fy%2Fg%2C%20%22y%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fz%2Fg%2C%20%22z%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FA%2Fg%2C%20%22A%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FB%2Fg%2C%20%22B%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FC%2Fg%2C%20%22C%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FD%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22D%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FE%2Fg%2C%20%22E%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FF%2Fg%2C%20%22F%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FG%2Fg%2C%20%22G%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FH%2Fg%2C%20%22H%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FI%2Fg%2C%20%22I%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FJ%2Fg%2C%20%22J%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FK%2Fg%2C%20%22K%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FL%2Fg%2C%20%22L%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FM%2Fg%2C%20%22M%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FN%2Fg%2C%20%22N%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FO%2Fg%2C%20%22O%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FP%2Fg%2C%20%22P%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FQ%2Fg%2C%20%22Q%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FR%2Fg%2C%20%22R%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FS%2Fg%2C%20%22S%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FT%2Fg%2C%20%22T%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FU%2Fg%2C%20%22U%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FV%2Fg%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22V%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FW%2Fg%2C%20%22W%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FX%2Fg%2C%20%22X%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FY%2Fg%2C%20%22Y%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2FZ%2Fg%2C%20%22Z%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F!%2Fg%2C%20%22!%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%5C%3F%2Fg%2C%20%22%3F%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%5B.%5D%2Fg%2C%20%22.%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%20%2Fg%2C%20%22-%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%5B(%5D%2Fg%2C%20%22(%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%5B)%5D%2Fg%2C%20%22)%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%5B%3B%5D%2Fg%2C%20%22%3B%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2F%5B%22%5D%2Fg%2C%20%22%3B%5Cu0336%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20a%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20flipText%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.split(%22%22).reverse().join(%22%22)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.toLowerCase()%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20b%20%3D%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%3A%20%22%5Cu0250%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20b%3A%20%22q%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c%3A%20%22%5Cu0254%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20d%3A%20%22p%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20e%3A%20%22%5Cu01dd%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20f%3A%20%22%5Cu025f%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20g%3A%20%22b%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20h%3A%20%22%5Cu0265%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20i%3A%20%22%5Cu0131%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20j%3A%20%22%5Cu027e%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20k%3A%20%22%5Cu029e%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20l%3A%20%22%5Cu05df%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20m%3A%20%22%5Cu026f%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20n%3A%20%22u%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20o%3A%20%22o%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20p%3A%20%22d%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20q%3A%20%22b%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20r%3A%20%22%5Cu0279%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20s%3A%20%22s%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20t%3A%20%22%5Cu0287%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20u%3A%20%22n%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20v%3A%20%22%5Cu028c%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20w%3A%20%22%5Cu028d%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20x%3A%20%22x%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20y%3A%20%22%5Cu028e%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20z%3A%20%22z%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%3F%22%3A%20%22%5Cu00bf%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22!%22%3A%20%22%5Cu00a1%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%2C%22%3A%20%22%27%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%27%22%3A%20%22%2C%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22.%22%3A%20%22%5Cu02d9%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%26%22%3A%20%22%5Cu214b%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%7Cb%7Cc%7Cd%7Ce%7Cf%7Cg%7Ch%7Ci%7Cj%7Ck%7Cl%7Cm%7Cn%7Co%7Cp%7Cq%7Cr%7Cs%7Ct%7Cu%7Cv%7Cw%7Cx%7Cy%7Cz%7C!%7C%2C%7C%27%7C%5C%3F%7C%5C.%7C%26%2Fg%2C%20function(a)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20b%5Ba%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20squareText%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20a%20%3D%20document.getElementById(%22myTextarea%22).value%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.toLowerCase()%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20var%20b%20%3D%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%3A%20%22%5Cud83c%5Cudd70%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20b%3A%20%22%5Cud83c%5Cudd71%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20c%3A%20%22%5Cud83c%5Cudd72%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20d%3A%20%22%5Cud83c%5Cudd73%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20e%3A%20%22%5Cud83c%5Cudd74%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20f%3A%20%22%5Cud83c%5Cudd75%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20g%3A%20%22%5Cud83c%5Cudd76%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20h%3A%20%22%5Cud83c%5Cudd77%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20i%3A%20%22%5Cud83c%5Cudd78%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20j%3A%20%22%5Cud83c%5Cudd79%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20k%3A%20%22%5Cud83c%5Cudd7a%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20l%3A%20%22%5Cud83c%5Cudd7b%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20m%3A%20%22%5Cud83c%5Cudd7c%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20n%3A%20%22%5Cud83c%5Cudd7d%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20o%3A%20%22%5Cud83c%5Cudd7e%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20p%3A%20%22%5Cud83c%5Cudd7f%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20q%3A%20%22%5Cud83c%5Cudd80%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20r%3A%20%22%5Cud83c%5Cudd81%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20s%3A%20%22%5Cud83c%5Cudd82%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20t%3A%20%22%5Cud83c%5Cudd83%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20u%3A%20%22%5Cud83c%5Cudd84%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20v%3A%20%22%5Cud83c%5Cudd85%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20w%3A%20%22%5Cud83c%5Cudd86%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20x%3A%20%22%5Cud83c%5Cudd87%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20y%3A%20%22%5Cud83c%5Cudd88%22%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20z%3A%20%22%5Cud83c%5Cudd89%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20a%20%3D%20a.replace(%2Fa%7Cb%7Cc%7Cd%7Ce%7Cf%7Cg%7Ch%7Ci%7Cj%7Ck%7Cl%7Cm%7Cn%7Co%7Cp%7Cq%7Cr%7Cs%7Ct%7Cu%7Cv%7Cw%7Cx%7Cy%7Cz%2Fg%2C%20function(a)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20b%5Ba%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20clearText%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).setAttribute(%22rows%22%2C%205)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22myTextarea%22).value%20%3D%20%22%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22target%22).innerHTML%20%3D%20%22%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%3Ch2%20style%3Dcolor%3Ared%3B%3E%20%26nbsp%3B%20Cleared!%3C%2Fh2%3E%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20setTimeout(function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22blurb%22).innerHTML%20%3D%20%22%26nbsp%3B%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%201E3)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20!1%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20closeIt%20%3D%20function()%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20document.getElementById(%22mymenu%22).remove()%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%0A%0A%20%20%20%20%20%20%20%20block_to_insert%2C%20container_block%3B%0A%20%20%20%20%20%20%20%20block_to_insert%20%3D%20document.createElement(%22div%22)%3B%0A%20%20%20%20%20%20%20%20block_to_insert.id%20%3D%20%22mymenu%22%3B%0A%0A%20%20%20%20%20%20%20%20%2F*%20Create%20our%20stylesheet%20*%2F%0A%20%20%20%20%20%20%20%20%20var%20style%20%3D%20document.createElement(%22style%22)%3B%0A%20%20%20%20%20%20%20%20%20style.innerHTML%20%3D%0A%20%20%20%20%20%20%20%20%20%09%22%23mymenu%20a%3Alink%7Bcolor%3A%2300FF00%3Btext-decoration%3Anone%3Bfont-size%3A%2012px%3Bborder%3A0%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20a%3Ahover%7Bcolor%3A%230000FF%3Btext-decoration%3Aunderline%3B%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20%7Bfont-size%3A12px%3Bfont-family%3Aarial%2Cverdana%2Csans%3B%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20.yellow%20a%3Alink%7Bcolor%3Ayellow%7D%22%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20img%7Bheight%3A%2014px%3B%20margin-left%3A%20auto%3B%20margin-right%3A%20auto%3B%7D%22%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20.x%7Bfont-size%3A%2020px%3B%20text-align%3Aright%3B%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20td%20%7Bborder%3A%200%3B%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20td.x%20%7Bvertical-align%3Atop%3B%20text-align%3Aright%3B%20font-size%3A20px%3B%20color%3A%23F00%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20td%2C%20th%20%7Btext-align%3A%20left%3B%20padding%3A%201px%201px%3B%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20button%7Bvetical-align%3Acenter%3Bcursor%3Apointer%3Bheight%3A14px%3Bbackground-color%3A%23ccc%3Bborder%3A1px%20solid%20black%3Bcolor%3Ablack%3Bpadding%3A2px%203px%3Btext-align%3Acenter%3Btext-decoration%3Anone%3Bfont-size%3A10px%3Bborder-radius%3A3px%3B-webkit-transition-duration%3A0.4s%3B%20%2F*%20Safari%20*%2Ftransition-duration%3A0.4s%3B%7D%22%20%2B%0A%20%20%20%20%20%20%20%20%20%20%20%22%23mymenu%20button%3Ahover%7Bbackground-color%3A%23fff%3Bcolor%3Ablue%3Bborder%3A1px%20solid%20blue%7D%22%0A%20%20%20%20%20%20%20%20%20%20%20%3B%0A%0A%20%20%20%20%20%20%20%20%20%2F*%20Get%20the%20first%20script%20tag%20*%2F%0A%20%20%20%20%20%20%20%20%20var%20ref%20%3D%20document.querySelector(%22script%22)%3B%0A%0A%20%20%20%20%20%20%20%20%20%2F*%20Insert%20new%20styles%20before%20the%20first%20script%20tag%20*%2F%0A%20%20%20%20%20%20%20%20%20ref.parentNode.insertBefore(style%2C%20ref)%3B%0A%0A%20%20%20%20%20%20%20%20block_to_insert.innerHTML%20%3D%20%22%3Cdiv%20style%3Dfloat%3Aleft%3B%3E%20Modify%20some%20text%20or%20select%20special%20characters%3A%3Cbr%3E%3Ctable%3E%3Ctr%3E%3Ctd%3E%3Ctextarea%20id%3DmyTextarea%20placeholder%3DEnter%26nbsp%3BYour%26nbsp%3BText%26nbsp%3BHere%20rows%3D5%20cols%3D50%3E%3C%2Ftextarea%3E%3C%2Ftd%3E%3Ctd%3E%20%3Ctextarea%20id%3Dtarget%20placeholder%3DYour%26nbsp%3BText%26nbsp%3BWill%26nbsp%3BAppear%26nbsp%3BHere%20rows%3D5%20cols%3D50%3E%3C%2Ftextarea%3E%3C%2Ftd%3E%3Ctd%20valign%3Dtop%3E%20%26nbsp%3B%20%3Cbutton%20type%3Dbutton%20onClick%3DflipText()%20title%3DFlip%26nbsp%3Btext%26nbsp%3Bupside-down!%3EFlip%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20onClick%3DstrikeText()%20title%3DStrike%26nbsp%3BOut%26nbsp%3BText%3EStrike%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20title%3DBold%26nbsp%3BFace%26nbsp%3BText%20onClick%3DboldText()%3EBold%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20title%3DItalicize%20onClick%3DitalicText()%3EItalics%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20title%3DFancy%26nbsp%3BScript%20onClick%3Dscript()%3E%5Cud835%5Cudc9c%5Cu212c%5Cud835%5Cudc9e%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20title%3DDoubleStruck%20onClick%3DdoubleStruck()%3E%5Cud835%5Cudd38%5Cud835%5Cudd39%5Cu2102%3C%2Fbutton%3E%20%3Cbutton%20type%3Dbutton%20title%3DSquare%26nbsp%3BText%20onClick%3DsquareText()%3E%5Cud83c%5Cudd70%5Cud83c%5Cudd71%5Cud83c%5Cudd72%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20onClick%3Dbullets()%20title%3DBullets%3EBullets%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20title%3DArrows%20onClick%3Darrows()%3EArrows%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20title%3DMoney%26nbsp%3Band%26nbsp%3BSymbols%20onClick%3Dmoney()%3E%5Cu20ac%20%5Cu00a3%20%5Cu04b0%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20onClick%3Dwingdings()%20title%3DWingdings%3E%5Cu2709%3C%2Fbutton%3E%20%20%20%3Cbutton%20type%3Dbutton%20onClick%3Dsmileys()%20title%3DSmileys%3E%3A-)%3C%2Fbutton%3E%20%20%3Cbutton%20type%3Dbutton%20onClick%3DclearText()%20title%3DClear%20style%3Dcolor%3Ared%20title%3DReset%26nbsp%3Bfields%3E%26times%3B%3C%2Fbutton%3E%3Cbr%3E%3Cspan%20id%3Dblurb%3E%26nbsp%3B%3C%2Fspan%3E%20%3C%2Ftd%3E%3C%2Ftr%3E%3C%2Ftable%3E%3Cbr%20%2F%3E%3Cdiv%20style%3Dfloat%3Aright%3Bfont-size%3A300%25%3Btext-align%3Aright%3Bposition%3Aabsolute%3Btop%3A0%3Bright%3A25px%3B%3E%3Ca%20style%3Dcolor%3Ared%3Btext-decoration%3Anone%3Btext-align%3Aright%3B%20onClick%3DcloseIt()%3Breturn%26nbsp%3Bfalse%3B%20href%3D%23%20title%3DClose%26nbsp%3Bthis%3E%26times%3B%3C%2Fa%3E%3C%2Fdiv%3E%22%3B%0A%20%20%20%20%20%20%20%20container_block%20%3D%20document.getElementsByTagName(%22body%22)%5B0%5D%3B%0A%20%20%20%20%20%20%20%20container_block.appendChild(block_to_insert)%3B%0A%20%20%20%20%20%20%20%20mymenu.setAttribute(%22style%22%2C%20%22width%3A100%25%3Bborder-style%3Asolid%26nbsp%3B2px%3B%20border-color%3A%23888%3B%20background-color%3A%23ddd%3Bcolor%3A%23000%3Bfont-family%3Aarial%2Csans%2Cverdana%3Bfont-size%3A10px%3Bz-index%3A10000%3Bdisplay%3Ainline-block%3Bline-height%3A1!important%3Boverflow%3Avisible%3Bposition%3Afixed%3Btop%3A0%3Bpadding%3A2px%205px%3B%22)%0A%20%20%20%20%7D%3B%0A' title="Flip Text / Strike Text">FlipText</a></td><td>Flip Text / Strike Text / Bold / Italics, etc...<br /><i class="gray">Lets you flip text to appear written upside down, or strike text.(ʇxǝʇ dılɟ, s̶t̶r̶i̶k̶e̶ t̶e̶x̶t̶)</td></tr> | |
<tr><td><a class="button" href="javascript: if(document.getElementById('mymenu')) { | |
document.getElementById('mymenu').remove(); | |
}else{ | |
var block_to_insert ; | |
var container_block ; | |
block_to_insert = document.createElement('div'); | |
block_to_insert.id = 'mymenu'; | |
block_to_insert.innerHTML = '<div id="up"> </div> <a href="#">↑<sub>Upvote</sub></a> <br /><br /><a href="#">↓<sub>DownVote</sub></a><br /><hr />Old/New<br /><hr /><a href="#">Stealth</a><br /><hr />Coder<hr/>Inject CSS'; | |
container_block = document.getElementsByTagName('body')[0]; | |
container_block.appendChild(block_to_insert); | |
mymenu.setAttribute('style', 'height:160px; width:80px; background-color:#000; color:red; float:left; font-family:arial,sans,verdana; font-size:12px; z-index:10000; display: inline-block;line-height:unset!important; line-height:1!important; overflow:visible; position:fixed; top: 0; padding:2px 5px;'); | |
}" title="DropDown Menu Bookmarklet">Dropdown</a></td><td>A Bookmarklet that creates a static DropDown Menu.<br /> | |
<i class="gray">Click it to show, click again to toggle off. Ready for your experiments/projects!</i></td></tr> | |
<tr><td colspan="2" class="green"><br /><b>Drag & Drop does not work for this bookmarklet! (Unless you encode it!)</b><br /><i>You MUST create and then Edit a bookmarklet by copying and pasting the code.</i><br /> </td></tr> | |
<tr><td colspan="2"><textarea rows="8" cols="75">This is a test bookmarklet which works with plain HTML - although Drag & Drop does not work... | |
Feel free to fork this project if you have some ideas/input.</textarea></td></tr> | |
<tr><td colspan="2"><h2>RAW CODE:</h2><textarea rows="15" cols="75">javascript: if(document.getElementById('mymenu')) { document.getElementById('mymenu').remove(); }else{ var block_to_insert ; var container_block ; block_to_insert = document.createElement('div'); block_to_insert.id = 'mymenu'; block_to_insert.innerHTML = '---PUT YOUR HTML OR FUNCTIONALITY HERE!-- DO NOT USE QUOTES! '; container_block = document.getElementsByTagName('body')[0]; container_block.appendChild(block_to_insert); mymenu.setAttribute('style', 'height:160px; width:80px; background-color:#000; color:red; float:left; font-family:arial,sans,verdana; font-size:12px; z-index:10000; display: inline-block;line-height:unset!important; line-height:1!important; overflow:visible; position:fixed; top: 0; padding:2px 5px;'); }</textarea></td></tr> | |
<tr><td colspan="2"><a name="gmailer"><hr /></a></td></tr> | |
<tr><td colspan="2"><h2>Raw Code for Gmail→SMS</h2></td></tr> | |
<tr><td colspan="2"><textarea rows="75" cols="120"> | |
if (document.getElementById("mymenu")) { | |
document.getElementById("mymenu").remove(); | |
} else { | |
function remMen() { document.getElementById("mymenu").remove(); | |
} | |
var ops = document.getElementsByName("operator"); | |
function getOperator() { | |
for (var i = 0, length = ops.length; i < length; i++) { | |
if (ops[i].checked) { | |
return ops[i].value; | |
} | |
} | |
} | |
function sendIt() { | |
console.log("Here"); | |
var popw = "", | |
Q = "", | |
d = document, | |
w = window; | |
console.log("DWERE", d.selection, w.getSelection()); | |
if (d.selection) { | |
console.log("here1"); | |
Q = d.selection.createRange().text; | |
} else if (w.getSelection) { | |
console.log("here2"); | |
Q = w.getSelection(); | |
} else if (d.getSelection) { | |
console.log("here3"); | |
Q = d.getSelection(); | |
} | |
var recip = document.getElementById("numero").value; | |
recip = recip.split("-").join(""); | |
recip = recip.split(" ").join(""); | |
recip = recip.replace(/[()]/g, ""); | |
popw = w.open( | |
"http://mail.google.com/mail/s?view=cm&fs=1&tf=1&to=" + | |
recip + | |
"@" + | |
getOperator() + | |
"&su=" + | |
encodeURIComponent(d.title) + | |
"&body=" + | |
encodeURIComponent(Q) + | |
escape("%5Cn%5Cn") + | |
encodeURIComponent(d.location) + "&zx=RANDOMCRAP&shva=1&disablechatbrowsercheck=1&ui=1", | |
"gmailForm", | |
"scrollbars=yes,width=680,height=575,top=175,left=75,status=no,resizable=yes" | |
); | |
if (!d.all) | |
setTimeout(function() { | |
popw.focus(); | |
}, 50); | |
} | |
var block_to_insert = document.createElement("div"); | |
block_to_insert.id = "mymenu"; | |
block_to_insert.innerHTML = | |
"<div style=float:right><a href=# onClick=remMen() style=color:red;size:400%;text-decoration:none; title=Cancel>×</a></div><br><table><tr><td width=25% ><h3>📱 Send Text to Mobile Phone. </h2><br /><form id=messager name=messager><input type=text size=37 id=numero name=numero placeholder=Enter mobile number here maxlength=14 required /><br /><sup style=color:gray;size:70%><i>Your highlighted text will be sent via Gmail.</i></sup><br/><br /><input type=button name=send value=send onClick='sendIt()'/></td><td width=25%><b>Please choose an operator:</b><br /><label><input type=radio name=operator value=txt.att.net required> AT&T</label><br /><label><input type=radio name=operator value=tmomail.net> T-Mobile</label><br /><label><input type=radio name=operator value=messaging.sprintpcs.com> Sprint PCS</label><br /><label><input type=radio name=operator value=vtext.com> Verizon</label><br /><label><input type=radio name=operator value=sms.cricketwireless.net> Cricket</label><br /><label><input type=radio name=operator value=email.uscc.net> US Cellular</label><br /><label><input type=radio name=operator value=vmobl.com> Virgin Mobile</label><br /><label><input type=radio name=operator value=smsmyboostmobile.com> Boost</label><br /><input type=hidden name=operator value=YOU MUST CHOOSE AN OPERATOR! checked=checked/></td></tr></form></table><div style=float:right><a href=https://realphonevalidation.com/resources/phone-carrier-lookup/#gf_44 target=_blank style=color:blue;size:400%;text-decoration:none; title=Look up Carrier>LookUp Carrier ⓘ</a></div>"; | |
var container_block = document.getElementsByTagName("body")[0]; | |
container_block.appendChild(block_to_insert); | |
mymenu.setAttribute( | |
"style", | |
"margin-left:auto;margin-right:auto;height:16rem;width:50%;background-color:#FFFF00;border-style:outset;color:black;float:left;font-family:arial,sans,verdana;font-size:1rem!important;font-size:100%!important;z-index:10000;display:inline-block;line-height:1!important;overflow:visible;position:fixed;top:0;padding:2px 5px;" | |
); | |
} | |
</textarea> </td></tr> | |
<tr><td colspan="2"> | |
<h2>Raw Code for Form Hacker</h2> | |
<textarea rows="75" cols="120"> | |
javascript: | |
if(document.getElementById('mymenu')) { | |
document.getElementById('mymenu').remove(); | |
}else{ | |
function cancel(){document.getElementById('mymenu').remove();} | |
function reset() { | |
var inputs = document.getElementsByTagName('input'); | |
for(var i=0; i<inputs.length; i++){ | |
if(inputs[i].getAttribute('type')!=='submit'){ | |
document.getElementsByTagName('input')[i].value = null; | |
document.getElementsByTagName('input')[i].checked = false; | |
} | |
} | |
var textz = document.getElementsByTagName('textarea'); | |
for(var i=0; i<textz.length; i++){ | |
document.getElementsByTagName('textarea')[i].value = ''; | |
} | |
} | |
function travoltaPulp(){var travoltaWTF = document.getElementById('travoltaWTF'); | |
if(travoltaWTF){ | |
document.getElementById('travoltaWTF').remove(); | |
} else { | |
var travolta = document.createElement('img'); | |
travolta.setAttribute('id', 'travoltaWTF'); | |
travolta.src='https://i.imgur.com/Yc0G92s.gif';travolta.alt='WTF!'; | |
travolta.style.position='fixed'; | |
travolta.style.left='0'; | |
travolta.style.top='10%'; | |
travolta.style.zIndex='10000'; | |
document.body.appendChild(travolta); | |
} | |
} | |
function showPass(){ | |
var p=r(); function r(){var g=0; | |
var x=false;var x=z(document.forms); | |
g=g+1; var w=window.frames; for(var k=0;k<w.length;k++) { | |
var x = ((x) || (z(w[k].document.forms)));g=g+1; }if (!x) alert('Password not found in ' + g + ' forms'); | |
}function z(f){ var b=false;for(var i=0;i<f.length;i++) { var e=f[i].elements; | |
for(var j=0;j<e.length;j++) { if (h(e[j])) {b=true}}}return b; }function h(ej){var s=''; | |
if (ej.type=='password'){ s=ej.value;if (s!=''){ prompt('Password found ', s) | |
}else{alert('Password is blank') } | |
return true; }} | |
function unRequire() { | |
var req = document.getElementsByTagName('input'); | |
for(var i=0; i<req.length; i++){ | |
document.getElementsByTagName('input')[i].removeAttribute('required'); | |
} | |
} | |
} | |
function unRadio(){var inputs = document.getElementsByTagName('input'); | |
for(var i=0; i<inputs.length; i++){ | |
if(inputs[i].getAttribute('type')=='radio'){ | |
document.getElementsByTagName('input')[i].checked = false; | |
} | |
} | |
} | |
function unCheck() { | |
var inputs = document.getElementsByTagName('input'); | |
for(var i=0; i<inputs.length; i++){ | |
if(inputs[i].getAttribute('type')=='checkbox'){ | |
document.getElementsByTagName('input')[i].checked = false; | |
} | |
} | |
} | |
function checkAll() { | |
var inputs = document.getElementsByTagName('input'); | |
for(var i=0; i<inputs.length; i++){ | |
if(inputs[i].getAttribute('type')=='checkbox'){ | |
document.getElementsByTagName('input')[i].checked = true; | |
} | |
} | |
} | |
function unText() { | |
var inputs = document.getElementsByTagName('input'); | |
for(var i=0; i<inputs.length; i++){ | |
if(inputs[i].getAttribute('type')=='text'){ | |
document.getElementsByTagName('input')[i].value = null; | |
} | |
} | |
} | |
function showMax(){ | |
var a=document.getElementsByTagName('input'); | |
for(i=0;i<a.length;i++){ | |
var b=a[i]; | |
var c = b.getAttribute('maxlength'); | |
maxL = document.getElementsByTagName('input')[i].getAttribute('maxlength'); | |
var pH= 'Maxlength= ' + maxL; | |
b.setAttribute('placeholder', pH); | |
} | |
var maxT=document.getElementsByTagName('textarea'); | |
for(i=0;i<maxT.length;i++){ | |
var x=maxT[i]; | |
var y = x.getAttribute('maxlength'); | |
maxText = document.getElementsByTagName('textarea')[i].getAttribute('maxlength'); | |
var setText = 'Maxlength= ' + maxText; | |
x.innerHTML=setText; | |
} | |
} | |
function reMax() { | |
var x,k,f,j; | |
x=document.forms; | |
for(k=0;k<x.length;++k){ | |
f=x[k]; | |
for(j=0;j<f.length;++j)f[j].removeAttribute('maxLength'); | |
for(j=0;j<f.length;++j)f[j].removeAttribute('minLength'); | |
} | |
} | |
function unDisable(){ | |
var x,k,f,j;x=document.forms; | |
for (k=0;k<x.length;++k){ | |
f=x[k];for(j=0;j<f.length;++j){ | |
f[j].disabled=false; | |
f[j].readOnly=false; | |
}}} | |
function unHide(){var i,f,j,e,div,label,ne; | |
for(i=0;f=document.forms[i];++i)for(j=0;e=f[j];++j)if(e.type=='hidden') { | |
D=document; | |
function C(t){ | |
return D.createElement(t); | |
} function A(a,b){a.appendChild(b); | |
} div=C('div'); | |
label=C('label'); | |
A(div, label); | |
A(label, D.createTextNode(e.name + ': ')); | |
e.parentNode.insertBefore(div, e).style.backgroundColor='yellow'; | |
e.parentNode.removeChild(e); | |
val = document.getElementsByTagName('input')[i].value; | |
idHidden = document.getElementsByTagName('input')[i].id; | |
ne=C('input');/*for ie*/ ne.type='text'; | |
ne.value=e.value; | |
A(label, ne); | |
label.style.MozOpacity='.6'; --j;} | |
inputs[i].getAttribute('type'); | |
ne.placeholder=val; | |
} | |
function toGet(){ | |
var a,b;a=b=0; | |
(function(c){ | |
var d,e,f,g; | |
for(d=0;d<c.length;d++){ | |
try{arguments.callee(c.frames[d]); | |
}catch(h){}}e=c.document.forms; | |
for(f=0;f<e.length;f++){g=e[f]; | |
if(g.method.toLowerCase()=='post'){ | |
g.method='GET'; | |
a++; | |
}b++;}})(top); | |
alert(a+' of '+b+' forms changed from POST to GET');} | |
function htmlreplace(a,b,element){ | |
if(!element)element=document.body; | |
var nodes=element.childNodes; | |
for(var n=0; | |
n<nodes.length;n++){ | |
if(nodes[n].nodeType==Node.TEXT_NODE){ | |
nodes[n].textContent=nodes[n].textContent.replace(new RegExp(a,'gi'),b); | |
}else{ | |
htmlreplace(a,b,nodes[n]); | |
}}} | |
function replaceTxt(){ | |
htmlreplace(prompt('Text to replace:','old'),prompt('Replacement text:','new')); | |
} | |
function infoPop(){var a='<div style=padding:10px;><center><h2><span style=color:#00F>ⓘ</span> FormHacker Toolkit!</h2></center> | |
<table style=border-collapse:collapse;border-color:#ccc;border-style:solid;border-width:1px;padding:3px;margin:3px;> | |
<tr><td><button>Reset</button></td><td> Resets all of the forms on the current page.</td></tr> | |
<tr><td style=background-color:#eee;><button>ShowPassword</button></td><td style=background-color:#eee;> Shows all of the hidden passwords on the current page.</td></tr> | |
<tr><td><button>UnRequire</button></td><td> Makes a required field, unrequired. Submit without entering text or checking a checkbox you do not like.</td></tr> | |
<tr><td style=background-color:#eee;><button>clearText</button></td><td style=background-color:#eee;> Clears just text from all input forms on the current page.</td></tr> | |
<tr><td><button>unRadio</button></td><td> Unselects all radio buttons on the current page.</td></tr> | |
<tr><td style=background-color:#eee;><button>unCheck</button></td><td style=background-color:#eee;> Unchecks all checkboxes on the current page.</td></tr> | |
<tr><td><button>checkAll</button></td><td> Checks All checkboxes on the current page.</td></tr> | |
<tr><td style=background-color:#eee;><button>showMax</button></td><td style=background-color:#eee;> Reveals the Maximum Length for input fields</td></tr> | |
<tr><td><button>NoMaxLength</button></td><td> Removes the Maximum (and Minimum!) Length for input fields</td></tr> | |
<tr><td style=background-color:#eee;><button>unDisable</button></td><td style=background-color:#eee;> Enables any disabled (greyed-out) fields</td></tr> | |
<tr><td><button>unHide</button></td><td>Shows and highlights all hidden elements on the page with their name and value</td></tr> | |
<tr><td style=background-color:#eee;><button>Post2Get</button></td><td style=background-color:#eee;> Converts all forms on the page from "POST" to "GET".</td></tr> | |
<tr><td><button>Find&Replace</button></td><td>Find and replace any word on the page.</td></tr> | |
</table><br><b>Note:</b> <i style=color:#777>These tweaks only work on the client side;<br>server side results may vary.</i><center><br><h2><a href=https://www.zazzle.com/cats_and_dogs/products>Cat Tax</a></h2></center><p> </p><p> </p><p style=color:#ddd;>By 𝔻𝕒𝕟 𝔻𝕖𝕝ℙ𝕖𝕣𝕔𝕚𝕠</p></div>'; | |
w=window.open('','Links','scrollbars,resizable,width=420,height=720');w.document.write(a);} | |
var block_to_insert; | |
var container_block; | |
block_to_insert = document.createElement('div'); | |
block_to_insert.id = 'mymenu'; | |
block_to_insert.innerHTML = '<b>Form Hacker</b> | <button style=color:red title=Resets entire Page\/Form onClick=reset()>Reset</button> | <button title=Reveals Hidden Password onClick=showPass()>ShowPassword</button> | <button title=Change Fields from Required to unRequired onClick=unRequire()>unRequire</button> | <button onClick=unText() title=Clear All Text Fields>clearText</button> | <button onClick=unRadio() title=Deselects All Radio Buttons>unRadio</button> | <button onClick=unCheck() title=Unchecks All Checkboxes>☐ unCheck</button> | <button onClick=checkAll() title=Checks All Checkboxes>☑checkAll</button> | <button onClick=showMax() title=Show maxLength in input field>showMax</button> | <button onClick=reMax() title=Removes Maximum Length>NoMaxLength</button> | <button onClick=unDisable() title=Enables Disabled Fields>unDisable</button> | <button onClick=unHide() title=Shows Hidden Input Fields>unHide</button> | <button title=Change Form from Post to Get onClick=toGet()>Post2Get</button> | <button onClick=replaceTxt() title=Find and Replace text on the page>Find&Replace</button> <a href=#! onClick=travoltaPulp() style=color:#FFF>✈</a><div style=float:right;padding-right:20px;vertical-align:middle;><a href=# style=font-size:150%;text-decoration:none; title=To top of page.>↑</a> <a href=# onClick=infoPop(); title=Information style=cursor:pointer;color:blue;text-decoration:none;font-size:120%;>ⓘ</a> <a style=text-decoration:none;color:red;cursor:pointer;font-size:150%; onClick=cancel() title=Close>×</a></div>'; | |
container_block = document.getElementsByTagName('body')[0]; | |
container_block.appendChild(block_to_insert); | |
mymenu.setAttribute('style', 'height:24px;width:100%;border-style:solid 2px; border-color:#888; background-color:#ddd;color:#000;font-family:arial,sans,verdana;font-size:10px;z-index:10000;display:inline-block;line-height:1!important;overflow:visible;position:fixed;top:0;padding:2px 5px;') | |
; | |
} | |
</textarea> </td></tr> | |
</table> |
This file contains hidden or 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
body { | |
background-color:#000; | |
text-align:center; | |
padding-top:1px; | |
color:#fff; font-family:arial, sans, verdana; | |
font-size:15px; | |
} | |
.button { | |
-moz-box-shadow: 0px 1px 0px 0px #fff6af; | |
-webkit-box-shadow: 0px 1px 0px 0px #fff6af; | |
box-shadow: 0px 1px 0px 0px #fff6af; | |
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23)); | |
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%); | |
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%); | |
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%); | |
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%); | |
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%); | |
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0); | |
background-color:#ffec64; | |
-moz-border-radius:6px; | |
-webkit-border-radius:6px; | |
border-radius:6px; | |
border:1px solid #ffaa22; | |
display:inline-block; | |
cursor:pointer; | |
color:#333333; | |
font-family:Arial; | |
font-size:15px; | |
font-weight:bold; | |
padding:6px 24px; | |
text-decoration:none; | |
text-shadow:0px 1px 0px #ffee66; | |
} | |
.button:hover { | |
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64)); | |
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%); | |
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%); | |
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%); | |
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%); | |
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%); | |
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0); | |
background-color:#ffab23; | |
} | |
.button:active { | |
position:relative; | |
top:1px; | |
} | |
table.center { | |
margin-left:auto; | |
margin-right:auto; | |
text-align:left; | |
table-border:1px #ff0; | |
border-collapse: collapse; | |
} | |
table, th, td { | |
border: 1px solid #888; | |
padding: 8px 10px; | |
} | |
tr.red {background-color:#660000} | |
.gray {color:#888} | |
.green {color:#0f0} | |
.blue {color:#66ffff} | |
h2 {text-align:center; vertical-align:text-bottom; color:#0FF} | |
h3 {text-align:center; vertical-align:text-bottom; color:#0FF} | |
th {font-size:170%; color:#0FF; text-align:center;} | |
th.reddit {color:#c62d1f;} | |
///// REDDIT BUTTON STYLE //// | |
.redbutton { | |
-moz-box-shadow: 3px 4px 0px 0px #8a2a21; | |
-webkit-box-shadow: 3px 4px 0px 0px #8a2a21; | |
box-shadow: 3px 4px 0px 0px #8a2a21; | |
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437)); | |
background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%); | |
background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%); | |
background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%); | |
background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%); | |
background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%); | |
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0); | |
background-color:#c62d1f; | |
-moz-border-radius:18px; | |
-webkit-border-radius:18px; | |
border-radius:18px; | |
border:1px solid #d02718; | |
display:inline-block; | |
cursor:pointer; | |
color:#ffffff; | |
font-family:Arial; | |
font-size:17px; | |
padding:7px 25px; | |
text-decoration:none; | |
text-shadow:0px 1px 0px #810e05; | |
} | |
.redbutton:hover { | |
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f)); | |
background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%); | |
background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%); | |
background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%); | |
background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%); | |
background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%); | |
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0); | |
background-color:#f24437; | |
} | |
.redbutton:active { | |
position:relative; | |
top:1px; | |
} | |
.green {color:#0F0} | |
.orange {color:#FF7F50} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment