82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
(function(){var a=document.querySelectorAll('img');[].forEach.call(a,(function(n){n.style.display...
append ssh-protocol for clone on Gist
(function(){var id=(location.pathname.match(/\/.*\/(\w+)/)||[])[1],parent=document.querySelector(...
Gistのページにgit cloneのためのコマンドラインを表示します
(function(){var div=document.getElementsByClassName("export-references")[0];var li=document.creat...
e-honの商品ページのURLをコープデリのブックショップのものに変更して表示させる(コープデリのブック...
(function(){-1!=location.href.search(/http:\/\/www\.e-hon\.ne\.jp\/bec\/SA\//)&&(location.href=lo...
amazonの書籍の商品ページからe-honの書籍商品ページに移動する
location.href="http://www.e-hon.ne.jp/bec/SA/List?cnt=6&yoyaku=1&mode=kodawari&isbn="+document.ge...
hidden header news on nicovideo
(function(){if(!/nicovideo\.jp$/.test(location.hostname))return;(document.querySelector('.textMar...
はてな匿名ダイアリーで全ての折りたたまれたトラックバックを開く。再クリックで全て閉じる。
javascript:(function(){var parents='toggle-image-';selectObj=document.getElementsByClassName('ico...
埋め込まれたニコニコ動画外部プレーヤーにホットリンク(クリックすれば飛べるリンク)を生成
javascript:(function(){var s,i,u,v,d;s=document.getElementsByTagName('script');for(i=0;i<s.length...
GitHub の Wiki で Zen Mode を利用する
(function(){var style_id='m4i-zen-mode';var style=document.getElementById(style_id);if(style){sty...
recover GitHub css (UserScript)
(function(){if(!/github.com$/.test(location.hostname))return;var addCSS=function(){var parent=doc...
ページ中の全てのチェックボックスをONにします
Array.prototype.forEach.call(document.querySelectorAll("input[type='checkbox']"),(function(x){x.s...
jQueryが使われていないページでもjQueryを使えるようにする
var s=document.createElement("script");s.async=true;s.src='//ajax.googleapis.com/ajax/libs/jquery...
fake JavaScript Date()
for(var i=0;i<3;i++){var newDateString=prompt("Enter Date to mock (yyyy/mm/dd)");if(!newDateStrin...
assert open new tab/window or pop-up
(function(){window.open('about:blank')})();
assert open new tab/window or pop-up
(function(){window.open('about:blank')})();
test LOADER and Packed code
(function(){console.log('*jQuery',jQuery.fn.jquery,'loaded')})();
個人的なメモ
func={xhr:{get:function(uri,success,error){var xhr=new XMLHttpRequest;xhr.open("GET",uri);xhr.add...
my bookmarklet
alert("nemui");
HatenaLetでjavascriptを実行する<del>さほど綺麗じゃない(←うるさい)のにボタンに見えない(←うるさい...
(function(){if(document.getElementsByClassName('javascript').length>0){newElem_000001=document.cr...
スターボタンのあたりをマウスでごしごししながら使ってください(謎)see http://rem-nanai.hatenablog...
function selectCharacter(target){var el=$("p:contains("+target+")").contents().filter((function()...