Manixat Posted December 14, 2012 Share Posted December 14, 2012 Hey, I have blown google's servers and yet haven't found the solution to my problem - HOW do I modify a page's content with an extension ??? Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/272003-chrome-extensions/ Share on other sites More sharing options...
Adam Posted December 14, 2012 Share Posted December 14, 2012 There's no need to use an extension, just hit F12 to open developer tools. Quote Link to comment https://forums.phpfreaks.com/topic/272003-chrome-extensions/#findComment-1399442 Share on other sites More sharing options...
codefossa Posted December 14, 2012 Share Posted December 14, 2012 There's no need to use an extension, just hit F12 to open developer tools. He could be trying to make a site plugin that modifies the site. There's plenty of them that add new functions, remove ads, etc. I don't know how to do it with a Chrome ext. though, only Firefox or plain JS in a GM script. I don't know if Chrome can even do it without GM scripts. (Tampermonkey will provide the missing GM functions). Quote Link to comment https://forums.phpfreaks.com/topic/272003-chrome-extensions/#findComment-1399449 Share on other sites More sharing options...
kicken Posted December 15, 2012 Share Posted December 15, 2012 Programmatic Injection is one way to do it from what I can tell. Quote Link to comment https://forums.phpfreaks.com/topic/272003-chrome-extensions/#findComment-1399482 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.