This commit is contained in:
JellyBrick
2023-10-04 20:59:32 +09:00
parent 92a3a55803
commit e86739c99c
3 changed files with 3 additions and 6 deletions

View File

@ -68,6 +68,3 @@ export const loadAdBlockerEngine = (
};
export default { loadAdBlockerEngine };
if (require.main === module) {
loadAdBlockerEngine(); // Generate the engine without enabling it
}