Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am katabame on github.
* I am katabame (https://keybase.io/katabame) on keybase.
* I have a public key ASAyQ9pXZ67feJDxofpjItSI5WMFMEoBw09TYPFIHe_EIQo
To claim this, I am signing this object:
@katabame
katabame / ress.styl
Last active March 3, 2018 12:00
Stylus converted ress.css (https://github.com/filipelinhares/ress)
/* Original: ress.css (https://github.com/filipelinhares/ress) */
html
box-sizing border-box
overflow-y scroll
-webkit-text-size-adjust 100%
*, ::before, ::after
background-repeat no-repeat
box-sizing inherit
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
function fish_greeting
screenfetch
end
function cd
builtin cd $argv
ls -a
end
alias rm='rm -i'
oh-my-fish/theme-agnoster
oh-my-fish/plugin-balias
edc/bass
0rax/fish-bd
oh-my-fish/plugin-extract
fisherman/getopts
fisherman/spin
fisherman/z
$circle-width = 0.04em
$primary-color = #00BCD4
$secondary-color = #cccccc
.rect-auto
clip: rect(auto, auto, auto, auto)
.pie
position: absolute
border: $circle-width solid $primary-color
/* ==UserStyle==
@name Youtube Music Plus
@namespace kataba.me
@version 0.1.0
@description Make youtube music great again
@author katabame
==/UserStyle== */
@-moz-document domain("music.youtube.com")
{
html:not([style-scope]):not(.stype-scope)
#!/bin/bash
check_success()
{
if [ "$?" -ne "0" ]; then
echo -e "\033[31m✘\033[0m"
exit 1
fi
echo -e "\033[32m✔\033[0m"
}
/*
LICENSE: WTFPL
HOW TO: APPLIE THIS CSS TO `http://*` and `https://*`
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body
{
@katabame
katabame / tweetdeck.twitter.com.css
Created May 19, 2019 17:48
bring back old tweetdeck style
@-moz-document domain("tweetdeck.twitter.com")
{
:root
{
/* Change this var to adjust width */
--column-width: 270px;
}
/* Tweet composer */