Arvados: Wattpad++

Removes the media container,suggsted stories and comment for faster loading and more efficient way to read story from wattpad

Versión del día 17/9/2018. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name Arvados: 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);