This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- UserScriptLoader.uc.js.orig 2012-08-31 03:20:30.000000000 +0900 | |
+++ UserScriptLoader.uc.js 2012-08-31 03:20:50.000000000 +0900 | |
@@ -254,6 +254,14 @@ | |
['onload','onerror','onreadystatechange'].forEach(function(k) { | |
if(obj[k] && (typeof(obj[k]) == 'function' || obj[k] instanceof Function)) req[k] = function() { | |
obj[k]({ | |
+ __exposedProps__: { | |
+ status: "r", | |
+ statusText: "r", | |
+ responseHeaders: "r", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//==UserScript== | |
// @name Mouse Gestures | |
// @namespace http://www.xuldev.org/ | |
// @description Lightweight customizable mouse gestures. | |
// @author Gomita | |
// @include main | |
//==/UserScript== | |
var ucjsMouseGestures={ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&& self.dragDropSecurityCheck(event, dragSession, url) は全て削除 | |
1660行目付近削除 | |
if (self.dragDropSecurityCheck(event, dragSession, uri.spec)) { | |
info.urls.push(uri.spec); | |
info.texts.push(uri.spec); | |
info.nodes.push(null); | |
info.files.push(file); | |
info.fname.push(self.candidateFname(null, uri.spec)); | |
} |