Created
April 10, 2023 23:22
-
-
Save e-t-l/443a88820bad69c0f82691fecdfd02a4 to your computer and use it in GitHub Desktop.
Revisions
-
e-t-l revised this gist
Apr 10, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ /* @name Keep-Passwords-Private @namespace e-t-l @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 https://gist.github.com/e-t-l/443a88820bad69c0f82691fecdfd02a4 @match *://*/* @version 1.0 @author e-t-l -
e-t-l created this gist
Apr 10, 2023 .There are no files selected for viewing
This file contains 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 charactersOriginal 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; }