Ikerous
Newbie
- Joined
- Aug 10, 2004
- Messages
- 5,622
- Reaction score
- 0
I'm trying to make a firefox extension that'll allow me to filter the html/content of any site
There'll be a find/replace list and an option to make it site specific
I'll prolly even make it so *'s and ?'s can be used to make it more dynamic and useful
It'll be nice for removing text ads, unwanted tables, etc.
(Or make it so links in posts are underlined so i can actually see em...)
Anyway, i've got the basic javascript written for the find/replace content
And it works perfectly fine in firefox, but when i try to turn it into an extension i get a js error when i execute it
"document.body has no properties"
I spent an obscene amount of time googling this and trying different things and i really wanna move on with making this, so any help would be extremely appreciated.
<3
Edit: I figured itd help if you had the script
There'll be a find/replace list and an option to make it site specific
I'll prolly even make it so *'s and ?'s can be used to make it more dynamic and useful
It'll be nice for removing text ads, unwanted tables, etc.
(Or make it so links in posts are underlined so i can actually see em...)
Anyway, i've got the basic javascript written for the find/replace content
And it works perfectly fine in firefox, but when i try to turn it into an extension i get a js error when i execute it
"document.body has no properties"
I spent an obscene amount of time googling this and trying different things and i really wanna move on with making this, so any help would be extremely appreciated.
<3
Edit: I figured itd help if you had the script