Sleazy Fork is available in English.

SankakuAddon

Adds a few quality of life improvements on Sankaku Channel: Automatic image scaling, scrolling to image, thumbnail icons for loud/animated posts, muting/pausing videos, + - tag search buttons, a tag menu which allows for tagging by clicking, 'Choose/Set Parent' modes, easier duplicate tagging/flagging. Fully configurable through the Addon config.

Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.

  • v0.99.59 04.03.2022
    • CSS sitefix for partially broken thumbnail and deletion page layout
      • video thumbnails apply to slideshows as well
      • replace duplicate deletion sanity checks with more prominent warnings (not final)
      • add a search template for flagged posts to the moderation page (also not exactly final)
  • v0.99.58 28.02.2022
    • add third-party_edit to the duplicate deletion sanity check as well
      • try fixing scroll to image sometimes being off by a pixel (sadly no guarantee due to subpixel rendering)
      • add a "History »" tag history link to the tag edit page
  • v0.99.57 26.02.2022

    the deletion page update:

    • add a "custom" delete reason for duplicates (which fills out the custom reason field automatically)
    • make custom reason field not tiny
    • add some sanity checks for duplicates (warns when either post is tagged as upscaled, legitimate_variation or revision, also warns of missing duplicate tag)
    • add a copy button to "Tags not present in parent" (which currently only ignores the (potential_)duplicate tag)
    • fix delete hotkey for non-english languages
    • change "addon:" notices to "[addon]"
  • v0.99.56 11.02.2022

    - fix "Edit Tags" edit box closing when clicking tag auto-suggestions
    thanks Bic yet again

  • v0.99.55 11.02.2022
    • read tags for "Edit Tags" mode differently to fix an issue with browser extensions removing the img tag's title field
    • fix "Edit Tags" mode not working on the similar post page
      thanks to BicHD for the solutions!
  • v0.99.54 08.02.2022
    • add "Edit Tags" mode which allows to, well, edit tags right on the main page (though it can't show/edit the parent id, source link and rating/note locks)
    • add preliminary ratings icons (S, Q, E) on post thumbnails (off by default)
  • v0.99.53 04.02.2022

    add tag script presets; a configurable list of tag scripts found below the "Mode" menu

  • v0.99.52 04.02.2022

    allow optional score ("positive", "negative" or "neutral") inside record templates

  • v0.99.51 04.02.2022

    add option to load the original image automatically (off by default), with an optional filesize limit (defaults to 4MB)

  • v0.99.50 04.02.2022

    - fix Galinoa's note fix always being applied when image scaling is disabled
    - fix image scrolling using wrong height value
    - remove image scrolling delay
    - fix flash size detection (lol)

  • v0.99.49 03.02.2022

    add record templates: adds a dropdown to the "Add Record" page which sets the "Reason" textbox to some configurable text

  • v0.99.48 21.01.2022

    only execute note fix for Galinoa's Sankaku Channel Dark on default size (no idea if that still works)

  • v0.99.47 21.01.2022

    fix all issues related to translation notes

  • v0.99.46 20.01.2022
    • add hotkey configuration (currently only for post page hotkeys)
    • add "add translation" hotkey (defaults to t)
  • v0.99.45 18.01.2022

    add alternative category collapser style with category name

  • v0.99.44 12.01.2022

    fix false-positive error on similar post page

  • v0.99.43 15.12.2021

    switch 2 tags around, fix one instance of error logging

  • v0.99.42 10.12.2021

    some changes/fixes to the default tag list like added skin and background colors

  • v0.99.41 09.12.2021

    ctrl-clicking a tag in the tag menu will open the corresponding wiki page

  • v0.99.40 09.12.2021

    fix some missing underscores in the default tags list

  • v0.99.39 25.11.2021

    try to equalize the site's CSS when logged out (it is different from when being logged in), should finally fix the layout breakage when thumbnail icons are enabled

  • v0.99.38 25.11.2021

    revert accidental style changes

  • v0.99.37 25.11.2021

    revert all layout "fixes" since 0.99.33 (issue was caused by temporary site CSS change?)

  • v0.99.36 25.11.2021

    fix layout breakage properly (reverting the hacky workarounds)

  • v0.99.35 25.11.2021
    • apply layout fix to all thumbnails when thumbnail icons are enabled
      • don't fade out thumbnails when post history is disabled
  • v0.99.34 24.11.2021

    attempt to fix layout breakage between browsers when thumbnail icons are enabled

  • v0.99.33 27.04.2021
    • slightly rework async image/action list detection
    • add a small delay to image scrolling
  • v0.99.32 26.04.2021

    fix image scaling when details can't be read (hopefully for real this time)

  • v0.99.31 25.04.2021

    fix image scaling on non-resized posts when not logged in

  • v0.99.30 04.03.2021 add an optional ~ ("or") tag search button, disabled by default
  • v0.99.29 16.01.2021 a new config dialog (unfinished), tag category collapsers can be drag-closed or opened, add option to show file type under post “Details” (enabled by default), add option to move post “Details” to the right of the edit form (disabled by default), “fade out posts” doesn’t fade out box shadow of posts
  • v0.99.28 09.01.2021 change style of collapsed tag category, fix collapser state not being loaded correctly, collapsing a category now affects other open tabs as well
  • v0.99.27 08.01.2021 add tag category collapsers on post pages (needs to be enabled first), add sitefix for broken pixiv links under 'Details'
  • v0.99.26 05.01.2021 fix scroll to center not working properly (regression from 0.99.23), improve image scroll reliability by waiting one animation frame
  • v0.99.25 28.12.2020 fix ViolentMonkey compatibility
  • v0.99.24 23.12.2020 don't fadeout thumbnails on your own uploads or favorites page, cache thumbnail elements (should improve performance of fading out posts 'live')
  • v0.99.23 21.12.2020 translation notes finally scale as well (will work with adding/editing notes but they will appear to 'slide off' your cursor when you move them so I still recommend resetting the image size), add a small 100% original icon, the config menu can now be opened via the usermanager as well (using GM.registerMenuCommand), use GM.addStyle if possible, don't run in iframes
  • v0.99.22 19.12.2020 use GM.set/getValue etc instead of localStorage if possible (this means settings are permanently stored inside the userscript manager and are also shared between idol and chan - except the common tags list and post history, which are separate for each site)
  • v0.99.21 18.12.2020 change 'wiki template' to always show in a separate textarea (so it won't be used as default text on wiki add pages anymore)
  • v0.99.21 18.12.2020
  • v0.99.21 18.12.2020
  • v0.99.21 18.12.2020 select whole line of wiki template via arrow keys as well
  • v0.99.21 18.12.2020 add 'wiki template' option which is text that will be used as default text on wiki add pages and be shown separately on wiki edit pages to be easily copied (using the 'c' hotkey or a button press)
  • v0.99.20 17.12.2020
  • v0.99.20 17.12.2020 experimental option to fade out thumbnails of viewed posts (separate history for chan and idol), fix config dialog not being centered in Chrome (also use scrollbars if too large), 'hide headerlogo' doesn't scroll anymore (unnecessary on modern browsers), a lot more error checking and more precise logging (logging levels), more code modernizations
  • v0.99.19 12.12.2020
  • v0.99.19 12.12.2020 hopefully fix Choose/Set Parent modes not always appearing, add @author field
  • v0.99.18 10.12.2020 try to solve fundamental issue where sitescript has not yet loaded, replace unsafeWindow.Cookie, fix post click event when not logged in, run on /post/index as well
  • v0.99.17 09.12.2020 added DText style buttons to wiki edit pages (they can add, remove or 'extend' styles on selected text), a few optimizations, loading original images shouldn't change the view anymore
  • v0.99.16 08.12.2020 added (maybe too) big default common tags list based on the wiki, changed default tag menu layout to vertically compact, common tags list allows for line breaks (and is resizable), many code style changes (use single-quotes, template strings, arrow functions)

Zobraziť všetky verzie skriptu