🔗 follow comments on this blog post
javascript:location.href='http://www.backtype.com/home/subscriptions?url='+encodeURIComponent(location.href)
javascript:location.href='http://www.backtype.com/home/subscriptions?url='+encodeURIComponent(location.href)
These mini-JavaScripts are intended to be designers' tools only, and would serve little purpose as part of a page. Each one is custom written for friends or readers.
javascript:var%20fl=document.evaluate(%22//a%5B@class='fulltext'%5D%22,document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);var%20e,i;for(e=null,i=0;(e=fl.snapshotItem(i));i++)%7Bvoid(window.open(e.href));%7D;
البحث عن كلمات عربية باستخدام لغة تخاطب الانترنت الحديثة
Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers
Click it while on a web page containing links to MP3s and it'll squirt out an M3U playlist to play all those tracks.
javascript:var%20b=document.body;if(b)%7Bvoid(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));%7Delse%7Blocation='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)%7D
javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200
javascript:%20(function()%7Btas%20=%20document.getElementsByTagName('textarea');%20for%20(element%20in%20tas)%20%7Bif%20(tas[element].style.direction%20==%20'rtl')%7B%20tas[element].style.direction%20=%20'ltr'%7D%20else%20%7B%20tas[element].style.direction='rtl'%7D%20%7D%7D)()
switch the textareas in a page to a right-to-left direction
javascript:function%20checkem()%7Bvar%20d=window.frames[0]?content.document:document;for(var%20x=0;x%3Cd.forms.length;x++)%7Bvar%20cSet=d.forms[x].elements;for(var%20i=0;i%3CcSet.length;i++)%7Bif(cSet[i].type=='checkbox')%7BcSet[i].checked=cSet[i].checked?false:true;%7D%7D%7D%7Dvoid(checkem())