This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Web proxy detector detector script by OlyB | |
* Last updated: 2024-10-30 | |
* 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. | |
*/ |