Skip to content

Commit 78c2f52

Browse files
author
hoang.tran12
committed
remove login overlay
1 parent e0f2eb5 commit 78c2f52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/studocu_bypassPreview.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@ export default {
106106
} catch {
107107
console.log("no overpage ads found");
108108
}
109+
110+
try {
111+
let overlay = document.querySelector(
112+
"._95f5f1767857._0838fb325c04"
113+
);
114+
if (overlay) {
115+
overlay.style.display = "none";
116+
}
117+
} catch (e) {}
109118
}, 100);
110119
});
111120
})();

0 commit comments

Comments
 (0)