Skip to content

Instantly share code, notes, and snippets.

View Vivelin's full-sized avatar
🏳️‍🌈

Laura Verdoes Vivelin

🏳️‍🌈
View GitHub Profile
@Vivelin
Vivelin / system-font-replacer.user.css
Last active November 29, 2022 07:29
System Font Replacer user style
/* ==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
@Vivelin
Vivelin / Wikipedia Dark Mode support.user.css
Last active July 30, 2022 07:43
Custom user style to add dark theme support to Wikipedia
/* ==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== */
@Vivelin
Vivelin / .editorconfig
Created November 3, 2021 11:55
C# .editorconfig
# editorconfig.org
# top-most EditorConfig file
root = true
# Default settings:
# A newline ending every file
# Use 4 spaces as indentation
[*]
insert_final_newline = true
@Vivelin
Vivelin / unit-converter.user.js
Last active February 16, 2021 15:48
Unit Converter user script
// ==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
@Vivelin
Vivelin / discord-custom.css
Created July 31, 2020 09:21
Discord custom CSS
@media (-webkit-min-device-pixel-ratio: 2) {
.theme-light .markup-2BOw-j {
font-weight: 500;
}
.theme-light .username-1A8OIy {
font-weight: 600;
}
}
@Vivelin
Vivelin / YouTube audio compressor.user.js
Last active June 9, 2022 06:01
YouTube audio compressor
// ==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
@Vivelin
Vivelin / EdgeStylus.user.css
Last active May 9, 2020 09:15
Stylus for Microsoft Edge
/* ==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
/* ==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; }
@Vivelin
Vivelin / userChrome.css
Last active April 10, 2020 11:27
Firefox userChrome.css for a slightly more modern feel
@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,
@Vivelin
Vivelin / Custom CSS.css
Created April 6, 2020 11:57
Tabliss custom CSS for a search box that looks like in the default Firefox new tab page
.Widgets .container {
width: 100%;
max-width: 768px;
}
.Widgets .container .Time {
max-width: 333px;
margin: 0 auto;
}