Skip to content

Instantly share code, notes, and snippets.

View frispete's full-sized avatar

Hans-Peter Jansen frispete

  • CET
View GitHub Profile
@frispete
frispete / strip-autocomplete.user.js
Last active January 27, 2021 12:57 — forked from david0/strip-autocomplete.user.js
Greasymonkey/Tampermonkey script that strips "autocomplete" attributes from username and password fields
// ==UserScript==
// @name Enable autocomplete attributes
// @namespace frispete
// @version 0.1
// @description This plugin gives the control about your passwords back to your browser and allows the browser to store every password.
// @include http://*
// @include https://*
// @copyright 2014, David, 2021, frispete
// forked from: https://gist.github.com/david0/9327296
// Usage: Install TamperMonkey, load this page and push raw view of script