Skip to content

Instantly share code, notes, and snippets.

@gabrielfin
gabrielfin / bitwarden-autocomplete-workaround.user.js
Last active May 7, 2025 18:45
Workaround for Bitwarden auofilling password inputs with autocomplete='new-password'
// ==UserScript==
// @name Bitwarden autocomplete workaround
// @namespace Violentmonkey Scripts
// @match *://*/*
// @grant none
// @version 1.0
// @author -
// @run-at document-end
// @description 07/05/2025, 15:09:39
// ==/UserScript==
@gabrielfin
gabrielfin / userChrome.css
Created August 31, 2018 20:24
Chromeless Firefox
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#PersonalToolbar,
#BookmarksToolbar,
#MenuToolbar,
#nav-bar{ display: none !important; }
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
min-height: 0 !important;
}
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {