Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-williams/anchor-voronoi
Some hacks toward clicking links on webpages with minimal effort.
https://github.com/ryan-williams/anchor-voronoi
Last synced: about 2 months ago
JSON representation
Some hacks toward clicking links on webpages with minimal effort.
- Host: GitHub
- URL: https://github.com/ryan-williams/anchor-voronoi
- Owner: ryan-williams
- Created: 2015-04-27T17:50:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T17:55:08.000Z (over 9 years ago)
- Last Synced: 2024-10-20T07:45:28.740Z (3 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anchor-voronoi
Some hacks toward clicking links on webpages with minimal effort.Currently:
* eval the contents of [`av.js`](av.js) on a page that has [`d3.js`](http://mbostock.github.com/d3/d3.js) already on it
* focus on `` and press any key to toggle a Voronoi-diagram overlay based on all `` tags on the page:![](http://f.cl.ly/items/392k1S0r0M000R2y2q3l/Screen%20Recording%202015-04-27%20at%2012.39%20PM.gif)
Clicking on selected region follows that link.