ページ内にある~.PDFというリンクすべてからPDFファイルを取得して、zipして一括ダウンロードします。
(async()=>{function _import(s){return new Promise((function(resolve){const script=document.create...
テーブルクリックでCSVとしてダウンロード
{const target=document.querySelectorAll('table');const dl=event=>{const bom=new Uint8Array([239,1...
比較したいブコメページを入力→コメントがユーザーごとに並ぶ
(async()=>{document.documentElement.scrollTop=document.documentElement.scrollHeight;const regexpE...
teratailのNG回答者リストをローカルに保存して、質問を見えなくする
(function(){'use strict';const localStorageKey='63cc7db5-31e8-7c4f-6dbb-2210c1c056de';const heade...
プルリクできればいいんだけど…… とりあえずフォーク。
['contextmenu','selectstart','copy'].forEach((ev=>window.addEventListener(ev,(e=>e.stopPropagatio...
ページ途中へのフラグメント付きURL(#xxx)が欲しい時に
{const pipe=x=>f=>f?pipe(f(x)):x;const $attr=attr=>val=>e=>{if(val==null)return e.getAttribute(at...
https://ja.wikipedia.org/?curid= に移動します。
(async()=>{location.href='/'+`?curid=${(new DOMParser).parseFromString(await(await fetch(location...
https://teratail.com/questions/233570 からインスパイア。
void(async()=>{const $id=document.getElementById.bind(document);const $qs=(s,c=document)=>{const ...
テキストファイルダウンロードページで、「部分番号」の指定を末尾にして先頭の部分からダウンロード。...
(async()=>{const sleep=time=>new Promise(resolve=>setTimeout(resolve,time));const title=document....
forked from http://let.hatelabo.jp/furyu-tei/let/hLHVnMG9q-NH
(function(i,u,s,c,q,w){w=window.open('https://twitter.com/search?f=tweets&q='+encodeURIComponent(...
紀伊国屋Bookweb個別ページから
const isbn=document.querySelector('*[content^=isbn]').textContent.split(':')[1];const title=docu...
エントリページで動作します。
document.querySelectorAll('.is-my-bookmark .hatena-star-star').forEach(function(e){var target=doc...
Googleマップで表示されている場所を全国地価マップで開きます。
(function(){var latlng=location.href.match(/\/@([\d\.]+),([\d\.]+)/).slice(1);var lng=eval(latlng...
黒魔術的。仕様が変わったら動かない。
K.setOptions({styles:[{}]});
ユーザースクリプトと併用 > http://d.hatena.ne.jp/Lhankor_Mhy/20140914/1410694168
(function(){window.open('https://newspicks.com/timeline#'+encodeURIComponent(location.href))})();
Googleマップで表示されている場所を全国地価マップで開きます。
(function(s,lat,lng){var ln=lng*1+lat*46047e-9+lng*83049e-9-.010041;var la=lat*1+lat*10696e-8-lng...
Folk後、はてなは文字化けするのでgooglechartAPIに。めんどうだったのでjQueryインクルード。テキスト...
(function(){var div=$(document.createElement('div'));var img=$(document.createElement('img'));var...
自分の環境に合わせたので違う環境だとどうなるか分からん。ところで印刷してFAXって利用法は利用規約に...
(function(){document.styleSheets[0].insertRule('body{-webkit-filter:brightness(55%)contrast(10000...
スターボタンのあたりをマウスでごしごししながら使ってください(謎)see http://rem-nanai.hatenablog...
function selectCharacter(target){var el=$("p:contains("+target+")").contents().filter(function(){...
see http://rem-nanai.hatenablog.com/entry/2013/10/13/161321
$.ajax({url:'http://s.hatena.ne.jp/entry.json?uri='+encodeURIComponent(location.href),dataType:'j...