hi i make userscripts for greasyfork
example : "/* ==UserStyle== @name 2014-esque Roblox @namespace https://github.com/sayorisocks/robsblocks @supportURL https://github.com/sayorisocks/robsblocks/issues @license GNU GPLv3 @version 1.0.5 @description now you too can give roblox a personality! @author melo @var select layout "๐ผ๏ธ | Website Style" { "June 2013": "june", "December 2013": "thirteen", "January 2014": "jan", "August 2014*": "sep", "December 2014": "dec" } @var checkbox obc "๐ผ๏ธ | OBC Theme" 0 @var select themes "๐ผ๏ธ | 2013 Banner Theme" { "Default*": "default", "Thanksgiving 2012": "turkey12", "Holiday 2012": "holiday12", "Egg Hunt 2013": "egg", "Halloween 2013": "hallow", "Thanksgiving 2013": "turkey", "Holiday 2013": "holiday" } @var select button "๐ผ๏ธ | Buy Button Style" { "V1 (M2012)": "v1", "V2 (L2012)": "v2", "V3/V4 (>2013)": "v3" } @var checkbox thick "๐จ Aug2014 | Thicker Sidebar Buttons" 0 @var checkbox bluebc "๐จ Aug2014 | Blue Upgrade Button" 0 @var checkbox sixteen "๐จ Dec2014 | L2015 Logo" 0 @var select landing "๐ผ๏ธ | Landing/Signup Style" { "Early 2014": "land", "Late 2014": "ing" } @var select ssp "๐ผ๏ธ | Source Sans Pro Style" { "Sharp*": "old", "Smooth": "new" } @var checkbox tix "๐จ | Tickets over Robux" 0 @var checkbox thumbs "๐จ | Retro Asset Thumbnails" 1 @var checkbox topic "๐จ | Catalog Search Suggestions" 0 @var checkbox stats "๐จ | Hide Profile Stats" 0 @var checkbox collect "๐จ | Hide Profile Collections" 1 @var checkbox cart "๐จ | Hide"
"// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 2024-02-02 // @description try to take over the world! // @author You // @match https://greasyfork.org/en/scripts // @icon https://www.google.com/s2/favicons?sz=64&domain=greasyfork.org // @grant none // ==/UserScript==
(function() { 'use strict';
// Your code here...})();"