rickysarraf / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

Changing Font Colour by Adding HTML #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I would like to change the font colour of particular text elements on a page.

Is it possible to find and replace a particular string in the source code 
before it actually loads?

For example, changing <span class='qWord lang-ur'> to <span class='qWord 
lang-ur'><font color="red">

I tried this, but it doesn't appear to effect any colour change.

Thanks,

Simon

Original issue reported on code.google.com by u5078...@gmail.com on 12 Jan 2014 at 11:04

GoogleCodeExporter commented 9 years ago
It is possible to do it, but not before it actually loads, i.e. the change will 
be applied after the code is fully loaded.

To do it you have to use HTML in the input and the output, and if you want it 
to be automatic you have to check the "Auto-replace on page load" checkbox.

Original comment by marc.r...@gmail.com on 13 Jan 2014 at 8:47