去广告的JS用这个吧 能移除广告位留空
(function() { 'use strict'; Object.defineProperty(window, 'innerWidth', { get() { return document.documentElement.offsetWidth + 320 },})})();
(function() {
'use strict';
Object.defineProperty(window, 'innerWidth', {
get() { return document.documentElement.offsetWidth + 320 },
})
})();