The Orange Pen Pill is a cute and super convenient pen pill that will impress your friends and family. It's the perfect companion when you're on the go. It features ORGNX branding and a cute illustration. The pen pill expands into a pen when opened.
choosing a selection results in a full page refresh
var links = document.links;
for (let i = 0, linksLength = links.length ; i < linksLength ; i++) {
if (links[i].hostname !== window.location.hostname) {
links[i].target = '_blank';
links[i].rel = 'noreferrer noopener';
}
}