您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes the media container,suggsted stories and comment for faster loading and more efficient way to read story from wattpad
// ==UserScript== // @name Wattpad++ // @namespace http://tampermonkey.net/ // @description Removes the media container,suggsted stories and comment for faster loading and more efficient way to read story from wattpad // @include https://www.wattpad.com // @version 0.1.0 // ==/UserScript== document.getElementsByClassName('media-wrapper,part-recommendations-container')[0].remove() var elem = document.getElementById("comment-container"); elem.parentNode.removeChild(elem);