与现有页面内容交互的 Firefox 扩展

发布于 2024-10-10 09:48:03 字数 167 浏览 0 评论 0原文

我不是网络编程专家,但我想创建一个 Firefox 扩展来重写页面的 html 和 javascript 代码。这是一个个人项目,所以我可以慢慢地学习东西。

我无法找到可以完成这两项任务的教程或现有扩展。

你能指出我正确的方向吗?

非常感谢你!

-CxT

I am not a web programming expert but I would like to create a Firefox extension that rewrites pages' html and javascript code. This is a personal project so I can take my time and learn things as I go.

I haven't been able to locate a tutorial or existing extension that does both tasks.

Would you be able to point me in the right direction?

Thanks you so much!

-CxT

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

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

发布评论

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

评论(1

待天淡蓝洁白时 2024-10-17 09:48:03

您正在尝试完成两件不同的事情。我的建议是学会独立完成这两件事。对于扩展,这些都是很棒的教程:

https://developer.mozilla.org/en/building_an_extension

http://www.rietta.com/firefox/Tutorial/overview.html

对于“重写”页面 html、css、js:

http:// ejohn.org/blog/hacking-digg-with-firebug-and-jquery/

在任何教程中您不明白的任何内容,可以谷歌或在此处提问。

享受!

You're trying to accomplish two different things. My advice is to learn to do both independently. For extensions, these are great tutorials:

https://developer.mozilla.org/en/building_an_extension

http://www.rietta.com/firefox/Tutorial/overview.html

For "rewriting" a pages html, css, js:

http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/

Anything you don't understand in any of the tutorials, either google or ask here.

Enjoy!

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