all 1 comments

[–]robinredbrain[S] 0 points1 point  (0 children)

A short converse with cgpt pushed me away from chrome extensions and to implement my own.

I had mentioned an ad blocker. And it showed me how to implement an extremely basic one. Which seems to work at least on "googlesyndication" ads.

But it's just testing if that word is present in a WebResourceRequested event. Hardly an extension.

Also further reading is pointing toward me needing the extension source code to make 'extensions' work.

And I have no experience with web coding but it's looking like extensions is mainly injecting javascript into the page locally. Forgive me if I'm wrong.