Greasy Fork is available in English.

Mangadex Preview Post

WhatYouSeeIsWhatYouGet preview generator for MangaDex comments/posts/profile. Shows a formatted preview next to the edit box.

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v0.3.15 26. 09. 2019 Imported from URL
  • v0.3.15 02. 08. 2019 Fix spoiler btn
  • v0.3.14 02. 08. 2019 Upgrade PegJs, Add Untagged link preview, Sanity Checks, url validation (WIP), More MD style Image tag autoclosing Media tag code is an ugly mess, but I need to commit a working version before I screw it up again
  • v0.3.12 01. 08. 2019 Quelch eslint errors
  • v0.3.12 01. 08. 2019 Split Tokenizing and AST generation, Mose eslint complient
  • v0.3.9 31. 07. 2019 Fix profile interface overlap problem
  • v0.3.8 31. 07. 2019 Add padding to correct element
  • v0.3.7 31. 07. 2019 Add padding between new post text area and post preview.
  • v0.3.6 29. 07. 2019 Add GM_xmlhttpRequest back momentary lasp in sanity. will happen again
  • v0.3.5 29. 07. 2019 Replce unnecessary use of GM_xmlHttpRequest with fetch
  • v0.3.4 29. 07. 2019 Fix navbar height compensation code.
  • v0.3.3 29. 07. 2019 Drop Dependency on expiremental features Remove unused requires. Better comply with more MD post formating, like wordWrap: break-word. Permit running in console/bookmarklet mode.
  • v0.3.1 28. 07. 2019 Lower initial update delay
  • v0.3.0 28. 07. 2019 Make interface integrate into threads better
  • v0.2.9 28. 07. 2019 Add linebreaks after list elements when closed by linebreak. Add more formating to match MD style
  • v0.2.8 28. 07. 2019 Add MD styling to img preview, Remove debbugging info also got rid of unsafe window
  • v0.2.2 20. 07. 2019 More openuserjs complient
  • v0.2.2 09. 07. 2019 Version bump
  • v0.2.1 09. 07. 2019 Support highlight bbcode
  • v0.2.1 09. 07. 2019 Imported from URL
  • v0.2.1 09. 07. 2019 Start Transition to Typescript Types mostly NYI. Just changed directory structure. Imported eslint's new typescript support.
  • v0.2.1 04. 07. 2019 Fix: Update location on tag autoclose
  • v0.2.0 04. 07. 2019 Imported from URL
  • v0.1.0 12. 06. 2019 Make work on new threads. Start work on update-able AST. Prior to move to TS.
  • v0.0.9 15. 04. 2019 Treat unmatched close tags as text Generate an ast as the last step inside PEG. treat unmatched close tags as text. Allow parent tags to be closed even if nested tags were not (implicitly closes them) closes #4
  • v0.0.8 15. 04. 2019 Add the forgotten quote to the peg grammer
  • v0.0.7 15. 04. 2019 Use commit release freom peg git repo
  • v0.0.5 14. 04. 2019 syncing name with local version
  • v0.0.4 14. 04. 2019 Wait for images to load before updating preview Also ensure the buffered preview is newer than the currently displayed preview before swapping
  • v0.0.3 14. 04. 2019 partialy fix list items
  • v0.0.2 14. 04. 2019 Fix name, test greasyfork sync
  • v0.0.1 14. 04. 2019 Imported from URL