capture.flickr.js FirefoxでキャプチャしてFlickrにアップロードするJSActionsスクリプト #2008.03.13 « ZeroMemory
といってもCSSだけ...
--- capture.flickr.js.orig Thu Mar 13 21:55:18 2008
+++ capture.flickr.js Fri Mar 14 12:37:01 2008
@@ -7616,7 +7616,7 @@
document.addEventListener( 'mousedown', this.onmousedown, true );
var s = document.createElement('style');
- s.innerHTML = '* {cursor: crosshair !important;}';
+ s.innerHTML = '* {cursor: crosshair !important; -moz-user-select: none;}';
document.body.appendChild(s);
this.style = s;
},
ふむ。便利だ。