LISTED CSS

The CSS layout config of the FOSSEON blog hosted on Listed. --- metatype: css --- @media (prefers-color-scheme: dark) { :root { --border: 1px solid hsla(0, 0%, 100%, 0.16); --color-default: #000000; --color-primary: #9F1AFB; --color-primary-opacity-8: rgba(147, 192, 255, 0.08); --color-neutral: #000000; --color-neutral-darker: #9F1AFB; --color-contrast: #FFFFFF; --color-contrast-opacity-8: hsla(0, 0%, 100%, 0.08); --color-contrast-opacity-16: hsla(0, 0%, 10...
Read post

BIO

INDEX ↪️SOFTWARE REPOSITORIES ↪️ACCOUNTS SOFTWARE REPOSITORIES GitHub @FOSSEON GitLab @FOSSEON Codeberg @FOSSEON ↩️ ACCOUNTS Listed @FOSSEON Reddit @FOSSEON X @FOSSEON YouTube @FOSSEON Pokémon Showdown! @FOSSEMON If there's an account using FOSSEON's name, and you don't see it listed here, it is unofficial and should not be trusted. Please report unofficial accounts via any communication method available from official accounts listed above. ↩️ ...
Read post

ADB KILLSWITCH

A killswitch for Android. INDEX ↪️COMMAND BREAKDOWN ↪️IMPORTANT INFORMATION ↪️CONFIGURATION ↪️TODO COMMAND BREAKDOWN ADB Killswitch achieves the following: Disables Wi-Fi. Disables Mobile Data. Disables both SIM card slots. Disables Bluetooth. Disables NFC. Disables Location Services (GPS). Closes running apps (currently closes 10 apps, but you can close more by repeating the "input keyevent DEL" command). Uninstalls all non-system apps and system apps of your preference. Deletes all ...
Read post