hotokediary (8)

TSUTAYAの店頭在庫検索結果でこれを使うと表示されてる店舗の在庫を一括で取得し結果を表示します 連続...

prompt('このブックマークレットは使えなくなったので下記URLから再登録お願いします','https://1mu.inf...

18禁 ログインせずにYouTubeの不適切な動画を見るブックマークレット

(function(l){if(/v=(.{11})/.test(l.href))l.href='http://youtube.com/embed/'+RegExp.$1})(location);
hotokediary 影イラン2012-03-27

CSSのプロパティ名にshadowを含むものを無効にする

(function(){for(var i=0;i<document.styleSheets.length;++i){try{for(var j=0,r=document.styleSheets...

表示しているページのタイトルとURLからはてなダイアリー用のリンクを作ります

void prompt("はてなダイアリー用のリンク","["+location.href.replace(/:(title=)/g,"%3a$1")+":title=...
hotokediary Watch Nico2011-11-26

Use it when you want to watch Nicovideo without an account.

location.href='http://en.nicovideo.geo.jp/?'+location.href;

ログインせずにニコニコ動画を見るツールのブックマークレット

location.href='http://nicovideo.geo.jp/?'+location.href;
hotokediary 直リン表示2011-06-15

直リン表示を禁止してるURLで使うと見れるようになるかもしれないブックマークレット

location.href=location.href;

ページ内のリンクのいずれかに飛ぶ

(function(l){location.href=l[Math.random()*l.length|0]})(document.links);