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
/* | |
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 |
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
/* 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; | |
} |
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
/* 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; | |
} |
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
; 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; |
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
; 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 |
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
/*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 { |
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
/* | |
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 |
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
/* 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; |
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
/* | |
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. |
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
@-moz-document domain("twitter.com") | |
{ | |
/* custom options */ | |
:root | |
{ | |
--bg1: #1d1e2a !important; | |
--bg2: #14151F !important; | |
--text1: #aaa !important; |