bobby_boy49

HACK THE PIRATE SCRIPT!

Feb 22nd, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         HACK THE PIRATE!
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        *://*thepiratebay.org/*
  8. // @run-at       document-end
  9. // @require      https://code.jquery.com/jquery-3.6.0.min.js
  10. // @grant        none
  11. // ==/UserScript==
  12.  
  13.  
  14. //-- HACK THE PLANET!
  15. jQuery(document).prop('title', 'HACK THE PLANET!')
Add Comment
Please, Sign In to add comment