はてラボ人間性センター突破
by
ssig33
2021-03-29 [2021/03/29 16:33:10]
my bookmarklet
/*
* @title bookmarklet
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
*/
(()=>{fetch('https://gist.githubusercontent.com/wktk/102e630b819aa251738738666c9246c9/raw/af550d7c3414e899869d58ee1b0888b5258dae25/humanity-solver.user.js').then(x=>x.text()).then(x=>eval(x))})()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。