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 <[email protected]> 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 <[email protected]>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 [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<chromium-extensions%[email protected]>
> > .
> > 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.