xenforo-ext-adblock-detector/ext.advert.js

11 lines
201 B
JavaScript
Raw Normal View History

2023-07-17 02:16:22 +02:00
"use strict";
function extJS_runABDetector() {
let e = document.createElement('div');
e.id = 'runABDetector';
e.style.display = 'none';
document.body.appendChild(e);
}
extJS_runABDetector();