Eldest808

Auto Upvote

Feb 15th, 2022 (edited)
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Auto Upvote
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @include http://rule34.paheal.net/*
  8. // @grant window.close()
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. document.evaluate('/html/body/nav/section[4]/div/form[1]/input[4]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.click();
  13. document.title.match(/.*Rated Post/g)
  14. window.close()
  15.  
  16. })();
  17.  
Add Comment
Please, Sign In to add comment