返回首頁 

Greasy Fork is available in English.

Reddit Fix

Hide subreddits, remove promoted links, see full image actually shows the full image, html5 video player, remove background effects, copy video adress

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

  • вер. 1.9.810.02.2025

    - option to remove promoted links, activated by default

  • вер. 1.9.711.07.2024

    - fix sub hiding when navigation occurs (it was only working when refreshed previously)

  • вер. 1.9.610.07.2024

    - removed DOM overflow tracking, reddit fixed it themself so not needed anymore
    - fixed hiding subreddits
    - custom feed state kept in memory (collapsed/expanded)

  • вер. 1.9.509.07.2024

    - Fix issue with border

  • вер. 1.9.412.04.2024

    - Added option to hide recent section

  • вер. 1.9.315.03.2024

    - added an option to remove the border radius from all elements (honestly it's ugly), by default it's checked. If you uncheck you have to refresh.

  • вер. 1.9.227.02.2024

    - set the peach menu on top of everything else so it can always be clicked

  • вер. 1.9.121.02.2024

    - matching for new.reddit.com

  • вер. 1.9.019.02.2024

    - This version now support only the most recent version of reddit. For previous version support use the version 1.8.2
    - Updated the topic removal to support new class system
    - Updated subreddit hidding to target new class

  • вер. 1.8.201.05.2023

    - Updated the description for more up to date info

  • вер. 1.8.128.04.2023

    - Added a separate menu
    - Added an option to hide subreddits (it won't appear in r/all or r/popular). You can hide as many as you want. This is Case Sensitive. You can hide based on a word. If you hide r/funny it will hide everything that contains r/funny not only r/funny but also r/funnymemes (if this subreddit exists). if you write only funny then it will hide r/iamfunny, r/funny, r/omgthisisSoFunny etc. Separate each keyword with ;
    - Forgot to call the function at the right place, adding same changelog as previous push but just one line changed

  • вер. 1.828.04.2023

    - Added a separate menu
    - Added an option to hide subreddits (it won't appear in r/all or r/popular). You can hide as many as you want. This is Case Sensitive. You can hide based on a word. If you hide r/funny it will hide everything that contains r/funny not only r/funny but also r/funnymemes (if this subreddit exists). if you write only funny then it will hide r/iamfunny, r/funny, r/omgthisisSoFunny etc. Separate each keyword with ;

    I'm not sure to what extent this works it's very primitive. If something is not hidden you can open the menu and click save it will try to hide it again. If it still deosn't work send me a feedback and i'll look into it.

  • вер. 1.7.524.08.2022

    - Fix show spoiler/nsfw images with external links (at least to imgur).

  • вер. 1.7.424.08.2022

    - Added Unblur option for nsfw and spoiler images. Right click on the blurred image and you will get a context menu with "show image".
    - Added Caption expansion. Have to MIDDLE click on the caption to expand it. If anyone knows how i can stop the propagation of a left click instead i'll change it but i tried and i have no idea what's going on.
    - Disabled Get Direct link as it stopped working, needs rework.

  • вер. 1.7.312.07.2022

    - Added unmute video on click

  • вер. 1.7.212.07.2022

    - Unmute on video click

  • вер. 1.7.109.07.2022

    - added video controls for opened topics

  • вер. 1.705.07.2022

    - fixed video player, if you unmute a video everything else stays muted. Removed (hidden) reddit video controls and using html5 base controls instead.

    If you want this to become an option instead of forcing html5 video player i can add this as a function to enable/disable at will.

  • вер. 1.6.414.06.2022

    - Added "See full tweet"

  • вер. 1.6.3.113.03.2022

    - Proper fix for image preview (mousedown) (look previous update 2min ago for actual changes)
    - Reattached topic observer

  • вер. 1.6.313.03.2022

    - Actually fixed the show image, will no longer load the post when the script doesn't load properly, binded to mousedown

  • вер. 1.6.228.01.2022

    - Fixed image sometimes still opening the whole topic when clicked on show image
    - Extended the show image features to more post types
    - Show image now also works for albums
    - Image now opens in a popup (click away to close) instead of extending the post

  • вер. 1.6.105.02.2021The show full image is bigger to avoid clicking on the image and not expanding it
  • вер. 1.620.01.2021when clicking see full image it will actually show the full image now instead of opening the topic
  • вер. 1.5.110.09.2020Throttle the speed of deletion. hold 70 topics, deletes 49 topics.
  • вер. 1.510.09.2020Keep more topics in the dom but delete way more aswell. This will avoid deleting topics too soon before you have time to read it.
  • вер. 1.4.330.08.2020Fixed the restoration of the scroll after topic removal, it should be near perfect now
  • вер. 1.4.208.08.2020fix invisible topics after the removal of top topics
  • вер. 1.4.106.08.2020scroll height default is 0 now
  • вер. 1.406.08.2020Much more stable version, fixed issue with invisible topics, the scroll back is not fully functional but it's much better than previous versions.
  • вер. 1.3.5.105.08.2020Small qol, showing the video link in the popup when clicking get direct link under a video (only work for videos)
  • вер. 1.3.504.08.2020Fix attempt for topics being hidden if you scroll up after a while of scrolling down. Now it will only start removing again hwen you scroll back to the position you ended last time.
  • вер. 1.3.403.08.2020Fixed an issue when topics get loaded too fast, now it will delete old topics only after 30s between each run removing the bug with chain delete
  • вер. 1.3.309.07.2020added video url copy, for videos uploaded on reddit without a direct link
  • вер. 1.3.203.06.2020
  • вер. 1.3.103.06.2020removed the console.log
  • вер. 1.303.06.2020Using mutation observer instead, better experience when items are deleted
  • вер. 1.2.1.203.06.2020
  • вер. 1.2.1.103.06.2020kinda fixed the issue with topics disapearing when you scroll up after reddit loaded a bunch of topics
  • вер. 1.2.103.06.2020
  • вер. 1.203.06.2020Keep 50 items max in the dom
  • вер. 1.103.06.2020
  • вер. 1.003.06.2020Fixed infinite scroll, added a menu, saving preferences
  • вер. 0.101.06.2020