Guest User

Untitled

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