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
<?php | |
//165氏の発想をもとに、Opera9で動くことを前提としていろいろいじった。 | |
//php5.2.3(cgi版)+なんかそれに付属してきたmingで動作確認 | |
//オブジェクトとかクラスとか理解していない素人です | |
$useswfversion = 8; | |
$version = "custom_mod " . date('Y-m-d H') . ":00" . $useswfversion; | |
ming_setscale(20.0); | |
ming_useswfversion($useswfversion); |
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 Volumedown for niconico | |
// @namespace http://web.zgo.jp/ | |
// @include http://www.nicovideo.jp/watch/* | |
// ==/UserScript== | |
var VOLUME = 80;//ボリューム | |
var MUTE = 0;//ミュート時のボリューム | |
var w = (typeof unsafeWindow != 'undefined') ? unsafeWindow : window; | |
var deleted = w.so.variables.deleted; | |
//GM_log(deleted); |
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 Nico Nickname | |
// @namespace http://web.zgo.jp/ | |
// @description うp主のニックネームを調べるスクリプト http://script41self.seesaa.net/さんで公開されているものを勝手に改造したものです。 | |
// @include http://www.nicovideo.jp/watch/* | |
// @updated 2008-02-18 19:45:00 | |
// ==/UserScript== | |
(function(){ | |
var video_id = location.href.match(/watch\/[sn]m(\d+)/)[1]; |
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 nico hatebu post | |
// @namespace http://web.zgo.jp/ | |
// @include http://www.nicovideo.jp/* | |
// @exclude http://www.nicovideo.jp/thumb* | |
// @update 2008/12/07 | |
// @version 0.3.3 | |
// ==/UserScript== | |
(function(){ |
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
javascript:(function(){var%20u=location.href;var%20r=/(sm|nm)\d+/g;var%20url=u.match(r);window.open('http://tsukaban.dyndns.org/~tsukaban/nknkchkitem/chkitem.php?id='+url);})() | |
// 再生ページで実行 | |
// http://tsukaban.dyndns.org/~tsukaban/nknkchkitem/ |
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
//権利者削除 | |
done=true%0A | |
user%5Fid=undefined | |
link=undefined | |
error=invalid%5Fv2 | |
url=undefined | |
l=undefined | |
onLoad=%5Btype%20Function%5D" | |
//通常削除 |
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
//権利者削除 | |
done=true%0A | |
user%5Fid=undefined | |
link=undefined | |
error=invalid%5Fv2 | |
url=undefined | |
l=undefined | |
onLoad=%5Btype%20Function%5D" | |
//通常削除 |
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
//権利者削除 | |
done=true%0A | |
user%5Fid=undefined | |
link=undefined | |
error=invalid%5Fv2 | |
url=undefined | |
l=undefined | |
onLoad=%5Btype%20Function%5D" | |
//通常削除 |
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 easy I'm reading now | |
// @namespace http://web.zgo.jp/ | |
// @description Usage: Ctrl + Shift + Enter -> "Browsing: ****" on Twitter! | |
// @include * | |
// @version 0.2 | |
// ==/UserScript== | |
// | |
// last modified: 2007/11/27 10:10:45 | |
// histry : http://twitter.g.hatena.ne.jp/Uchimata/20071008/1191837376 |
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 TwitterAnywhereView | |
// @namespace http://d.hatena.ne.jp/yuroyoro/ | |
// @description show Twitter Anywhere Info | |
// @include http://* | |
// @include https://* | |
// ==/UserScript== | |
(function() { | |
OlderNewer