今後は https://greasyfork.org/ja/scripts/417287-twfleetcapture 参照(Twitterユーザープロフィール...
(()=>{'use strict';const fetch_api=api_url=>fetch(api_url,{method:'GET',headers:{authorization:'B...
マイクロソフトのサポートページで日本語ページ⇔英語ページを切り替える
(()=>{let matches=location.href.match(/^https?:\/\/(docs|support)\.microsoft\.com\/(.+?)-(.+?)\//...
Twitterユーザーのscreen_nameからユーザーIDを取得する
(()=>{'use strict';let screen_name=window.getSelection().toString()||prompt('Input screen name of...
http://java.cocolog-nifty.com/blog/2005/10/javascript_c163.html の移植版(jQuery使用)
(function(){'use strict';window.cocolog_ajax_search_options={color:'#ffcc33',truncation_length:80...
今後は https://greasyfork.org/ja/scripts/411491-yn-searchorigin 参照(Yahoo!ニュースでは元記事へ...
(()=>{'use strict';const yahoo_news_hostname=new URL(location.href).hostname,cwin=window.open('ab...
Twitterで引用ツイートを嫌がる方のツイートを引用したい場合に使ってみる?
(()=>{const width=1024,height=768;let matches=new URL(location.href).pathname.match(/^\/([^/]+)\/...
今後は https://greasyfork.org/ja/scripts/400695-i-like-latest-tweets 参照(Twitter のタイムライン...
(()=>{let status='idle';const FixToLatestTweetTimeline=new class{constructor(){this.status='idle'...
今後は https://greasyfork.org/ja/scripts/400666-alphakaikin 参照(アルファポリス小説本文の範囲選...
(()=>{const remove_copyguard=()=>{$(window).on('focusout',event=>event.stopImmediatePropagation()...
今後は https://greasyfork.org/ja/scripts/400664-letmeusef12 参照([F12]ほか制限されている幾つかの...
(()=>{const allowd_keycode_map={116:{combinations:[]},122:{combinations:[]},123:{combinations:[]}...
今後は https://greasyfork.org/ja/scripts/400661-reloadsuppression-tameshiyo-me 参照(楽園WEB増刊...
(()=>{const patch_func=()=>{const setTimeoutOrig=window.setTimeout;window.setTimeout=function(fun...
今後は https://greasyfork.org/ja/scripts/398038-kindle-unlimited-filter を参照 (Amazon Kindle検...
(()=>{let unlimited_checkbox=document.querySelector('input[name="s-ref-checkbox-3169286051"]');if...
非ASCII文字を含むURLのエンコードする(※IE非対応) 元ネタ:[非ASCII文字を含むURLのエンコード](https...
((s_url,d_url,base)=>{const enc_ch={'(':'%28',')':'%29',"'":'%27','@':'%40','.':'%2E','\\':'%5C'}...
(()=>{if(location.href.match(/read\.amazon\.co\.jp\/\?asin=(.*)(?:&|$)/)){location.href='https://...
Twitterの個別ツイート(https://twitter.com/<name>/status/<id>)前後のタイムラインを表示→【ユーザー...
(function(i,u,s,c,q,w){w=window.open('https://twitter.com/search?q='+encodeURIComponent('from:'+u...
「このページは存在しません。」となるTwitterのツイートを、Googleで検索(うまくいけばキャッシュが残...
(function(url){if(url.match(/\/status(?:es)?\/(\d+)/)){location.replace('https://www.google.co.jp...
Twitter のタイムラインで原寸画像を開くボタンをつける(http://furyu.hatenablog.com/entry/20160116/1...
(function(w,d){w.twOpenOriginalImage_bookmarklet=true;var script=d.createElement('script'),nonce_...
Twitter上の画像の説明文を表示(参考:http://japanese.engadget.com/2016/03/29/twitter-420-android-...
$('.tweet').each(function(){var tweet=$(this);tweet.find('.AdaptiveMedia-photoContainer img').eac...
Twitterの画像を開いた画面に、download属性付きのリンクを追加(*.jpg:orig→-*-orig.jpg)
(function(w,d){'use strict';var img_url=w.location.href;if(!img_url.match(/^https?:\/\/pbs\.twimg...
Twitterの画像を開いた画面で実行すると、画像のダウンロードダイアログが開く(ファイル名は*.jpg:orig...
(function(w,d){'use strict';var img_url=w.location.href;if(!img_url.match(/^https?:\/\/pbs\.twimg...
twitter画像原寸ボタン(http://hogas.moe/tooi.html)のtwit原寸を、1ページで全画像を表示するよう改修
(function(w,d){'use strict';var urls=[];[].forEach.call(d.querySelectorAll('.permalink-tweet-cont...