Skip to content

Instantly share code, notes, and snippets.

View chloechantelle's full-sized avatar
🚀
Working from Earth, currently

chloe chantelle chloechantelle

🚀
Working from Earth, currently
View GitHub Profile
@chloechantelle
chloechantelle / maimdiscord.css
Created March 29, 2018 07:56
Maim Discord CSS
/* Requirement: https://betterdiscord.net/home*/
//META{"name":"Maim","description":"A gr8 theme.","author":"Chloe Chantelle","version":"2.0"}*//
/* header server sidebar */
.theme-dark .headerBar-cxbhPD, #app-mount, .theme-dark .chat .title-wrap, .guilds-wrapper, .theme-dark #friends .friends-header, .bd-settings, .friends-icon, .guilds-wrapper .guilds .guild, .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary, element.style, #div.guild-inner, #guild-inner, #bd-customcss-detach-container, textarea, .chat .divider.divider-red>span, #app-mount > div > div:nth-child(2) > div > div > section > div.flex-vertical.channels-wrap > div.flex-vertical.flex-spacer > div.scroller-wrap.fade.dark > div > div.channel.channel-text.selected > a, .chat .divider.divider-red > span {
background: #000 !important;
}
@chloechantelle
chloechantelle / hotkeys.ahk
Created March 29, 2018 07:11
Hotkeys AHK
; Script for a bunch of a+ hotkeys idek what I would do w/o.
; There's one to open Volume Mixer, Notepad, Personalization window, Dual Wallpaper, turning the volume up and down, playing and pausing mpc (mpc doesn't need to be active, how gr8), showing and hiding titlebars and moving windows by holding down alt with the left mouse button (basically AltDrag).
; Remove the semicolons in front of line 61 and 62 if you want to be able to move windows by holding down the left and right click buttons, it's a great hotkey but caused problems for me while playing vidyas, so idk use it if you wish.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; Modifiers
; Tiling script for a laptop (1366x768)
; Open Windows Spy (right click AHK in tray) to help if you want to adjust it
; Nearly all of it is Ctrl + Alt + Numpad number
; Make sure numlock is turned off
; Modifiers
; # = Windows Key;
; ! = Alt;
@chloechantelle
chloechantelle / userChrome.css
Created June 22, 2018 10:02
Hidden Navigation userChrome CSS
/*
Firefox 58+ (Quantum) very minimal browser theme
Hides the navigation bar until you hover over the tabs
Heavily inspired by Vivaldi's UI
Only really need to edit the hex colors in :root
Originally from my Nocturnal CSS: https://gist.github.com/chloechantelle/7d58ff31121378cec2ab593ac90c64b8
Should look like: https://i.imgur.com/ASOaXqZ.png
@chloechantelle
chloechantelle / userChrome.css
Last active June 11, 2021 11:43
userChrome CSS
/*
Firefox 58+ (Quantum) browser theme
Only really need to edit the hex colors in :root
And some of the options up to line 100 (show/hide close button selector)
Originally from my theme Nocturnal: https://userstyles.org/styles/105352/nocturnal-firefox-theme
Should look like: https://i.imgur.com/hailYrM.jpg
1. Download this file
@chloechantelle
chloechantelle / twitter.css
Last active October 9, 2021 18:05
Twitter CSS
@-moz-document domain("twitter.com")
{
/* custom options */
:root
{
--bg1: #1d1e2a !important;
--bg2: #14151F !important;
--text1: #aaa !important;
@chloechantelle
chloechantelle / 4chin.css
Created March 29, 2018 06:30
4chan CSS
/*
This is extremely long and a super mess, apologies in advance.
First install 4chanX: https://github.com/ccd0/4chan-x
Then import this file into 4chan X: https://www.dropbox.com/s/e4o8nl37jy55zmx/4chinX.zip?dl=0
Options/Settings > Import > Refresh
Uncomment line 48 (header-bar) to bring back the header image.
Comment line 57 (boardTitle) to show the header title.
@chloechantelle
chloechantelle / vivaldi.css
Created March 29, 2018 07:00
Vivaldi CSS
/*To use:
Find your Vivaldi resources folder
s/t like: Vivaldi\Application\VersionNumber\resources\vivaldi
Edit browser.html and include this line:
<link rel="stylesheet" href="style/custom.css"/>
Move this file to the style folder, so you have both common.css and custom.css
Enjoy <3 */
/* fix toolbar bg being darker than address bg */
.addressfield, .searchfield {
@chloechantelle
chloechantelle / nocturnaldiscord.css
Created March 29, 2018 07:55
Nocturnal Discord CSS
/* Requirement: https://betterdiscord.net/home*/
//META{"name":"Nocturnal","description":"A gr8 theme.","author":"Chloe Chantelle","version":"2.0"}*//
/* header server sidebar */
.theme-dark .headerBar-cxbhPD, #app-mount, .theme-dark .chat .title-wrap, .guilds-wrapper, .theme-dark #friends .friends-header, .bd-settings, .friends-icon, .guilds-wrapper .guilds .guild, .theme-dark #friends .friends-header .tab-bar .tab-bar-item.tab-bar-item-primary, element.style, #div.guild-inner, #guild-inner, #bd-customcss-detach-container, textarea, .chat .divider.divider-red>span, #app-mount > div > div:nth-child(2) > div > div > section > div.flex-vertical.channels-wrap > div.flex-vertical.flex-spacer > div.scroller-wrap.fade.dark > div > div.channel.channel-text.selected > a, .chat .divider.divider-red > span {
background: #14151F !important;
}
@chloechantelle
chloechantelle / yt.css
Created March 29, 2018 06:37
YouTube CSS
/* Required: http://www.fontsquirrel.com/fonts/open-sans */
@-moz-document domain("youtube.com")
{
:root
{
--bg: #1d1e2a !important;
/* main */
--bg2: #1a1b26 !important;
/* alt */
--bg3: #14151F !important;