detect-blocker
v1.0.0
Published
Detects common website blocking extensions used in schools
Readme
detect-blocker
Javascript library to detect common content blockers used by school districts, such as GoGuardian. Intended for frontend use.
Usage Example
const webBlocker = require("detect-blocker");
if (webBlocker.detect().result == true) {
// handle detection here
}Result Example
{
"result": true,
"extensions": ["GoGuardian", "LockDown Browser"]
}