Skip to content

Instantly share code, notes, and snippets.

@Lucretiel
Created April 26, 2021 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lucretiel/38681e7f3db4a382c3133a46c7e16a44 to your computer and use it in GitHub Desktop.
Save Lucretiel/38681e7f3db4a382c3133a46c7e16a44 to your computer and use it in GitHub Desktop.
Enhancer script for webtoons.com
// ==UserScript==
// @name Webtoon Enhancer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.webtoons.com/en/*
// @icon https://www.google.com/s2/favicons?domain=webtoons.com
// @grant none
// @require https://raw.githubusercontent.com/Lucretiel/comics-enhance/master/enhance.js
// ==/UserScript==
enhanceComic({
comic: ".viewer_img",
next: ".pg_next",
prev: ".pg_prev",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment