noromanba (277)

noromanba hearthpwn2ja2017-05-06

translate deck info to japanese on hearthpwn.com

(function(){'use strict';var deck_name=document.body.querySelector(['#content .deck-title.tip'])....
noromanba 2txt2017-04-29

show page text for copy

(function(){'use strict';var html=document.documentElement||document.querySelector('html');var he...
noromanba T/U area2017-04-18

show textarea for copy title/url

(()=>{"use strict";const append_element=(paren,tag,attr)=>paren.appendChild(Object.assign(documen...
noromanba Base64=2017-04-11

stupid decoder of various encoded Base64

(()=>{'use strict';const wall=document.head||document.body||document.documentElement;wall.appendC...
noromanba isNotoSerif!2017-04-07

[DONE] fix "NotoSerif Subset OTF" wrong links

(()=>{'use strict'})();
noromanba MakeGeo2017-03-28

remember GeoCities

(()=>{'use strict';const require=sources=>{const wall=document.head||document.body||document.docu...
noromanba Twiload2017-03-28

autoload new tweets on twitter.com

(()=>{'use strict';const load=()=>{const expander=document.body.querySelector('.new-tweets-bar');...
noromanba T/U box2017-03-26

easy copyable title/url box; click to copy, double-click outer to close

(()=>{'use strict';const canonical=(document.querySelector(['head meta[property="og:url"][content...

append self-fork icon on Hatena::Let

(()=>{'use strict';const edit=document.body.querySelector('a.edit-link[href*="/let.edit"]');if(!e...

shrink too long title attribute

(()=>{'use strict';Array.from(document.body.querySelectorAll([]),((link,idx)=>{if(!link.href)retu...

subscribe to feed skeleton

(()=>{'use strict';const feed=document.querySelector(['link[href][rel=alternate][type^="applicati...
noromanba +Inoreader2017-02-20

subscribe to feed in Inoreader

(()=>{'use strict';const feed=document.querySelector(['link[href][rel=alternate][type^="applicati...
noromanba +Feedly2017-02-20

subscribe to feed in Feedly

(()=>{'use strict';const feed=document.querySelector(['link[href][rel=alternate][type^="applicati...
noromanba +The Old Reader2017-02-20

subscribe to feed in The Old Reader

(()=>{'use strict';const feed=document.querySelector(['link[href][rel=alternate][type^="applicati...
noromanba +Feedeen2017-02-20

subscribe to feed on Feedeen

(()=>{'use strict';const feed=document.querySelector(['link[href][rel=alternate][type^="applicati...
noromanba +B!2017-02-19

add Hatena::Bookmark in new tab/window

(()=>{const canonical=()=>(document.querySelector('head meta[property="og:url"][content]')||{}).c...
noromanba B!2017-02-19

open Hatena::Bookmark in new tab/window

(()=>{const canonical=()=>(document.querySelector('head meta[property="og:url"][content]')||{}).c...
noromanba [★+]2017-02-19

Hatena Star on the whole world

(()=>{if(document.querySelector(['script[src*="//s.hatena.ne.jp/js/HatenaStar.js"]','script[src*=...
noromanba del node2017-02-18

delete selected node just once

(function(){'use strict';function deleteOnce(e){e.stopPropagation();e.preventDefault();e.target.p...
noromanba &decode2017-02-17

stupid decoder of numeric-character/character-entity reference

(()=>{'use strict';const letter=String(window.getSelection());if(!letter)return;const decoded=Obj...
<< 1 2 3 4 5 6 7 8 9 10