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
svdata={ | |
"api_result": 1, | |
"api_result_msg": "成功", | |
"api_data": { | |
"api_deck_id": 1, | |
"api_formation": [ | |
14, | |
14, | |
2 | |
], |
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
//cf. http://www.openspc2.org/book/IllustratorCS/normal/016/index.html | |
//cf. http://www.openspc2.org/book/IllustratorCS/easy/015/index.html | |
newTxt = prompt(); //任意の文字を入力 | |
txtObj = activeDocument.textArtItems; | |
for (i=0; i<txtObj.length; i++) | |
{ | |
txtObj[i].contents += newTxt; | |
} |
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
"api_hougeki1": { | |
"api_at_list": [ | |
-1, //攻撃順序 | |
1, | |
7, | |
5, | |
3, | |
12, | |
2, | |
4, |
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
/* | |
* Please write the below line into .vimperatorrc. | |
* let g:twittperator_plugin_rtrt = 1 | |
* | |
*/ | |
/* | |
* idea by http://esuji5.hateblo.jp/entry/2014/04/01/233633 | |
*/ | |
(function () { |
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
最初のテキスト | |
改変してみる | |
もひとつ追記 |
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
(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); |
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 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 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 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 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
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 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 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). |
NewerOlder