That's exactly what I needed, thank you very much. :) On Apr 27, 2:31 pm, John Plsek <[email protected]> wrote: > How is it bolded? > > If it's with a <B> element: > > GM_addStyle('B { display:none; }'); > > an <EM> element > > GM_addStyle('EM { display:none; }'); > > If neither ... well, depends HOW it's done (the more we know the easier it > is to help > > Regards > > John > On 27 April 2010 15:25, g g <[email protected]> wrote: > > > > > 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]<greasemonkey-users%[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]<greasemonkey-users%[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]<greasemonkey-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/greasemonkey-users?hl=en. > > -- > Coming soon - BravoStudio, a complete internet radio/tv solution > > -- > 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.
