Autocomplete On

Searches for autocomplete attributes in the page and sets the value to on.

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v14.0 2025-03-28

    Added one second delay after page load to try to ensure the script runs after everything else has run on the page since it appears some sites set the autocomplete attribute at the same time as page load (e.g. DuckDuckGo).

  • v13.0 2023-03-13
  • v12.0 2018-11-24 Fixed execution on Firefox by removing execution of the script within the url using javascript: since Firefox no longer supports this method of execution.
  • v11.0 2016-05-06 Added @grant directive so greasmonkey doesn't complain about it not existing. Added @noframes directive so it only executes on the main page and not within iframes which was a problem on bankofamerica.com
  • v10.0 2014-08-15
  • v10.0 2014-08-15