Skip to content

Instantly share code, notes, and snippets.

View xypnox's full-sized avatar
:shipit:
Things and stuff.

xypnox xypnox

:shipit:
Things and stuff.
View GitHub Profile
@xypnox
xypnox / themes.md
Last active February 28, 2024 07:12
Sample themes

Internet Artifacts

The Hacker's Dictionary

@BEGIN (primarily CMU) with @END, used humorously in writing to indicate a context or to remark on the surrounded text. From the SCRIBE command of the same name. For example: @Begin(Flame)
Predicate logic is the only good programming language. Anyone who would use anything else is an idiot. Also, computers should be tredecimal instead of binary. @End(Flame)

ANGLE BRACKETS (primarily MIT) n. Either of the characters "<" and ">". See BROKET.

AOS (aus (East coast) ay-ahs (West coast)) [based on a PDP-10 increment instruction] v. To increase the amount of something. "Aos the campfire." Usage: considered silly. See SOS.

Keybase proof

I hereby claim:

  • I am xypnox on github.
  • I am xypnox (https://keybase.io/xypnox) on keybase.
  • I have a public key ASAJxN1EdigyMwF7qW4LVNSjpYaIelBk502RLYFnIpdjHQo

To claim this, I am signing this object:

@xypnox
xypnox / ffx_userstyle.css
Created April 12, 2021 14:40
Gmail user style
// out:gmail-dark.css,sourcemap:false,compress:false
/* ==UserStyle==
//TO GET FULL CUSTOMIZATION OF THIS STYLE, PLEASE ADD IT FROM THE GITHUB PAGE AS USERCSS
@name New Gmail Dark Theme Tweaks - Gmail 2018
@namespace Jack Buehner
@homepageURL https://github.com/jackbuehner/gmail-dark-modifications
@supportURL https://github.com/jackbuehner/gmail-dark-modifications/issues/
@updateURL https://raw.githubusercontent.com/jackbuehner/gmail-dark-modifications/master/gmail-dark.less.user.css
@version 2.5.1
@xypnox
xypnox / update.sh
Created March 21, 2021 22:06
update.sh
#!/bin/bash
gstatus=`git status --porcelain | head -n 20`
if [ ${#gstatus} -ne 0 ]
then
git add --all
git commit -m "Auto Commit" -m "$gstatus"
git push
@xypnox
xypnox / HN.md
Last active January 25, 2021 23:24
HN but it is not an eyesore

HN but it is not an eyesore

Use Stylus, copy the CSS, tweak colors etc.

{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
@xypnox
xypnox / userChrome.css
Created April 8, 2020 15:54
UserChrome autohide ff75
#navigator-toolbox {
-moz-appearance: none;
background-color: #0f111a00 !important;
border-top: none;
}
.browser-toolbar:not(.titlebar-color),
#tabbrowser-tabs:not([movingtab])
> .tabbrowser-arrowscrollbox
> .tabbrowser-tab
> .tab-stack