1
0
Fork 0
mirror of https://github.com/prise6/anywhere synced 2024-05-02 00:42:44 +02:00

Update Readme

This commit is contained in:
François Vieille 2016-04-28 02:14:31 +02:00
parent 004041be1d
commit f1395af43f

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