charts to games

roblox

  1. // ==UserScript==
  2. // @name charts to games
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.5
  5. // @description roblox
  6. // @author h13
  7. // @match https://www.roblox.com/discover*
  8. // @match https://www.roblox.com/charts*
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=roblox.com
  10. // @grant none
  11. // @license none
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16.  
  17. document.title = "Games - ROBLOX";
  18. })();