0

I have an personal extension loading several tabs (html pages) and in one of them , I need to remove an element. I know of content scripts but have no idea how I could use one for that purpose. Has anyone a solution for that ?

I have tried using the code mentioned, however could not succeed removing the targeted HTML element.

Here is the HTML page I want to modify at load time : "chrome-extension://glaedmooikiamindhmfcfccncmmdagge/content/html/popup/TB-translation-back.html?text="

And the child element to be removed is the table of icons named with id "SLO_links", full element is as follows :

<div id="SLO_links" style="margin-left:100px;position:absolute;margin-top:-25px;width:100%;">

I do not see how to do it. Would you have any advice or full example I could use ?

0 Answers0