Auto hide next up card for Amazon Prime Video

Hide next up card and other obtrusive elements of Amazon Prime Video.

Voici les versions de ce script où le code a été modifié. Voir toutes les versions.

  • v2.4.3 04/08/2024
    • Improved feature to prevent transitions
    • Improved CSS indentation
  • v2.4.2 24/07/2024
    • 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 23/07/2024
    • 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 12/07/2024
    • Added a feature to prevent transition to the suggested videos when a video ends
  • v2.3.1 23/05/2024
    • Removed unnecessary codes
    • Commented out some console.log()
  • v2.3.0 21/05/2024
    • 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 12/05/2024
    • Fixed an issue where ratings were not hidden (Added support for new rating elements)
  • v2.2.3 07/04/2024
    • Added an option to disable the shortcut key to open the options dialog
  • v2.2.2 30/03/2024
    • Fixed the issue where style tags with the same content were sometimes added
  • v2.2.1 28/03/2024
    • Fixed the issue that only worked for the first added video player's container element
  • v2.2.0 24/03/2024
    • 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 07/01/2024
    • 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 06/12/2023

    - 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 11/11/2023
    • Fixed close button text
    • Adjusted some coding styles
  • v2.0.0 06/11/2023
    • 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 02/11/2023
    • Added support for primevideo.com
  • v1.0.0 23/10/2023