Limelight Forums
"Open in new tab" for the Link watcher. - Printable Version

+- Limelight Forums (https://limelightgaming.net/forums)
+-- Forum: Feedback (https://limelightgaming.net/forums/forum-612.html)
+--- Forum: Suggestions (https://limelightgaming.net/forums/forum-239.html)
+---- Forum: Finished (https://limelightgaming.net/forums/forum-242.html)
+---- Thread: "Open in new tab" for the Link watcher. (/thread-12629.html)



"Open in new tab" for the Link watcher. - Project - Oct 9, 2016

Suggestion for the forums

In detail, explain your suggestion: Add a second button on the link watcher which allows for the link to be opened in another tab instead of it opening in the page I wanted to read.

Why should this be implemented? It would make browsing threads with links easier as we would not have keep opening a link and then going to the post as we would be able to open it in a new tab.


Link watcher is the thing that pops up when you click a link, try this link here. https://www.google.com


RE: "Open in new tab" for the Link watcher. - PaulB - Oct 9, 2016

Was thinking the same thing earlier I can't find the JS for the Link watcher script however I've made this little script which could easily be put into the link watcher.
Code:
<a href="https://google.com" onclick="javascript:openWindowInNewTab(this.href);return false;">Works</a>
<script>
function openWindowInNewTab( NewWindow )
{
 window.open(NewWindow, '_blank');
 window.focus();
}
</script>
believe it works for all browsers except IE7.
Checked on: Chrome, IE9, Firefox.


RE: "Open in new tab" for the Link watcher. - Daley - Oct 9, 2016

Why not just right click the link, and click open in a new tab?


RE: "Open in new tab" for the Link watcher. - PaulB - Oct 9, 2016

(Oct 9, 2016, 01:51 PM)Daley Wrote: Why not just right click the link, and click open in a new tab?

Allows people to masks links once again rather than showing the true link behind it.


RE: "Open in new tab" for the Link watcher. - Daley - Oct 9, 2016

(Oct 9, 2016, 01:53 PM)PaulB Wrote:
(Oct 9, 2016, 01:51 PM)Daley Wrote: FFhy not just right click the link, and click open in a new tab?

Allows people to masks links once again rather than showing the true link behind it.
Fair enough.

+Support


RE: "Open in new tab" for the Link watcher. - Dick - Oct 9, 2016

+support


RE: "Open in new tab" for the Link watcher. - Cooli - Oct 9, 2016

+Support


RE: "Open in new tab" for the Link watcher. - Nebula - Oct 9, 2016

-support

Click on the mousewheel ?


RE: "Open in new tab" for the Link watcher. - D3ST - Oct 9, 2016

+Support


RE: "Open in new tab" for the Link watcher. - PaulB - Oct 9, 2016

(Oct 9, 2016, 02:42 PM)Nebula Wrote: -support

Click on the mousewheel ?

If you do it that way people can mask links behind it hence we need a option in the link watcher.


RE: "Open in new tab" for the Link watcher. - Nebula - Oct 9, 2016

(Oct 9, 2016, 02:54 PM)PaulB Wrote:
(Oct 9, 2016, 02:42 PM)Nebula Wrote: -support

Click on the mousewheel ?

If you do it that way people can mask links behind it hence we need a option in the link watcher.

https://bit.ly/1kDK0dM

Nvm.. Well


RE: "Open in new tab" for the Link watcher. - thefaketaco - Oct 9, 2016

+support


RE: "Open in new tab" for the Link watcher. - alan245 - Oct 10, 2016

+Support i mean why not


RE: "Open in new tab" for the Link watcher. - Daley - Jun 11, 2017

Approved.


RE: "Open in new tab" for the Link watcher. - Burnett - Oct 25, 2017

Thanks for your suggestion. Finished