Advertisement
Guest User

Untitled

a guest
Mar 30th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Title cleaner forum
  3. // @namespace http://github.com
  4. // @version 0.2
  5. // @description Removes ABDL from title on ABDL sites
  6. // @include *abdlforum.*
  7. // @exclude *abdlforum.*/chat*
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. document.title = "myForum";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement