Skip to content

Instantly share code, notes, and snippets.

@adisib
adisib / userChrome.css
Created March 19, 2017 04:26
Pale Moon userchrome
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* reduce UI height (for "Use Small Icons" enabled) to avoid wasting vertical space especially on small screens */
#titlebar, #TabsToolbar, #tabbrowser-tabs, #appmenu-button-container, #titlebar-buttonbox {
margin-top: -2px !important;
}
.tabbrowser-tab, .tabs-newtab-button {
margin-top: 2px !important;
}
#navigator-toolbox {
// ==UserScript==
// @name Audio Indicators
// @author adisib
// @namespace namespace_adisib
// @description Show audio indicators (music note) in tabs for Pale Moon browser.
// @include *
// @grant none
// ==/UserScript==
(function(){
@adisib
adisib / youtube_hd.user.js
Last active April 30, 2024 23:41
Make youtube videos in HD and automatically resize
// ==UserScript==
// @name Youtube HD
// @author adisib
// @namespace namespace_adisib
// @description Select a youtube resolution and resize the player.
// @version 2024.01.17
// @match https://*.youtube.com/*
// @noframes
// @grant GM.getValue
// @grant GM.setValue