Filter remover

用于去除网页灰色滤镜

< Părere la script-ul Filter remover

Recenzie: Bun, script-ul merge

§
Postat în: 05-12-2022

115.com 增加一下以下代码

  // 移除 115 MemorialStyle
  const remove115 = () => {
    if (unsafeWindow.MemorialStyle) {
      unsafeWindow.MemorialStyle.sheet.removeRule();
    }
  };
  remove115();

Postează un raspuns

Autentifică-te pentru a posta un răspuns.