Hey @yodog.. I am using your super helpful script stackoverflow-code-box-options.user.js & looking for some help to amend one thing for personal use.
Within the function part fnReplaceLinks(), you have this code line return this.href.match(/^http/) && this.hostname !== location.hostname; I would like to change it into something in the lines of "While I am on stackoverflow, do not open stackoverflow links in a new tab unless if the link is explicitly https://stackoverflow.com/q*
Any insight on how to amend this would be appreciated:)
Hey @yodog.. I am using your super helpful script stackoverflow-code-box-options.user.js & looking for some help to amend one thing for personal use.
Within the function part
fnReplaceLinks(), you have this code linereturn this.href.match(/^http/) && this.hostname !== location.hostname;I would like to change it into something in the lines of "While I am on stackoverflow, do not open stackoverflow links in a new tab unless if the link is explicitlyhttps://stackoverflow.com/q*Any insight on how to amend this would be appreciated:)