mino90 (67)

アカウント名を変更しても変わらないDIDを使用したプロフィールページに移動する。プロフィールページで...

(function(){if(/^https:\/\/bsky\.app\/profile\//.test(location.href)&&!/\/lists\//.test(location....

ついているはてなスターを見たり、はてなスターをつけられるあのパネルを開く

(function(){window.open('https://s.hatena.ne.jp/js/widget/entry.html?url='+encodeURIComponent(loc...

60秒間再生するとログイン画面をポップアップして一時停止させられるのでその前に変数を上書きする

setTimeout((function(){let s=document.createElement('script');s.innerHTML='__INITIAL_STATE__.user...

/?~ 以降を消す

(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...
mino90 viewport width=2020-12-31

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...
1 2 3 4