noromanba (277)

noromanba selector?2018-07-19

tiny inspector

(()=>{'use strict';const log=console.log;document.body.addEventListener('click',(evt=>{log(docume...
noromanba initial F2018-07-19

reset pointed element font size

(()=>{'use strict';const body=document.body;body.style.cursor='zoom-in';const hist=new Map;const ...
noromanba initial B2018-07-19

reset font size/family

(()=>{'use strict';const wall=document.head||document.body;wall.append(Object.assign(document.cre...
noromanba Nakashoku2018-07-18

de-color to scanned printable recycled colored paper

(()=>{const style=document.body.style;style.filter?style.filter='':style.filter=['grayscale(1)','...
noromanba [<>]+2018-07-14

strictly Chrome/ium well-fullscreen on LXDE or Other DE on Ubuntu

(()=>{'use strict';class NotImplementedError extends ReferenceError{}const fullscreen='fullscreen...
noromanba spoart2018-07-14

open artwork on spotify.com

(()=>{'use strict';const coverart=document.body.querySelector('.cover-art-image');const link=(cov...
noromanba +#link2018-07-14

append Fragment Identifier links

(()=>{'use strict';{const wall=document.head||document.body||document.documentElement;wall.append...
noromanba [<>]2018-07-14

Chrome/ium well-fullscreen on LXDE or Other DE on Ubuntu

document.documentElement.webkitRequestFullScreen();
noromanba Amaznorm2018-06-16

normalize redundant url/canonical on www.amazon.tld

(()=>{'use strict';if(!/(?:www\.)*amazon\.[a-z]{2,3}(?:\.[a-z]{2})*$/.test(location.hostname)||![...
noromanba I[★]2018-06-14

greedy quote Hatena Star

(()=>{'use strict';const add_style=(()=>{const wall=document.head||document.body||document.docume...

inject Hatena.Star.SiteConfigGenerator

(()=>{document.body.appendChild(Object.assign(document.createElement('script'),{charset:'utf-8',s...
noromanba link.md2018-06-05

prompt Markdown inline link

prompt('Copy Me',`[${document.title}](${location.href})`);void 0;
noromanba [URL:title=]2018-06-05

prompt Hatena URL Syntax with title

(()=>{window.prompt('Copy Me',`[${location.href}:title=]`)})();

prompt escaped title with Hatena Syntax

(()=>{const escaped=document.title.replace(/\[/g,'&#91;').replace(/\]/g,'&#93;');const syntax=`[$...
noromanba title2018-06-05

prompt title

prompt('Copy Me',document.title);void 0;
noromanba [WIP]?dpz2018-05-30

[WIP] X-platform Daily Portal Z Eternity in Hell -- Mugen Jigoku; Avici Hell on https

(()=>{'use strict';if(location.hostname!=='portal.nifty.com'){location.href='https://portal.nifty...
noromanba ?dpz2018-05-30

X-platform Daily Portal Z Eternity in Hell -- Mugen Jigoku; Avici Hell

(()=>{'use strict';if(location.hostname!=='portal.nifty.com'){location.href='http://portal.nifty....
noromanba XXX-domain GET2018-05-30

XXX cross-domain GET over CORS abstract

(()=>{'use strict';const controller=new AbortController;const signal=controller.signal;const TIME...
noromanba 2018-05-25

tiny Hatena Star Everywhere w/ text message

(()=>{'use strict';const canon=(document.querySelector(['head meta[property="og:url"][content]'])...
noromanba 2018-05-19

simple Hatena Star Everywhere w/ mobile IF

(()=>{'use strict';const canon=(document.querySelector(['head meta[property="og:url"][content]'])...
<< 1 2 3 4 5 6 7 8 9 10