Facebook似乎在夸我Opera扩展的代码

时间:2018-09-19 06:54:15

标签: javascript facebook opera

我正在尝试对Opera进行扩展,该扩展将从Facebook的HTML代码中删除一个div。这是我的代码:

alloc_real

控制台的输出:

document.onload = function () { if(document.getElementById("contentArea")!= 
null)
{
    document.getElementById("contentArea").innerHTML = "nothing";
} };

有什么方法可以使其正常工作吗?

0 个答案:

没有答案