Πριν την εγκατάσταση το 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";