Greasy Fork

Auto hide next up card for Amazon Prime Video

Auto hide next up card for Amazon Prime Video.

目前为 2023-11-11 提交的版本。查看 最新版本

这些是代码更新过的版本。 显示所有版本

  • v2.11.1 2025-04-21
    • Fixed a feature to remove ad-related data
  • v2.11.0 2025-04-20
    • Improved to not determine the user's settings every time in xhook.after
    • Alerts are now displayed with the same text as the tooltip when the tooltip is clicked in a dialog
    • Fixed a feature to remove ad-related data
    • Improved identification of mpd
    • Added a feature to show video resolution
    • Changed so that ad skipping is not performed when the feature to remove ad-related data is enabled.
  • v2.10.4 2025-04-17
    • Added support for LiveTV
      • It is experimental and the option must be enabled
    • Fixed an issue where clicking on a dialog's frame would close the dialog
    • Adjusted dialog style
    • Updated text in options dialog
  • v2.10.3 2025-04-15
    • Improved preparation of xhook.min.js URL (userscript edition)
    • Fixed an issue that prevented adding items to the Greasemonkey menu
  • v2.10.2 2025-04-14
    • Fixed regex to get ad time
    • Improved detection of elements used for overlay display status detection
    • Improved dialog appearance
    • Added about/credits section to dialog
    • Option button will also be added to the navbar for mobile
    • Improved preparation of xhook.min.js URL
  • v2.10.1 2025-04-11
    • Added an option to control the click on the hide button of the next up card
    • If the suggested content is closed, pause() is now executed just in case
    • Adjusted CSS in options dialog
    • Updated text in options dialog
    • Refactoring
      • Replaced objects used when opening and closing dialogs with class
      • Replaced objects for character codes with class
  • v2.10.0 2025-04-09
    • Added a feature to remove ad related data
    • If next up card of the suggested content is clicked, playback will continue
    • Changed to not remove settings from localStorage after migrating from localStorage to chrome.storage.local
    • Removed the feature to change the appear flag of next up to false
  • v2.9.1 2025-04-08
    • Fixed an issue where an error may occur during playback with a function that Force the highest resolution
    • Removed unnecessary function executions
  • v2.9.0 2025-04-07
    • Added a feature to skip ads
    • Fixed an issue where autoplay was canceled by pressing the hide button on the next up card
    • Fixed an issue where the feature to change the autoplay flag to true was no longer working
    • Commented out the feature to set the next up card appear flag to false
    • Fixed the feature to play the next episode not working after a video was closed
    • Fixed an issue that could cause the video volume to be restored multiple times
  • v2.8.1 2025-03-31
    • Fixed a case where playback of the next episode did not work
  • v2.8.0.1 2025-03-30
    • Fixed text in options dialog
  • v2.8.0 2025-03-29
    • Fixed an issue that allowed scrolling when opening the options dialog after closing the video
    • Added a feature to play the next episode if the video is closed after playing to the end
  • v2.7.0 2025-03-26
    • An options icon is now displayed next to the profile icon
    • The options dialog can now be opened from the context menu (For Chrome/Firefox extensions)
    • The options dialog can now be opened from the userscripts menu
    • Allowed to run with xhook disabled
    • Moved the section on features that use xhook to the bottom of the dialog
    • Changed the default to disable the ability to disable next up using xhook
    • Improved clarity of items with tooltips in the options dialog
    • Added a feature to force playback at the highest resolution (using xhook)
    • Added a feature to set the autoplay flag to true (using xhook)
  • v2.6.0.1 2025-03-23
    • Rollback to v2.5.2 (v2.6.0.1)
  • v2.6.0 2025-03-22
    • Added a feature to disable next up
  • v2.5.2 2025-03-13
    • Improved speed of getting some elements
  • v2.5.1 2025-03-10
    • Improved stability of the feature to display Reactions only when overlay display is enabled
    • Improved detection of elements used for overlay display status detection
  • v2.5.0 2025-03-05
    • Added a feature to hide reactions (hide 'like'/'not for me' buttons)
    • Removed MutationObserver from the feature of moving the center button
    • Improved overlay display state detection
    • Fixed the style of the options dialog
  • v2.4.6 2024-12-15
    • Fixed issue with feature to prevent darkening after Next up appears
      • Instead of monitoring elements and toggling classes, now add CSS to the page
  • v2.4.5 2024-12-14
    • Fixed issue with feature to prevent darkening after Next up appears
  • v2.4.4 2024-12-13
    • Added a feature to prevent darkening after the Next up appearance
  • v2.4.3 2024-08-04
    • Improved feature to prevent transitions
    • Improved CSS indentation
  • v2.4.2 2024-07-24
    • Fixed a bug related to the feature to temporarily disable the overlay
    • Removed the 'experimental' label on the feature to move the center buttons
    • Fixed the issue where style tags with the same content were sometimes added
    • Improved the writing of CSS used when creating style tags
  • v2.4.1 2024-07-23
    • Added a feature to add outlines to texts and icons
    • Fixed an issue where video elements were no longer being detected
      • Video pause/playback with opening/closing options dialog now works again
      • Shortcut keys for opening the options dialog now works again
    • Fixed Japanese text in the options dialog
  • v2.4.0 2024-07-12
    • Added a feature to prevent transition to the suggested videos when a video ends
  • v2.3.1 2024-05-23
    • Removed unnecessary codes
    • Commented out some console.log()
  • v2.3.0 2024-05-21
    • Added version display to the options dialog
    • Added a feature to prevent darkening when overlay display is enabled
    • Added a feature to move the center buttons to the bottom
      • This feature is experimental
    • Added text to the options dialog to prompt the user to reload the page
    • Wrapped the execution of the instance methods of the ElementHider class with try-catch
    • Fixed Japanese text in the options dialog
  • v2.2.4 2024-05-12
    • Fixed an issue where ratings were not hidden (Added support for new rating elements)
  • v2.2.3 2024-04-07
    • Added an option to disable the shortcut key to open the options dialog
  • v2.2.2 2024-03-30
    • Fixed the issue where style tags with the same content were sometimes added
  • v2.2.1 2024-03-28
    • Fixed the issue that only worked for the first added video player's container element
  • v2.2.0 2024-03-24
    • Added a feature to show hidden elements when overlay display is enabled
      • For skip intro button and Nextup card
      • This feature is disabled by default
    • Added a feature to set shortcut keys for opening the options dialog
    • Improved monitoring of elements
      • Now there is only one element monitoring process when the page is opened.
      • The hide functions is now executed only when '.webPlayerContainer video' is visible.
    • Fixed a case where event listeners were not removed when closing a dialog
    • Adjusted the color of the extension icon
    • Changed version verification method
  • v2.1.1 2024-01-07
    • Added a function to close the dialog when clicking outside of the dialog
    • Added a function to stop/play video by opening/closing options dialog
    • Added try-catch to the process of getting the version of extensions
  • v2.1.0 2023-12-06

    - Added a feature to hide skip intro button
    - Added a feature to update option data when the version value stored in local storage is out of date

  • v2.0.1 2023-11-11
    • Fixed close button text
    • Adjusted some coding styles
  • v2.0.0 2023-11-06
    • Added a feature to disable the overlay for 5 seconds when the hide button is automatically clicked.
    • Added a feature to hide ratings.
    • Added option dialog.
    • Update target URL
  • v1.0.1 2023-11-02
    • Added support for primevideo.com
  • v1.0.0 2023-10-23