설치하기 전에, 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";