If you didn't want to change underlying oscript, you could also add JavaScript to a global appearance.
$( ".promotedCmds" ).each(function( index ) {
var checkString = ">Open</a>"
var replaceString = " target='_blank' " + checkString;
var targetString = $(this).html();
var check =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.