如何识别特定代码/javascript 片段&删除它

发布于 2024-10-15 09:53:53 字数 326 浏览 7 评论 0原文

我正在使用这个网站www.learners.ws/news,慢慢地找到我的路&稳步。我需要一些帮助。如果您使用 Firefox 查看此节点,您会注意到有一个绿色图像显示在顶部的标题区域(就在文章开始的上方)&在评论上方的底部。该图像在 IE 中显示为 red-x。 这些在我启用 Google Adsense 后开始出现。 Drupal 的 Adsense 注入器模块。 有人可以帮我删除这些图像吗? PS我用了firebug &无法找到 html.js 文件:(。 请提供尽可能详细的说明。

I am working with this site www.learners.ws/news, finding my way slowly & steadily. I need some help . If you take a look at this node using Firefox, you will notice that there is a green image showing in header region at the top (just above where article starts) & at the bottom just above the comments. This images appear as red-x in IE.
These started appearing after I enabled Google Adsense & Adsense injector module for Drupal.
Can anybody help me getting rid of those images, please?
P.S. I used firebug & could not locate the html.js file :(.
Please provide as detailed instructions as possible.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枉心 2024-10-22 09:53:53

看起来缺少的图像是:

<img src="/news/sites/all/themes/drupalmagazine/images/related-post-img.jpg" style="border: solid 2px #d4d4d4;">

至少,这就是我的 Chrome“检查元素”告诉我的,不喜欢它与 javascript 有任何关系。

It looks like the images missing are:

<img src="/news/sites/all/themes/drupalmagazine/images/related-post-img.jpg" style="border: solid 2px #d4d4d4;">

At least, that is what my Chrome "inspect element" is telling me, doesn't like it has anything to do with javascript.

病女 2024-10-22 09:53:53

在block.tpl中找到了代码&删除它,解决了。

Found the code in block.tpl & removed it, that resolved.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文