4

Trying to make a new tab page for chrome, but can't even load external anything, so I can't do the main thing I wanted to do, ie have an rss feed. Anybody got any solutions? Pulling my hair out here. :/

Comments
  • 2
    I cant seem to figure out what you want to do. By new tab are you referring to the tabbing feature in browsers? Also what is the main thing you want to do?
  • 1
    I'm confused. New tab from..... where? If outside of chrome, just put it as a parameter e.g. `chrome <url>` if it's set for opening a new tab for link (which I think is by default). With js/jQ there are `open...` something functions of a window, look at the docs.
    If you want to load external stuff, it's almost everywhere blocked for safety reasons (you don't want it allowed), but if you insist, go for ajax&jQ.
  • 0
    @uziiuzair Basically, I'm trying to make an extension for chrome, that has the same purpose as https://chrome.google.com/webstore/... for example, basically overrides the new tab page. But, I can't load external scripts.
  • 1
    @Willyb321 ah okay. Have you tried looking into the source code of that extension?
  • 0
    @uziiuzair I've actually just found it, gonna pour through it and see if I can find anything. Thanks for the idea.
Add Comment