News

If you have a few sites that you visit particularly often but you want them to open up in a new tab every time you visit them, reader Java-Princess sh ...
JavaScript calling window.open() For same-origin content, the new window is created within the same process, enabling the parent to access the child window directly. This can be very useful for app ...
javascript:window.open('http'+location.href.substring(4)); …simply opens a new tab in Chrome. What I ended up using is a hack – and a very curious one – to leverage Chrome’s support for x-callback-url ...