2014 games titles
// ==UserScript== // @name Old Version of old Roblox games title (2014) // @namespace http://tampermonkey.net/ // @version 0.3 // @description 2014 games titles // @author You // @match https://web.roblox.com/discover // @icon https://www.google.com/s2/favicons?sz=64&domain=roblox.com // @grant none // @license none // ==/UserScript== (function() { 'use strict'; document.title = "ROBLOX Games - Browse our selection of free online games"; })();