Skip to content

Instantly share code, notes, and snippets.

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

Laura Verdoes Vivelin

🏳️‍🌈
View GitHub Profile
@Vivelin
Vivelin / One-Dark-Github.user.css
Last active May 4, 2023 13:03
One Dark GitHub
/* ==UserStyle==
@name One Dark Github
@namespace vivelin.net
@version 1.0.13
@description Displays code and gists on GitHub using colors from Atom's One Dark theme
@author Vivelin
@updateURL https://gist.githubusercontent.com/Vivelin/ece1babb13eb95d7c18700d832fb3262/raw/One-Dark-Github.user.css
@license unlicense
==/UserStyle== */
@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;
}
@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 / Wikipedia readability tweaks.user.css
Last active July 22, 2022 08:45
Wikipedia readability tweaks
/* ==UserStyle==
@name Wiki readability tweaks
@namespace vivelin.net
@version 1.1.3
@description A few tweaks to make long texts on WikiMedia-based sites a bit more readable.
@author Vivelin
@updateURL https://gist.githubusercontent.com/Vivelin/9d2da31b40c5420e791f29f1c1f9d2dd/raw/Wikipedia%2520readability%2520tweaks.user.css
@license unlicense
@preprocessor less
==/UserStyle== */
@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 / .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 / ArialRoboto.user.css
Last active December 20, 2020 01:21
Replace Arial and similar fonts with Roboto
/* ==UserStyle==
@name Arial font replacement (Firefox)
@namespace vivelin.net
@version 1.0.0
@description Replace Arial, Helvetica and similar fonts with Roboto. Requires Roboto to be installed locally. Available from <https://github.com/google/roboto/releases>.
@author Vivelin
@updateURL https://gist.githubusercontent.com/Vivelin/76b56deeb000c01811243009e134b181/raw/ArialRoboto.user.css
@license unlicense
==/UserStyle== */
@Vivelin
Vivelin / ArialRoboto.user.css
Last active November 21, 2020 17:49
Arial -> Roboto
/* ==UserStyle==
@name Arial font replacement
@namespace vivelin.net
@version 1.0.4
@description Replace Arial, Helvetica and similar fonts with Roboto. Requires Roboto to be installed locally. Available from <https://github.com/google/roboto/releases>.
@author Vivelin
@updateURL https://gist.github.com/Vivelin/cd37bbcee8caa00bd8eb5383f07667d6/raw/ArialRoboto.user.css
@license unlicense
==/UserStyle== */