Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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?
-
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. -
@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.
-
@Willyb321 ah okay. Have you tried looking into the source code of that extension?
-
@uziiuzair I've actually just found it, gonna pour through it and see if I can find anything. Thanks for the idea.
Related Rants
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. :/
undefined
new tab
rss
content security policy my arse
security
chrome