Update aak-cont-script.user.js
This commit is contained in:
parent
d121180c7e
commit
a40d33ffea
@ -4917,6 +4917,9 @@
|
|||||||
Aak.addScript(function () {
|
Aak.addScript(function () {
|
||||||
if(/blockadblock\.com$/.test(location.hostname)){
|
if(/blockadblock\.com$/.test(location.hostname)){
|
||||||
window.eval = null;
|
window.eval = null;
|
||||||
|
window.addEventListener("load", function(){
|
||||||
|
window.document.getElementById("babasbmsgx").remove();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
//return;
|
//return;
|
||||||
// variant 1
|
// variant 1
|
||||||
|
Reference in New Issue
Block a user