使用 Greasemonkey 在页面加载之前更改 CSS

发布于 2024-08-31 13:05:09 字数 152 浏览 3 评论 0原文

我需要在加载之前使用 Greasemonkey 隐藏页面上的元素(以便它永远不可见)。

目前我正在使用我相当熟悉的 jQuery 1.3.2,但我不确定它如何与 Greasemonkey 交互,所以我不知道如何实现这一点!

非常感谢,

JP

I need to hide an element on the page using greasemonkey before it loads (so that it's never visible).

At the moment I'm @requireing jQuery 1.3.2 which I'm reasonably familiar with, but I'm unsure how it interacts with greasemonkey so I don't know how to pull this off!

Many thanks,

JP

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

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

发布评论

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

评论(1

甜柠檬 2024-09-07 13:05:09

Greasemonkey 无法为您执行此操作,这是您应该使用用户风格的场景之一。

许多编写用户脚本的人还会创建一个可以与用户脚本一起使用的用户样式,这会在页面加载之前更改 CSS 样式,以改善用户体验。通常他们会将用户脚本上传到 userscripts.org 并在描述中添加一个链接到 userstyles.org

Greasemonkey cannot do this for you, this is one of the scenarios where you should use a userstyle.

Many people who write userscripts also create a userstyle that can go along with the userscript, which will change CSS styles before the page loads, to improve the user experience. Usually they upload their userscript to userscripts.org and add a link in the description to the associated userstyle on userstyles.org.

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