[Greasemonkey] Replacing text with HTML

Bill Donnelly donnelly at snowcrest.net
Wed Aug 2 02:47:01 EDT 2006


Yes, you can use some/most of my code in my Force HTML GmScript to 
accomplish
what you need.

http://www.snowcrest.net/donnelly/firefox/gmscripts/forcehtml.user.js


tangent_thought wrote:
> Hello,
>
> As you may know, all forums restrict the use of HTML elements in a post. I
> want to know if there is a way to re-enable the use of it. Obviously the way
> to bypass users from posting HTML code is to replace all ">" to &gt; and "<"
> to &lt;. I am aware that doing this will only effect my viewing of the
> forums, while others get to stare at my random HTML coding. 
>
> Is there a way to replace all &gt; and &lt; to > and < and have the page
> parse it as HTML in greasemonkey?
>   


More information about the Greasemonkey mailing list