Firefox extension that interacts with existing page content

I am not a web programming expert, but would like to create a Firefox extension that rewrites the HTML code of pages and javascript code. This is a personal project, so I can spend my time and learn what I'm going on.

I could not find a tutorial or an existing extension that performs both tasks.

Could you point me in the right direction?

Thank you very much!

-CxT

+3
source share
1 answer

You are trying to do two different things. My advice is to learn how to do it yourself. For extensions, these are great lessons:

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/

, , google, .

!

+1

Source: https://habr.com/ru/post/1783385/


All Articles