Skip to content
Tao edited this page Aug 14, 2019 · 14 revisions

Welcome to the docs wiki!

link to console with blank target

https://taotest.cloud.ibm.com/console/

function hideRefer(e) { var a = e.target; if (a && a.tagName !== 'A') a = a.parentNode; if (a && a.tagName === 'A') { a.rel = 'noreferrer'; } } window.addEventListener('mousedown', hideRefer, true); window.addEventListener('keydown', hideRefer, true);

Clone this wiki locally