soul モバイル版 5ch スクロール不可広告削除

スクロールを可能にする

// ==UserScript==
// @name         soul モバイル版 5ch スクロール不可広告削除
// @namespace    
// @version      2025-03-13
// @description  スクロールを可能にする
// @author       あるぱか
// @match        https://itest.5ch.net/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=5ch.net
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    document.querySelector("body").classList.remove("is5x7asParentNoScroll");
})();