This file contains 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
<html> | |
<head> | |
<script> | |
//utilities via AutoPagerize | |
function getElementsByXPath(xpath, node) { | |
var nodesSnapshot = getXPathResult(xpath, node, | |
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE) | |
var data = [] | |
for (var i = 0; i < nodesSnapshot.snapshotLength; i++) { | |
data.push(nodesSnapshot.snapshotItem(i)) |
This file contains 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
diff --git a/LDRize_original.user.js b/LDRize.user.js | |
index c791643..2ba446f 100644 | |
--- a/LDRize_original.user.js | |
+++ b/LDRize.user.js | |
@@ -437,7 +437,7 @@ LDRize.prototype = { | |
if(!p)return; | |
var i=this.img.indicator; | |
i.style.display = 'block'; | |
- i.style.top = (p.y+this.getScrollHeight()-DEFAULT_HEIGHT) + 'px'; | |
+ i.style.top = (p.y+this.scrollHeight) + 'px'; |
This file contains 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
diff --git a/LDRize.user.js b/LDRizeB.user.js | |
index 2ba446f..aae6571 100644 | |
--- a/LDRize.user.js | |
+++ b/LDRizeB.user.js | |
@@ -345,6 +345,7 @@ LDRize.prototype = { | |
if(CSS_HIGHLIGHT_LINK) css += "\n.gm_ldrize_link {" + CSS_HIGHLIGHT_LINK + "}"; | |
if(CSS_HIGHLIGHT_PINNED) css += "\n.gm_ldrize_pinned {" + CSS_HIGHLIGHT_PINNED + "}"; | |
css += ".gm_ldrize_iframe { min-height:200px; position:fixed; bottom:0px; left:0px; right:0px; }"; | |
+ css += "#gm_ldrize_pinlist { max-width:300px; }"; | |
return css; |
This file contains 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 Nintendo president interviwer with autopagerize | |
// @namespace http://d.hatena.ne.jp/t_f_m/ | |
// @description 「社長が訊く」内の文字欠けを何とかする | |
// @include http://www.nintendo.co.jp/*/interview/* | |
// ==/UserScript== | |
function boot(){ | |
window.AutoPagerize = window.AutoPagerize || sharedObject.AutoPagerize; | |
//sharedObjectによる一部オブジェクト共有 | |
//グリモン版を使う場合細工済みのもののみ可 |
This file contains 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
--- test_urger_thread_old.cpp 2012-03-08 11:42:42.570478359 +0900 | |
+++ test_urger_thread.cpp 2012-03-08 11:43:04.921728796 +0900 | |
@@ -1,6 +1,5 @@ | |
#include <iostream> | |
#include <string> | |
-#include <boost/ref.hpp> | |
#include <boost/thread.hpp> | |
using namespace std; | |
@@ -15,7 +14,7 @@ |
This file contains 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 AutoPagerize Filter for NAVER matome | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description NAVERまとめに、AutoPagerizeが適用されるようにします。(Apply "AutoPagerize" to NAVER matome.) | |
// @include http://matome.naver.jp/* | |
// @include http://matome.naver.jp/odai/* | |
// @version 0.1 | |
// ==/UserScript== | |
// Idea of this script based on "misc.AutoPagerize"(http://d.hatena.ne.jp/os0x/20090109/1231489489). |
This file contains 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
diff --git a/LDRize.user.js b/LDRize_mod.user.js | |
index 128fa25..ae7cabd 100644 | |
--- a/LDRize.user.js | |
+++ b/LDRize_mod.user.js | |
@@ -7,7 +7,7 @@ | |
// @include file:///* | |
// ==/UserScript== | |
-const SCRIPT_VERSION = "2011.11.11" //sharedObject | |
+const SCRIPT_VERSION = "2012.06.10" //sharedObject and RegExp |
This file contains 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 AutoPagerize | |
// @namespace http://swdyh.yu.to/ | |
// @description loading next page and inserting into current page. | |
// @include http://* | |
// @include https://* | |
// @exclude https://mail.google.com/* | |
// @exclude http://b.hatena.ne.jp/* | |
// @exclude http://www.facebook.com/plugins/like.php* | |
// @exclude http://api.tweetmeme.com/button.js* |
This file contains 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 mbga single attack supporter | |
// @namespace http://d.hatena.ne.jp/t_f_m/ | |
// @include http://sp.pf.mbga.jp/12008305/* | |
// ==/UserScript== | |
var api = 'http://dojo.sekai.in/api/2/query.json'; | |
// thanks for @sekai67 | |
// http://momoka-sakurai.com/docs/dojolist_api_v2.html | |
var domain = 'http://sp.pf.mbga.jp/12008305/'; | |
var params = '?url=http%3A%2F%2F125.6.169.35%2Fidolmaster%2Fbattles%2Fbattle_check%2F'; |
This file contains 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
(function(){ | |
var advice = function(proceed, args, target, methodName){ | |
var ctx = args[0]; | |
makeOpaqueFlash(ctx.document); | |
var doc = ctx.document; | |
innerDocs = $x('//*[self::iframe or self::frame]', doc, true); | |
innerDocs.forEach(function(frame){ | |
if($x('//*[self::embed or self::object]', frame.contentWindow.document, true).length){ | |
var style = window.getComputedStyle(frame); |
OlderNewer