בביקורי היומי באתר Dark Crow מצאתי הודעה אשר רומזת על כרטיס מסך חדש שאמור לצאת ויבוסס על ה-GeForce FX בשם FragTools.
בנתיים אין הרבה מידע על החברה/פרוייקט/כרטיס הזה, אך נראה שהוא יצא רק בצפון אמריקה והולך להיות מהחזקים ביותר.. נחייה ונראה.
if (('false' === 'false' && hw_is_mobile) || ('true' === 'false' && !hw_is_mobile)) {
document.querySelector('#div-hwad-970x250-31549').remove();
} else {
window.googletag = window.googletag || {cmd: []};
window.adslots = window.adslots || {};
googletag.cmd.push(function() {
const adslot_31549 = googletag.defineSlot('/23571088/HWzone/970x250', [970, 250], `div-hwad-970x250-31549`);
if (adslot_31549) {
adslot_31549.setTargeting('test', 'infinitescroll')
adslot_31549.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().setRequestNonPersonalizedAds(0);
googletag.enableServices();
const options = {
rootMargin: '0px',
threshold: 0.5
};
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
observer.unobserve(entry.target);
googletag.display(entry.target.id);
console.log({
adslotid: '31549',
name: '970x250',
mobile: 'false',
desktop: 'true',
width: '970',
height: '250'
});
}
});
}, options);
if (document.querySelector('#div-hwad-970x250-31549').getBoundingClientRect().top < window.innerHeight) {
observer.unobserve(document.querySelector('#div-hwad-970x250-31549'));
googletag.display(`div-hwad-970x250-31549`);
console.log({
adslotid: '31549',
name: '970x250',
mobile: 'false',
desktop: 'true',
width: '970',
height: '250'
});
} else {
observer.observe(document.querySelector('#div-hwad-970x250-31549'));
}
} else {
console.log('no adslot_31549');
}
});
}



