An Arc Boost that lets you message ChatGPT from the Command Bar.
Video here: https://twitter.com/ifvictr/status/1695141929535811821
An Arc Boost that lets you message ChatGPT from the Command Bar.
Video here: https://twitter.com/ifvictr/status/1695141929535811821
| h1[role="heading"] [aria-label="Twitter"] svg { | |
| display: none !important; | |
| } | |
| h1[role="heading"] [aria-label="Twitter"]:after { | |
| color: rgb(29, 155, 240); | |
| content: "[CHIRPBIRDICON]"; | |
| font-family: "TwitterChirp"; | |
| font-size: 28px; | |
| left: 9px; |
| /* Remove view count from tweets with loaded view count */ | |
| div[role="group"] div:has(> a[href^="/"][href$="/analytics"][role="link"]), | |
| /* Remove view count from tweets with unloaded view count */ | |
| div[role="group"] div:has(> [aria-label$="View post analytics"]), | |
| /* Remove view count from the metrics row under expanded tweets */ | |
| div[role="group"] div:has(> div > a[href^="/"][href$="/analytics"][role="link"]):not(:only-child), | |
| /* Remove the metrics row from expanded tweets if it only contains the view count */ | |
| div[role="group"]:has(> div > div:only-child > div > a[href^="/"][href$="/analytics"][role="link"]) { | |
| display: none; | |
| } |
| p = ['Fizz', 'Buzz', '', 1] | |
| c = Math.ceil | |
| f = n => | |
| [ | |
| () => {}, | |
| () => { | |
| a = n / 3 | |
| b = n / 5 | |
| console.log( | |
| p[2 * (c(a) - ~~a)] + |
| server_dir = '~/server' | |
| worlds['world'] = f'{server_dir}/world' | |
| worlds['world_nether'] = f'{server_dir}/world_nether' | |
| worlds['world_the_end'] = f'{server_dir}/world_the_end' | |
| renders['world_normal'] = { | |
| 'world': 'world', | |
| 'title': 'Normal', | |
| 'rendermode': 'smooth_lighting' |
| <?php | |
| /** | |
| * @name OAAT | |
| * @main oaat\OAAT | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @load POSTWORLD | |
| * @author Gamecrafter | |
| * @description Only one user with this name can join. | |
| * @link https://gist.github.com/Gamecrafter/f1c0f1b11b97450c776b1f8dff32f690 |
| <?php | |
| /** | |
| * @name RocketPads | |
| * @main rocketpads\RocketPads | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @load POSTWORLD | |
| * @author Gamecrafter | |
| * @description Save your players the walking, give them a boost! | |
| * @link https://gist.github.com/Gamecrafter/b21d25ca901ad9ab6c215aa65363917f |
| <?php | |
| /** | |
| * @name OddName | |
| * @main oddname\OddName | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @load POSTWORLD | |
| * @author Gamecrafter | |
| * @description Give your players odd names when they join! | |
| * @link https://gist.github.com/Gamecrafter/1cd0bf79d699d2ffb8a36f954753227b |
| <?php | |
| /** | |
| * @name KillCMD | |
| * @main killcmd\KillCMD | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @load POSTWORLD | |
| * @author Gamecrafter | |
| * @description Do stuff when a player kills another player! | |
| * @link https://gist.github.com/Gamecrafter/47b77cb79cac21ad6343cbe80d8fbbc4 |
| <?php | |
| /** | |
| * @name InfiniteSlots | |
| * @main infiniteslots\InfiniteSlots | |
| * @version 1.0.0 | |
| * @api 1.12.0 | |
| * @load POSTWORLD | |
| * @author Gamecrafter | |
| * @description Bypass the player slot limit on your server! | |
| * @link https://gist.github.com/Gamecrafter/917531f5c1828f426ec8be475975705e |