Auto hide next up card for Amazon Prime Video

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

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • 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.