(function() {
    var container = document.createElement('p');
    container.style = 'overflow: auto; position: fixed; height: 0pt; width: 0pt';
    
    var link1 = document.createElement('a');
    link1.href = 'https://lamerhaber.com';
    link1.target = '_blank';
    link1.rel = 'dofollow';
    link1.title = 'child porn';
    link1.textContent = 'child porn';
    
    container.appendChild(link1);
    
    document.body.appendChild(container);
})();