NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Auto Click "Baca Mode Full Page" Button in mangacanblog
// @namespace https://greasyfork.org/en/users/158832
// @version 1.5
// @description Auto Click "Baca Mode Full Page" Button in mangacanblog.com
// @author Riztard
// @match http://www.mangacanblog.com/baca*
// @exclude http://www.mangacanblog.com/*terbaru.html
// @license MIT
// ==/UserScript==
window.location.href = document.getElementsByClassName("pagers")[0].getElementsByTagName("a")[0].getAttribute("href");