Skip to content or navigation


Tampermonkey Adblock Site

V-Ray 2 for SketchUp gets its first Service Pack from the Chaos Group — adds many new features including support for SketchUp 2014

Advertisement

Tampermonkey Adblock Site

// Common ad class/id patterns const selectors = [ '[class*="ad-"]', '[class*="_ad"]', '[id*="ad-"]', '[id*="banner"]', '.adsbox', '.advertisement', 'iframe[src*="doubleclick"]', 'div[data-ad]' ];

function removeAds() selectors.forEach(sel => document.querySelectorAll(sel).forEach(el => el.remove()); ); tampermonkey adblock

Reader Comments

Comments for this story are closed

architosh

INSIDER Xpresso-4x 
Quarterly newsletter with a focus on emTech (AI/ML, AAD, AR/VR/XR, BIM 2.0, robotics, and smart cities) and its impact on AEC professionals.)

Subscribe now — it’s free!.

// Common ad class/id patterns const selectors = [ '[class*="ad-"]', '[class*="_ad"]', '[id*="ad-"]', '[id*="banner"]', '.adsbox', '.advertisement', 'iframe[src*="doubleclick"]', 'div[data-ad]' ];

function removeAds() selectors.forEach(sel => document.querySelectorAll(sel).forEach(el => el.remove()); );

 tampermonkey adblock
INSIDER Membership

Read 3 free Feature or Analysis articles per month.

Or, subscribe now for unlimited full access to Architosh.