Skip to content

Instantly share code, notes, and snippets.

View Nebelung-Dev's full-sized avatar
🐱
the lung™

Nebelung Nebelung-Dev

🐱
the lung™
View GitHub Profile
@BinBashBanana
BinBashBanana / detectordetector.js
Last active October 23, 2025 04:08
Web proxy detector detector script
/**
* Web proxy detector detector script by OlyB
* Last updated: 2025-08-11
* Currently supports Securly and GoGuardian detection methods
* Paste into browser console to use :)
*
* Securly detects using various query selectors and element content,
* While GoGuardian primarly uses the page's visible text content as well as script/img source attributes, which it checks against a list of terms.
* When detected, the script will log the matching selectors and/or terms.
*/