Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': // ==UserScript== // @name Tf2CenterPasswords // @namespace Tf2CenterBot // @include https://tf2center.com/lobbies // @version 1.3 // @grant none // ==/UserScript== /*global document: false */ var slotPassword = "ozf"; var getPugs = function () { var pugs = document.getElementsByClassName('ym-grid lobbyOverviewPanel manual'); var i, pugLinks; if (pugs.length > 0) { for (i = […]
↧