Im looking for a way to read the source only of open tabs on my browser, specifically music.apple.com. What chrome api should I use for this? Ive been searching around their docs but couldn't find anything that looks like what I need.
Asked
Active
Viewed 35 times
0
-
1It's probably related to https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Modify_a_web_page – 2br-2b May 06 '21 at 00:55
-
1There's no such API. You'll have to use a *content script*, [example](https://stackoverflow.com/a/11696154). – wOxxOm May 06 '21 at 03:22
-
Thanks for helping! Ill look into content scripts @wOxxOm – Leastrio May 06 '21 at 04:20