This file contains 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
/* ==UserStyle== | |
@name System Font Replacer | |
@namespace vivelin.net | |
@version 1.0.3 | |
@description Overrides sites using system fonts to use your own configured font preferences, especially for user-generated content. | |
@author Vivelin | |
@updateURL https://gist.githubusercontent.com/Vivelin/0f7a88e322c7608296c4d6cc254d3316/raw/system-font-replacer.user.css | |
==/UserStyle== */ | |
/* | |
* Motivation: a lot of websites use boring or ugly system fonts, which |
This file contains 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
/* ==UserStyle== | |
@name Wikipedia Dark Mode support | |
@description Adds support for dark mode to Wikipedia. | |
@namespace https://vivelin.net/ | |
@version 0.1.6 | |
@author Vivelin (https://vivelin.net/) | |
@updateURL https://gist.githubusercontent.com/Vivelin/dc0bfcbd604f0a1a0d8be6581367f8d3/raw/Wikipedia%2520Dark%2520Mode%2520support.user.css | |
@license MIT-0 | |
@preprocessor less | |
==/UserStyle== */ |
This file contains 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
# editorconfig.org | |
# top-most EditorConfig file | |
root = true | |
# Default settings: | |
# A newline ending every file | |
# Use 4 spaces as indentation | |
[*] | |
insert_final_newline = true |
This file contains 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 Unit Converter | |
// @namespace https://vivelin.net/ | |
// @version 0.4.0 | |
// @description Converts units to metric automatically! | |
// @author Vivelin | |
// @match *://*/* | |
// @grant GM_addStyle | |
// @run-at document-end | |
// @updateURL https://gist.github.com/Vivelin/4bdd364d66278c223536f8157311c102/raw/unit-converter.user.js |
This file contains 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
@media (-webkit-min-device-pixel-ratio: 2) { | |
.theme-light .markup-2BOw-j { | |
font-weight: 500; | |
} | |
.theme-light .username-1A8OIy { | |
font-weight: 600; | |
} | |
} |
This file contains 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 YouTube audio compressor | |
// @namespace https://vivelin.net/ | |
// @version 0.4 | |
// @description Adds an audio compressor option to YouTube videos. | |
// @author Vivelin | |
// @match https://*.youtube.com/* | |
// @updateURL https://gist.github.com/Vivelin/2321d17bf26016ceaed87d6d1a281881/raw/YouTube%2520audio%2520compressor.user.js | |
// @run-at document-idle | |
// @grant none |
This file contains 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
/* ==UserStyle== | |
@name Stylus for Microsoft Edge | |
@description Changes Stylus to look more like Microsoft Edge | |
@namespace https://vivelin.net/ | |
@version 0.2.1 | |
@author Vivelin (https://vivelin.net/) | |
@license MIT-0 | |
@updateURL https://gist.githubusercontent.com/Vivelin/be46f8fd85fe86cb26e8cd4885792764/raw/EdgeStylus.user.css | |
@preprocessor less | |
@var text codeFont "Code font" monospace |
This file contains 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
/* ==UserStyle== | |
@name Twitch.tv - Hide recommended channels | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description Hides the "Recommended channels" sidebar section on Twitch | |
@author Vivelin | |
==/UserStyle== */ | |
@-moz-document domain("twitch.tv") { | |
.recommended-channels { display: none; } |
This file contains 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
#nav-bar { | |
padding: 0 .25em; | |
} | |
#back-button > .toolbarbutton-icon { | |
border: 0 !important; | |
} | |
#permissions-granted-icon, |
This file contains 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
.Widgets .container { | |
width: 100%; | |
max-width: 768px; | |
} | |
.Widgets .container .Time { | |
max-width: 333px; | |
margin: 0 auto; | |
} |
NewerOlder