Would that remove the text, or just the bolding? Because I need something to completely remove text if it's bolded. I have a massive database I need to convert to a text document, problem is, there's a lot of extra information which isn't needed, and is bolded. Alternatively, is there a way to "smart remove" text which fits specific criteria? IE, has a string of numbers of different lengths followed by a specific letter?
On Apr 27, 5:56 am, Rob <[email protected]> wrote: > I think this should do it: > > GM_addStyle('body { font-weight: none; }'); > > On Apr 25, 11:29 pm, g g <[email protected]> wrote: > > > Hello, if someone could make me a script that would remove all bolded > > text on a website, or even just write me a line of code that I can > > insert into a script I'm using already, it would be appreciated. Thank > > you. :) > > > -- > > You received this message because you are subscribed to the Google Groups > > "greasemonkey-users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/greasemonkey-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "greasemonkey-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/greasemonkey-users?hl=en. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
