(function() {
var a = document electorAll('article.fp a>abbr');
var conf = confirm(a.length + ' <<');
if (conf !== true) {
return false;
}
for (var i = 0; i < a ; i++) {
// Check if the inner text is not "via ift" or "more at buff"
b=a[i].closest('header');
if (b.nextElementSibling.nextElementSibling.innerText.includes("via ift")!==true && innerText es("more at buff")!==true) {
window (a[i].parentElement.href, '_blank');
}
}
})();
...read more