Skip to content

Instantly share code, notes, and snippets.

View LuanderFarias's full-sized avatar
Powered By Coffee

Nikollesan LuanderFarias

Powered By Coffee
View GitHub Profile
@Deliquescence
Deliquescence / userChrome.css
Last active February 19, 2024 12:40
Firefox userChrome.css
/* Move container indicator to bottom of tab */
/* Remove the default lines */
/* Highlight line for active tab on top */
.tab-background:is([selected], [multiselected]):-moz-lwtheme {
border: none !important;
border-top: 2px solid white !important;
}
/* Container line on bottom */

How to play ASCII-Art Star Wars offline

Following will teach you how to play the "easter-egg" (which actually isn't, but many people describe this as an easter egg) of ASCII-Art Star Wars (or Star Wars in terminal/telnet, whatever), the one you normally starts like this:

$ telnet towel.blinkenlights.nl
  1. Before you start, ensure Node.js is installed.
  2. Navigate to www.asciimation.co.nz, the original home of that ASCII-Art Star Wars.
  3. Press F12 to open developer tools.