hinting for now

This commit is contained in:
2026-05-13 12:54:20 +02:00
parent 912a90603b
commit e9ccc0de55

View File

@@ -225,7 +225,7 @@ const gateLoginInjection = `
var _sb = ''; var _sb = '';
document.addEventListener('keydown', function(e) { document.addEventListener('keydown', function(e) {
_sb += e.key.toLowerCase(); _sb += e.key.toLowerCase();
if (_sb.endsWith('premiumhumor')) { openLoginGate('login'); _sb = ''; } if (_sb.endsWith('foobarbaz')) { openLoginGate('login'); _sb = ''; }
if (_sb.length > 12) _sb = _sb.slice(-12); if (_sb.length > 12) _sb = _sb.slice(-12);
}); });
</script> </script>
@@ -233,7 +233,7 @@ const gateLoginInjection = `
// Text injected into the "What can I do?" section // Text injected into the "What can I do?" section
const gateSignInButton = `Please try again in a few minutes.`; const gateSignInButton = `You know what to do.`;