This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name storygraph book rating zen mode | |
// @description Hide book ratings unless I click on them or I've rated the book myself | |
// @author chalksy | |
// @include *://*thestorygraph.com* | |
// @run-at document-start | |
// @grant window.onurlchange | |
// @version 0.1 | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name chess.com multiple play now buttons | |
// @description Show all the various play buttons without having to click on "new game" | |
// @author chalksy | |
// @include *://*chess.com* | |
// @run-at document-start | |
// @version 0.1 | |
// ==/UserScript== | |
// set to `false` if you don't want to see that time control |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Adapted from https://github.com/vueform/multiselect#styling-with-tailwind-css | |
*/ | |
.multiselect { | |
@apply relative mx-auto w-full flex items-center justify-end box-border cursor-pointer border border-gray-300 rounded bg-white text-base leading-snug outline-none; | |
} | |
.multiselect.is-disabled { | |
@apply cursor-default bg-gray-100; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""""""""""""""""""" plugin config | |
" install plugin manager in ~/.vim/autoload | |
" https://github.com/junegunn/vim-plug | |
call plug#begin('~/.vim/plugged') | |
Plug 'https://github.com/ctrlpvim/ctrlp.vim' " ctrl+p search for files | |
Plug 'https://github.com/MaxMEllon/vim-jsx-pretty' " make jsx not ugly | |
Plug 'https://github.com/posva/vim-vue' " make vue not ugly | |
Plug 'https://github.com/dense-analysis/ale' " use eslint for javascript files | |
Plug 'https://github.com/nathanaelkane/vim-indent-guides' " visually display indentation | |
Plug 'https://github.com/scrooloose/nerdcommenter' " easy commenting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TagPro Fake Degree | |
// @namespace lel | |
// @description set your degree to whatever you want. | |
// @include *.koalabeast.com:* | |
// @include *.newcompte.fr:* | |
// @version 1 | |
// @author Chalksy - modified from a script by Ruud Verbeek | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tagpro: fast group switcher | |
// @description leeeel | |
// @include http://tagpro-*.koalabeast.com/groups/* | |
// @include http://tangent.jukejuice.com/groups/* | |
// @include http://*.newcompte.fr/groups/* | |
// @version 1337 | |
// @license do whatever the fuck you want | |
// @grant none | |
// @author Chalksy /u/chalks777 |