NHentai Improved

Partially fade/remove non-english, HQ thumbnails, mark as read, subs, version grouping etc.

Устаревшая версия за 15.04.2021. Перейдите к последней версии.

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • вер. 2.1.3 05.01.2025

    Fixed an issue with infinite scroll feature's near-page-bottom detection (was especially an issue on phones)

  • вер. 2.1.2 03.01.2025

    Changed Reader Improved Zoom max-width from unset to 100%. (Especially important for mobile) There is no horizontal scrolling currently, so there is probably no reason to allow zooming closer than that since that means you won't see the whole page horizontally. This is something that could be added in the future if it's something people might want...

  • вер. 2.1.1 28.12.2024

    Fixed issue with native blacklist fetching causing an fatal error that would stop the rest of the script too

  • вер. 2.1.0 24.12.2024

    - improved infiniteload fetching
    - Added remove_native_blacklisted feature: Turns out, the way NH did this feature is not that great. It basically works exactly like mine used to... Well whatever, I guess it's still better to not have essentially the same feature twice I guess...

  • вер. 2.0.2 24.12.2024

    - more cleanup of infinite load
    - fixed issue where infinite load could not be triggered if there were too many comics in view (because scroll event, which triggers loading more comics, would never fire)
    - Fixed issues with "Completely remove non-english" with infinite load

  • вер. 2.0.1 23.12.2024

    re-introduced reader mutationobserver that was accidentally left out of 2.0. Should fix issues with zoom level between pages.

  • вер. 2.0.0 23.12.2024

    "Complete" rewrite of the script.
    - fixed bug with reader zoom related to max-width
    - updated jquery library
    - removed my tag blocking feature (use site's own instead. I may improve the site's system at a later date)
    - fixed potential issue if subscribed to MANY tags
    - improved Alt version loading process
    - improved non-english handling (essentially now based on .cover instead of .gallery, making a bunch of other things easier)
    - new settings menu
    - can now access settings through profile page AND through Tampermonkey menu
    - improved import/export with support maintained for old version

  • вер. 1.10.10 20.12.2024

    Reverted to 1.10.8 temporarily

  • вер. 1.10.9 10.12.2024

    General code cleanup. template literals, let/const, arrow functions, spacing etc.

  • вер. 1.10.8 10.12.2024

    Fixed a potential issue with english tag selectors where if a NH has, or later introduces, a tag that contains within it the english tag, it would have broken things. Now it does/will not.
    i.e. english tag = 12227, but if there was another tag like 112227, that would have previously been read as english by parts of the script.

  • вер. 1.10.7 10.12.2024

    Fixed issue with infinite scroll getting stuck on pages other than home page

  • вер. 1.10.6 10.12.2024

    Fixed some issues with HQ thumbnail load retry system

  • вер. 1.10.5 10.12.2024

    - Alt version cover image load fix
    - General improvements to HQ cover loading

  • вер. 1.10.4 10.12.2024

    Small improvements to non-english handling

  • вер. 1.10.3 09.12.2024

    Fixed issue with HQ thumbnails not loading.

    See dicussion

  • вер. 1.10.2 02.12.2024

    Added additional handling for non-english remove/fade when NH (for some reason) randomly doesn't load all tags for some comics. Relying on the title containing either "(English)" or "[English]" (case-insensitive).

  • вер. 1.10.1 07.07.2024

    alt version search symbol handling improvements

  • вер. 1.10.0 30.12.2023

    - infinite load AKA "Dynamically load more comics as you scroll" feature v1 release

  • вер. 1.9.3 28.12.2023

    - Moved some code to functions and other small code cleanup and improvements
    - Infinite load WIP: Now supports basically all NHI features, but the actual triggering of the next page load on scrolling to bottom isn't yet implemented and as such it's still not really usable

  • вер. 1.9.2 26.12.2023

    - small update to the HQ image loading (still fails like 20% of the time, but that's fine, the low quality thumbnails are always there as a fallback)
    - infinite loading browse pages WIP (maybe 60% done, not really usable yet)

  • вер. 1.9.1 06.11.2023

    0 thumbnail/thumbnail-container width = unmodified site default

  • вер. 1.9 09.06.2023

    Added option to fade blocked tags instead of removing them

  • вер. 1.8.9 10.03.2022

    Fixed alt version thumbnails not loading properly

  • вер. 1.8.8 20.06.2021

    Fixed "More Like This" section handling

  • вер. 1.8.7 15.04.2021

    improvement regarding previous update

  • вер. 1.8.6 15.04.2021

    New method for finding alt versions

  • вер. 1.8.5 29.03.2021

    further improvement regarding previous update

  • вер. 1.8.4 29.03.2021

    Improved header space handling for specific obscure resolutions

  • вер. 1.8.3 05.02.2021 onpage grouping fix: handling empty strings
  • вер. 1.8.2 01.02.2021 better tags in the subs page with gradual load of comic counts fetched with AJAX (on hover will load count right away)
  • вер. 1.8.1 01.02.2021 Removed the huge MAR style insert and used a JQuery inserted classname instead since there's already a JQuery insert regarding those anyways. + Split the MAR to chunks of 50 for the selector. + Swapped addGlobalStyle to GM_addStyle
  • вер. 1.8.0 14.01.2021 alt version search improved
  • вер. 1.7.9.1 20.12.2020 fixed tag blocking
  • вер. 1.7.9 22.11.2020 Improved data import/export
  • вер. 1.7.8 30.10.2020 @noframes
  • вер. 1.7.7 23.10.2020 added number of comics read to (your own only, obviously) user page for fun + that same page now affacted by some other features it was previously not
  • вер. 1.7.6 09.08.2020 fixed a problem with null values in imported data + now removing potential newlines and surrounding whitespace from data
  • вер. 1.7.5 03.08.2020 fixed import/export
  • вер. 1.7.4 15.07.2020 Added option to have the script remember the last used zoom level for the reader
  • вер. 1.7.3 29.06.2020 alt version search filter update
  • вер. 1.7.2 28.06.2020 Import/Export is now for all data (including settings) + improved some code
  • вер. 1.7.1 28.06.2020 fixed keeping reader better zoom-level between pages
  • вер. 1.7.0 11.06.2020 added "Improved Zoom" option for the new comic reader: allows zooming below 1.0 and scales in 0.1 increments
  • вер. 1.6.11 10.06.2020 small fix for HQ thumbnnail loading in page section
  • вер. 1.6.10 10.06.2020 nolazyload no longer necessary
  • вер. 1.6.9 10.06.2020 favorites section also now follows the "Browse Section Settings" values (it already did follow the HQ thumbnails setting, but for whatever reason it previously ignored the container and thumbnail size settings) + confirmed version grouping as working (though as of yet unsure how well it will play with the new "popular now" section)
  • вер. 1.6.8 10.06.2020 small update on HQ thumbnail loading
  • вер. 1.6.7 10.06.2020 fixed HQ thumbnails
  • вер. 1.6.6 10.06.2020 fixed and/or confirmed as working: Non-English, mark as read, subscriptions, thumbnail and thumbnail container width, tag blocking
  • вер. 1.6.5 07.06.2020 added more special character handling to version search

Показать все версии скрипта