Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name DOLLCHAN-FIXER
- // @version 1
- // @match https://2ch.hk/*
- // @match https://2ch.life/*
- // @icon https://www.google.com/s2/favicons?sz=64&domain=2ch.hk
- // @grant none
- // ==/UserScript==
- if (document.body.classList.contains('de-runned')) {
- document.querySelectorAll('input[name=captcha_type]').forEach(i => i.value = '2chcaptcha')
- }
Add Comment
Please, Sign In to add comment