我正在尝试对Opera进行扩展,该扩展将从Facebook的HTML代码中删除一个div。这是我的代码:
alloc_real
控制台的输出:
document.onload = function () { if(document.getElementById("contentArea")!=
null)
{
document.getElementById("contentArea").innerHTML = "nothing";
} };
有什么方法可以使其正常工作吗?