/?~ 以降を消す
(function(){if(/^https:\/\/www\.bilibili\.com\/video\//.test(location.href)){location.href='https...
/shorts/~ を /watch?v=~ にする
(function(){if(/^https:\/\/(www|m)\.youtube\.com\/shorts\//.test(location.href)){location.href=lo...
開いているURLでTwitter検索をアプリで開く(スマートフォン向け)
(function(){location.href='twitter://search?query='+encodeURIComponent(location.href)})();
prompt表示
(function(){var a=unescape(document.getSelection());prompt(a,a)})();
別タブで Internet Archive の Wayback Machine で検索
(function(){window.open('https://web.archive.org/web/*/'+location.href,'_blank','noopener=yes,nor...
開いているURLでTwitter検索を新規タブで開く
(function(){window.open('https://twitter.com/search?q='+encodeURIComponent(location.href),'_blank...
別タブで開く。言語は自動的に検出。
(function(){window.open('https://translate.google.com/translate?sl=auto&tl=ja&u='+encodeURICompon...
viewport の横幅を変える
(function(){let a=prompt('viewport width=');if(a==""||a==null){}else{document.getElementsByName('...
フォントを "Arial","Meiryo UI" にする。
(function(){var s=document.createElement('style');s.setAttribute('type','text/css');s.innerHTML='...
指定されているMS UI Gothicを無効にする。
(function(){var s=document.createElement('style');s.setAttribute('type','text/css');s.innerHTML='...
au Market アプリのマイアプリを開く。AndroidのGoogle Chromeで確認。
location.href="auonemkt://myapps_list";
はてなのサービス内で連携しているTwitterアカウントにもHaiku!がツイートされます。(ヘルプにも載って...
(function(){var a=document.createElement('span');a.innerHTML='<label><input type=checkbox name="p...
http://goqr.me/api/ を使って現在開いているページのQRコードを表示。
(function(){var t=encodeURIComponent(location.href);var w=window.open('about:blank','_blank','wid...
http://d.hatena.ne.jp/barcode を使って現在開いているページのQRコードを表示。
(function(){var t=encodeURIComponent(location.href);var w=window.open('about:blank','_blank','wid...
Google Chart API を使って現在開いているページのQRコードを表示。
(function(){var t=encodeURIComponent(location.href);var w=window.open('about:blank','_blank','wid...
prompt
prompt("",document.getElementsByTagName('video')[0].src);void 0;
バンブラPの試聴画面に音量変更ボタンを追加する。(Flash Playerを使用するブラウザでは動作しない。)
(function(){var a="document.getElementById('musicPlayer').getElementsByTagName('audio')[0].volume...
実行してからページを移動しないといけない。
window.setTimeout('ua=""',1e3);
バンブラ配信楽曲で使えるが大合奏!ランキングでは使えない
(function(){var main=document.getElementById('music');var a=main.getElementsByClassName('section_...
Miiverseのネタバレをすべてひらく
(function(){var a=document.getElementsByClassName('hidden-content-button');var b=a.length;for(var...