Search results for query: userscript

  1. F

    How do I query the '/chapter'-route with blacklisted chapter ids? Can only find a way to whitelist.

    ...that is the route simply listing all chapters metadata, not the one for actually downloading chapters. I figured I should 'optimize' my userscript a bit to try and give the API-backend a break by avoiding asking for already seen chapters in my queries. To be exact, I have a couple "filters"...
  2. Nako

    My Incomplete First Love

    ...really don't get why this page is fludded by stuff that nobody really wants to read (I mean, if you check the suggestion-forums, there are more than enough requests to have the option to filter by country. People even share userscripts in the comments to remove Chinese releases from the main...
  3. U

    Unable to toggle chapter read status back and forth :will fix:

    The userscript I made to mark all as read fixes this. https://openuserjs.org/scripts/UseYourName/MangaDex_mark_as_read
  4. U

    Bulk Mark As Read/Unread

    I made a userscript for this a while back, but with the lack of forum searching I don't really blame you for missing it. openuserjs/greasyfork
  5. A

    Anti-keyboard-scrolljacking userscript

    Yo, I made a small userscript to block the new reader from scrolljacking because I personally can't stand it blocking up/down arrow keys for scrolling. I figured I would post it here just in case anybody else is like me. You can get it here on Github if you want...
  6. F

    any option to stretch

    I've been using a userscript to stretch images since september 2018. If the CSS Teasday posted doesn't work, try this: // ==UserScript== // @name MangaDex - stretch images // @namespace firelight // @include https://mangadex.org/chapter/* // @version 1 // @grant none //...
  7. deltarayedge

    Open Sourcing the MangaDex@Home Client, Symfony Devs Acquired, and User Research Survey Results

    ...others i know, use it. So long as the new reader doesn't have it, it will remain inferior to me, and i suspect i may have to use a dodgy userscript that majes u look like a bot. The new reader's images are also slightly off-center even with a hidden sidebar, and this may trigger ochd for some.
  8. T

    Yaoi filter userscript

    ...updates and frontpage is a planned feature that will be coming out sooner or later. I didn't feel like waiting any longer, so I wrote an userscript for filtering Yaoi and other tags, available at https://github.com/nuiva/Mangadex-filter. I'm not sure about the API, but most Mangadex requests...
  9. Pika

    Option to hide "forum" and "manga" latest post

    imo I sometimes forget that the forum section exists on the home page so here's a small script for tampermonkey that I wrote in a jiffy to make the forum section to pop up in the middle of the screen every time you go to the homepage
  10. Teasday

    My Anime List x Mangadex :rejected:

    We have no plans of supporting exporting data to MAL (although importing is a separate matter). Your best bet is to have someone come up with a userscript to do this, but we'll probably need to improve our API first for it to be viable anyway.
  11. J

    Reader Not Working on Firefox :fixed:

    ...see select all lines, then delete them and paste the code from the clipboard. Right above the first line in the editor (i.e. above // ==UserScript==) click "File->Save". Do not try to go to the browser's menu "File->Save". Click the one inside the page! Open new tab and check any manga on...
  12. zeen3

    Repeated keystrokes in reader on horizontal scroll should not trigger page change

    Update: Have written as a userscript; available at mangadex-userscripts.blackandwhite.world. Includes implementation for #165073 Keyboard based scrolling should be predictable over time and keyboard repeat rate as well.
  13. zeen3

    Keyboard based scrolling should be predictable over time and keyboard repeat rate

    Update: Have written as a userscript; available at mangadex-userscripts.blackandwhite.world. Includes implementation for #165068 Repeated keystrokes in reader on horizontal scroll should not trigger page change as well.
  14. FireFish5000

    Mangadex Post Autocomplete Userscript

    ...comments icon means they are talking in the current thread. bookmark icon means you are following this chapter Installation: This is a UserScript! To use it, you need a UserScript manager such as GreaseMonkey, ViolentMonkey, or TamperMonkey available from your browser's App/Web store...
  15. Ultrabenosaurus

    Mark All [Visible] Chapters Read

    It is in the planned updates list, but until it gets implemented I have made a userscript for marking chapters as read in bulk. If the manga is on your Reading list and there are unread chapters it adds a button next to the rating button. Clicking that will mark all* unread chapters as read...
  16. K

    Please don't have notifications tucked under username menu.

    ...to do the trick. Just adds a link, the exclamation mark indicator stuff probably will still point to the menu item i think, idk // ==UserScript== // @name Top level notification link // @namespace http://tampermonkey.net/ // @version 0.1 // @description blah // @author...
  17. deltarayedge

    allow preload of chapter length

    ...than telling people to go mobile+use 3rd party reader, but i guess it's an option if nothing else. Maybe i'll just turn on those 1chapter userscripts and get mistaken for a bot again, sigh. The few pixels throws your balance off cause it's just slightly offcenter, not majorly. You end up...
  18. Lampan

    A reasonable request amount?

    I made a userscript that fetches images from manga and displays it next to the manga title on the follow page. When I ran it for the first time, I didnt add a wait and basically made a hundred requests in less than a second which got me banned for an hour. So what's a reasonable time to wait...
  19. U

    Left/right page turn clicks are limited by image height

    ...will not turn the page. Can be fixed by changing the reader-images class from col-auto to col, which doesn't seem to break anything. // ==UserScript== // @name Back and forth forever // @match *://mangadex.org/chapter/* // ==/UserScript==...
  20. H

    Everything's wrong with my site

    ...that before resetting them). Did you try explicitly exiting your browser after clearing the cache (from browser menu)? Extensions and userscripts could be the reason, try disabling extensions one by one and see how the reader behaves. You have both Ublock Origin and ABP, which just slows...
Top