Created
April 25, 2017 08:51
-
-
Save ssig33/df90b7410808d9a8c0d78b49ef3b42bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto uncensor Images | |
// @namespace http://ssig33.com/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://pawoo.net/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
const f = ()=>{ | |
setTimeout(()=>{ | |
document.querySelectorAll('.media-spoiler').forEach((e)=> e.click()); | |
f(); | |
}, 200); | |
}; | |
f(); | |
// Your code here... | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Google Chrome で https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=ja をインストールした上で、右上にある Raw というボタンをクリックして表示される「インストール」というボタンをクリックしてください。
それから pawoo を開くと、以後エロ画像が自動展開されます。