Skip to content Skip to sidebar Skip to footer

How To Change A Browsed Page's ?

I'm jQuery beginner. I'm trying to modify the source code of a page I'm browsing, using Firefox plus Greasemonkey. How can I modify:

Solution 1:

Something like this?

$("#HiddenCategory").attr("type", "text").val("OTHER");

This is untested but i think it should work ok.


Post a Comment for "How To Change A Browsed Page's ?"