有没有可以在 Google Chrome 中使用 Jquery 的 Greasemonkey 脚本?
您是否有在 Google Chrome 中使用 Jquery 的 Greasemonkey 脚本的链接\示例?
Do you have any link\example of Greasemonkey script with Jquery that works in Google Chrome?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我写了一个示例,您可以在这里找到。与 Nick 提供的示例的主要区别在于,我的示例会将 jQuery 添加到尚未包含 jQuery 的页面。
I wrote an example which you can find here. The main difference from the example provided by Nick is that my example will add jQuery to a page that does not already have it.
您可以查看将回复链接添加到评论脚本的源代码< /a>,可以在这里找到。它使用 jQuery 在 Chrome 中运行,非常方便...它还包括 指向元上同一问题的链接,这些链接遵循有关使其在 Chrome 和 Chrome 中运行所需的调整的评论线索。火狐浏览器:)
You can view the source for the Add reply-to links to comments script, it can be found here. It runs in Chrome using jQuery and is very handy...it also includes links to the same question on meta, that follow the comment trail on the tweaks needed to get it running in both Chrome & Firefox :)