javascript - GreaseMonkey Script -


Then I have this page with html code and I want to replace greasemonkey with another HTML code What i have. How can this be done?

By example I have

   & Lt; P & gt; Olivira da Serra & lt; / P & gt; & Lt; P & gt; Olivira da Serra & lt; / P & gt; & Lt; P & gt; Olivira da Serra & lt; / P & gt; & Lt; P & gt; Olivira da Serra & lt; / P & gt; & Lt; P & gt; Lagarta maritima & lt; / P & gt; & Lt; / Body & gt; & Lt; / Html & gt;  

And I want to change it:

   & Lt; TD & gt; & Nbsp; & Lt; / TD & gt; & Lt; Td title = "online" align = "center" bgcolor = "# ff8288" & gt; H & lt; / Td> & Lt; Td title = "offline" align = "center" bg color = "# 88ff88" & gt; 1 & lt; / Td> & Lt; TD & gt; & Nbsp; & Lt; / TD & gt; & Lt; / Body & gt; & Lt; / Html & gt;  

Here is a link to the tutorial.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -