sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
82 stars 22 forks source link

v 0.64-0.65 Manifiest 2.0, AJAX link support, left-click support #1

Closed L422Y closed 11 years ago

L422Y commented 11 years ago

v 0.65 Added support for left-click handling (lawrencealan) Fixed magnet link handling Added support for regular click handling, with regular expression matching of HREF attributes

v 0.64 Upgrade to Manifiest 2.0, AJAX link support (lawrencealan) Upgraded manifest.json and relative files to 2.0 Modified event listeners to use a single global "contextmenu" event listener on the window, so that sites that use AJAX updating to insert new links will work without having to re-scan the DOM for new anchor elements. This is also less work for the browser (versus scanning anchor elements) -- any contextmenu events will bubble up to this listener without having multiples.

sbussetti commented 11 years ago

Hey man, I will read through this tonight -- glad to have a second pair of eyes.