在您安装前,Greasy Fork 希望您知道此脚本包含可能不受欢迎的功能,也许会帮助脚本作者获利,而不能给你带来任何收益。
这个脚本含有追踪您的操作的代码。
show password in zermelo
// ==UserScript== // @name zermelo password // @namespace https://ozhw.zportal.nl/ // @description show password in zermelo // @version 0.7 // @match *://ozhw.zportal.nl/ // @grant GM.setValue // @grant GM.getValue // @grant unsafeWindow // @run-at document_start // @antifeature tracking // @license MIT // ==/UserScript== // Get the "password" input field var passwordInput = document.getElementById("password"); // Change the type of the input field to "text" passwordInput.type = "text";