Nakashoku
by
noromanba
2018-07-18 [2018/07/18 15:34:24]
de-color to scanned printable recycled colored paper
/*
* @title Nakashoku
* @description de-color to scanned printable recycled colored paper
* @include http://*
* @include https://*
* @license MIT License https://opensource.org/licenses/MIT
* @javascript_url
*/
// e.g.
// https://shonenjumpplus.com/episode/10834108156632227683
// p.9-
(() => {
document.body.style.filter ?
document.body.style.filter = '' :
document.body.style.filter = 'grayscale(1) contrast(150%)';
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。