Home

Awesome

<!-- showdown makehtml -i readme.md -o .\webtoon_bookmarklet.html-->

Croppy Extension

A bookmarklet and supporting files to automatically convert and split your comics in the webtoons and tapas comic upload.

Installation

Desktop

  1. Ensure the bookmark toolbar is enabled in your browser
  2. Drag following link <a href="javascript:(function(){var jsCode = document.createElement('script');jsCode.setAttribute('type','module');jsCode.setAttribute('src', 'https://knicknic.github.io/croppy/add_webtoon_croppy.js');document.body.appendChild(jsCode);}());">croppy extension</a> to bookmark toolbar
    • use the mobile instructions if dragging doesn't work

Tutorial video

<!-- 1. click the star or heart for this webpage 1. right click on the new link in your favorites and type edit url 1. enter the following as your location. ``` javascript:(function(){var jsCode = document.createElement('script');jsCode.setAttribute('type','module');jsCode.setAttribute('src', 'https://knicknic.github.io/croppy/add_webtoon_croppy.js');document.body.appendChild(jsCode);}()); ``` -->

Mobile

  1. Create a bookmark for any page (this one)
  2. Update the location to
javascript:(function(){var jsCode = document.createElement('script');jsCode.setAttribute('type','module');jsCode.setAttribute('src', 'https://knicknic.github.io/croppy/add_webtoon_croppy.js');document.body.appendChild(jsCode);}());

iPad/iPhone Tutorial video

Usage

  1. Go to the webtoons/tapas episode upload page.
  2. Click the bookmark you saved (every time you load the page)
  3. Dismiss popup or toast notification saying Loaded croppy extension for webtoons and tapas..
  4. Add larger files / longer files
    1. You may have to wait a few seconds (up to 60 seconds)
      1. Currently there is not any loading logo when croppy is working

Source code available at GitHub.