def ELinks::pre_format_html_hook(url, html) if url.grep("fvwm.lair.be\/(index|viewforum)*.\.php") # I don't like the fact that the tags provide labels as # well as span classes. So we'll remove them. html.gsub!(/()/,"No New Posts") html.gsub!(/()/,"New Posts") html.gsub!(/([nN]o)|[Nn]ew posts\<\/span\>\<\/td\>/,"") end return html end