Private Gist All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are given this private URL. Every gist with this icon () is private. Public Gist Anyone may fork, clone, o... 続きを読む
40,000 More Extensions! Monday, February 01, 2010 Labels: extensions One thing that got lost in the commotion of the extensions launch is a feature that is near and dear to my heart: Google Chrome 4 now natively supports Greasemonkey user scr... 続きを読む
dev, JavaScript, Firefoxというわけで ( http://d.hatena.ne.jp/janus_wel/20080915/1221492867 ) XML-RPC ( http://ja.wikipedia.org/wiki/XML-RPC ) を自分で実装してみた。つーても http://d.hatena.ne.jp/m4i/20051213/1134425307 で公開されてるはてなブ... 続きを読む
Discovery userscripts made your web experience much better. Wescript quick guide Automatic registration Automatically register your userscripts on Wescript. Tracking interested user's userscripts by RSS reader, etc. 続きを読む
以下のエントリ見てamazon断ちをすることに決めた - the cycles of activityグリモン書いた // ==UserScript== // @name Yes Amazon. No Money. // @namespace http://d.hatena.ne.jp/amachang/ // @include http://*.amazon.co.jp/ // @include http://*.amazo... 続きを読む
これはなに? あなたの開発したGreasemonkeyスクリプト(ぐりもん)に、簡単に自動更新機能を付けるためのライブラリです。 Greasemonkey-0.8以降で使える@requireで読み込んで、呼び出しスクリプトを記述するだけで冒頭のイメージのように自動更新機能を付ける... 続きを読む
GreaseKit is a SIMBL plugin, that adds user scripting to Safari, Mailplane, Diet Pibb.app and all WebKit applications. Google Groups Nils Werner created GreaseKit-Users and GreaseKit-Developers on Google Groups. Security Vulnerability Sorry, ... 続きを読む
Checks for updated versions of user scripts that request it, and notifies the user of their existence. Description Checks for updated versions of user scripts that request it, and notifies the user of their existence. ScreenshotHow to use Use... 続きを読む
JavaScript hatenainsertphotooftheda.user.js はてなダイアリーの編集画面で今日の1枚を投稿すると、テキストエリアのカーソル位置にimgタグを追加挿入するGreasemonkeyスクリプトです。はてなフォトライフの投稿の動作に近いです。 前準備として以下などをデ... 続きを読む
あきはばらに行ってきます 17:05 // ==UserScript== // @name nicovideo download // @include http://www.nicovideo.jp/watch/sm* // ==/UserScript== (function() { var vid = document.body.innerHTML.match(/flvplayer\.swf\?v=(\d+)/)[1]; GM_xmlhttpReque... 続きを読む
Webページ上でみんなとわいわいできるGreasemonkeyスクリプトを書きました。wwwlife.user.js 使い方Greasemonkeyが入っているFirefoxでwwwlife.user.jsをクリック、スクリプトをインストールします。メニューの ツール > Greasemonkey > User Script Commands >... 続きを読む
他人のマウスカーソルの位置がある程度リアルタイムに分かるようになるスクリプトです。↓こちらですmouse_lingr.user.js※スクリプト更新しました。最新版はこちらです。使い方 mouser_lingr.user.jsをインストールする適当な、フレームを使っていないページに... 続きを読む
LDC の 100byte 制限,よく引っかかるから前からずっとこれ作りたかったじゃんね. あとでオブジェクト指向で作り直す. prototype,イマイチ理解してないんだよなぁ. 一度考えながらやれば分かると思うんだけど. ああ,あと XPath も. // ==UserScript== //... 続きを読む
Wednesday, February 07, 2007 Greasemonkey 0.6.7: minor UI tweaks + new localizations Greasemonkey 0.6.7.20070131.0 is now available for download. There were only minor changes since 0.6.6: Fixed the manage dialog so that it doesn't bounce aro... 続きを読む
というわけでlingrクライアントに続いてボットを作ってみました。こちら↓です。lingr_bot.user.jslingrのroomページで実行できます。Shiftキーを押しながらaを押すか、ページ上部のroom名が書かれているところの右側あたりに"bot"ボタンをクリックするかすると... 続きを読む
使い方に関するご質問は、お問い合わせもしくははてなサポート掲示板まで。 サービスへのご要望や不具合報告は、はてなアイデアまでお寄せください。 ※コメント欄へのご質問には対応できない場合がございますのでご了承ください。 ■ Greasemonkey用タグ入力補... 続きを読む
Greasemonkeyにこんな↓ような機能があればいいのにと思っていました。・複数のスクリプトをいっぺんにインストールできる・日本語が入っていても大丈夫・自動アップデート機能 ということで、そういう機能をもったGreasemonkeyライクなextensionを作っちゃえば... 続きを読む
■ 「Greasemonkeyスクリプティング TIPS&SAMPLES」と言う本を書きました Firefox 用エクステンション Greasemonkey の解説書を書かせてもらいました。秀和システム さんより、もうすぐ発売されます。300ページとちょっと。 まだ Greasemonkey を使った事がない... 続きを読む
しばらく忙しく更新が滞ってました。 また、ぼちぼちと書きます。 最近、Greasemonkeyスクリプトも作り飽きてきたかなー。 と思っていたのですが、久しぶりに目からウロコなスクリプトを発見!! gotinの日記 - GreasemonkeyでRSSリーダー http://d.hatena.ne.jp/... 続きを読む
何かくっつける系のGreasemonkeyが作りやすくなってます。 エントリごとに表示投稿日時が出てる箇所に追加されます。 window.entry_widgets.add("name", generator , "description"); generatorはfunction(feed,item){ ... }のように無名関数で記述できます。fe... 続きを読む