Here is the script, which is tricky to
read because it is contained within a one - line, encoded URL:
javascript:(function(){var%20a=document.getElementsByTagName(???a??™);for(var%20i=0,j=a
.length;i%3Cj;i++){a[i].setAttribute(???target??™,??™_blank??™);var%20img=document.createEl
ement(???img??™);img.setAttribute(???class??™,%20??™newwindow??™);
img.setAttribute(???src??™,??™data:image/gif;base64,??™+??™R0lGODlhEAAMALMLAL66tBISE
jExMdTQyBoaGjs7OyUlJWZmZgAAAMzMzP///////wAAAAAAAAAAAAAA??™+??™ACH5BAEAAAsALAAAAAAQAAwAA
AQ/cMlZqr2Tps13yVJBjOT4gYairqohCTDMsu4iHHgwr7UA/LqdopZS??™+??™DBBIpGG5lBQH0GgtU9xNJ9XZ1
cnsNicRADs=??™);img.setAttribute(???style??™,??™width:16px!important;height:12px!important;
border:none!important;??™);a[i].appendChild(img);}})();
At the time of this writing, Windows Safari has several issues working with bookmarklets. In order
for this bookmarklet to work on an iPhone synched with Windows Safari, it must be completely
URI encoded:
javascript:(function()%7Bvar%20a%3Ddocument.getElementsByTagName(???a??™)%3Bfor(var%20i
%3D0%2Cj%3Da.length%3Bi%3Cj%3Bi%2B%2B)%7Ba%5Bi%5D.setAttribute(???target??™%2C??™_blank??™)
%3Bvar%20img%3Ddocument.createElement(???img??™)%3Bimg.setAttribute(???class??™%2C??™newwindow??™)%
3Bimg.
Pages:
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260