我无权访问需要处理的网站的HTML,但是我可以通过网站构建器工具上的自定义Javascript输入框插入Javascript。
<meta property="og:url" content="https://www.whyottawa.ca/speakers/jeff-jeffrey/">
如果<head>
元素上方的行包含内容,则将[*]设置为“ display:none”,并使用*作为通配符。“>
我尝试过类似的东西
https://www.whyottawa.ca/speakers/但它不喜欢og:url属性中的“:”。有办法避免这种情况吗?还是更好的语法?
我还尝试了if (document.head.og:url.content === "https://www.whyottawa.ca/speakers/*") {
document.getElementById('hide').style.display = "none";
};
之类的属性选择器但出现错误,“ ReferenceError:未定义元”
我无权访问被要求工作的网站的HTML,但我可以通过网站构建器工具上的自定义Javascript输入框插入Javascript。
在这种情况下,您可以这样做。