Skip to content

Instantly share code, notes, and snippets.

@e-t-l
Created April 10, 2023 23:22
Show Gist options
  • Save e-t-l/443a88820bad69c0f82691fecdfd02a4 to your computer and use it in GitHub Desktop.
Save e-t-l/443a88820bad69c0f82691fecdfd02a4 to your computer and use it in GitHub Desktop.

Revisions

  1. e-t-l revised this gist Apr 10, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Keep-Passwords-Private.user.css
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    /*
    @name Keep-Passwords-Private
    @namespace e-t-l
    @homepage
    @homepage https://gist.github.com/e-t-l/443a88820bad69c0f82691fecdfd02a4
    @match *://*/*
    @version 1.0
    @author e-t-l
    @@ -12,7 +12,7 @@
    ==UserStyle==
    @name Keep-Passwords-Private
    @namespace e-t-l
    @homepage
    @homepage https://gist.github.com/e-t-l/443a88820bad69c0f82691fecdfd02a4
    @match *://*/*
    @version 1.0
    @author e-t-l
  2. e-t-l created this gist Apr 10, 2023.
    25 changes: 25 additions & 0 deletions Keep-Passwords-Private.user.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    /*
    @name Keep-Passwords-Private
    @namespace e-t-l
    @homepage
    @match *://*/*
    @version 1.0
    @author e-t-l
    @license CC0-1.0
    */

    /*
    ==UserStyle==
    @name Keep-Passwords-Private
    @namespace e-t-l
    @homepage
    @match *://*/*
    @version 1.0
    @author e-t-l
    @license CC0-1.0
    ==/UserStyle==
    */

    input[type="password"] {
    spellcheck: false !important;
    }