greasy fork code
    c.ai

    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...

    })();"