Update Readme

This commit is contained in:
François Vieille 2016-04-28 02:14:31 +02:00
parent 004041be1d
commit f1395af43f
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
## redirect to ***random*** link in current page
__bookmarklet to install : drag and drop __
```
<a href="javascript:(function(){var l=Array.prototype.slice.call(document.getElementsByTagName('a'));for(var i=l.length-1;i>=0;i--){if(/^(#|mailto)/.test(l[i].href.slice(0,1))||l[i].href==document.location.href)l.splice(i,0)};r=l[Math.floor(Math.random()*l.length)].href;console.log(r);document.location.href=r})();">Anywhere</a>
```
__bookmarklet to install : drag and drop__
to be continued