Advertisement
Guest User

AUTO F

a guest
Dec 5th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Auto f
  3. // @namespace http://www.margonem.pl
  4. // @version 0.1
  5. // @description tak o
  6. // @author Ancours
  7. // @match http://*/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (_g => {
  12. const s = ["fight", "a=attack", "id=-"];
  13. window._g = (query, clb) => {
  14. if(s.every(el => query.includes(el)) && !query.includes("ff=1")){
  15. query += "&ff=1";
  16. }
  17. _g(query, clb);
  18. }
  19. })(window._g)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement