tbx / webmarker

Draw on any website, upload GML + screenshot to the webmarker blog (currently 000000book.com webmarker app stream), twitter it, email it. Activate "Street Mode" to stumple over drawings by other users.
webmarker.me
9 stars 1 forks source link

Implement Drippings + orientation(!!!) #2

Open tbx opened 14 years ago

tbx commented 14 years ago

I WAAANT!!!! :D

Dripping Code from FAT Toyko Fellow: http://userscripts.org/scripts/review/62853

Orientation API (FF 3.6) Article: http://hacks.mozilla.org/2009/10/orientation-for-firefox/ Demo: http://people.mozilla.com/~prouget/demos/orientation/test1.html Code:

window.addEventListener("MozOrientation", function(e) { /* 3 values: e.x, e.y, e.z */ }, true);