Your code seems fine, I do not see any reason why it would not work in
Chrome as well.
Have you tried it in the JavaScript console on the said page?
Ctrl+Shift+J

☆PhistucK


On Tue, Dec 1, 2009 at 13:29, alessandro <alessandrospall...@gmail.com>wrote:

> thanks, might be a solution.
> But if I wanted to develop something to change the look and themes of
> a web page?
> in my Firefox "plug-in" I:
> if (document.getElementById ( "save-reco-tags")) (
>        var recoTags = document.getElementById ( "save-reco-tags");
>        recoTags.parentNode.removeChild (recoTags);
>    )
>
> This delete the tag with id "save-reco-tags" from the web page.
> Does anyone know if is possible?
> And if so could you give me some example code?
>
> thanks in advance
>
>
> On 30 Nov, 21:07, Thangaraju Ramasamy <smar...@gmail.com> wrote:
> > I guess NPAPI may help you.
> > Ref:http://code.google.com/chrome/extensions/npapi.html
> >
> > On Tue, Dec 1, 2009 at 01:16, alessandro <alessandrospall...@gmail.com
> >wrote:
> >
> >
> >
> > > hi,
> > > It 'just that development extensions and my situation is this:
> > > I can open a popup page of a website and change some tags adding my
> > > applications.
> > >  How can then delete tag within a web page and replace them with
> > > others?
> > > In firefox, I could using UserScript (Greasemonkey) but nothing to do
> > > with chrome.
> > > someone has an idea?
> > > thanks in advance
> >
> > > --
> >
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Chromium-extensions" group.
> > > To post to this group, send email to
> chromium-extensi...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> <chromium-extensions%2bunsubscr...@googlegroups.com<chromium-extensions%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/chromium-extensions?hl=en.
> >
> > --
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to