Skip to content

Amazon Prime Video FOMO reducer by hawkeye.twolf

Details

Authorhawkeye.twolf

LicenseNo License

Categoryamazon prime video

Created

Updated

Size637 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduces FOMO while browsing Amazon Prime Video by hiding related and suggested videos. Basically you'll only see what you search for (and you can also see your watchlist).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Amazon Prime Video FOMO reducer
@version      20211007.20.33
@namespace    userstyles.world/user/hawkeye.twolf
@description  Reduces FOMO while browsing Amazon Prime Video by hiding related and suggested videos. Basically you'll only see what you search for (and you can also see your watchlist).
@author       hawkeye.twolf
@license      No License
==/UserStyle== */

@-moz-document domain("www.amazon.com") {
/**
 * Amazon Prime Video FOMO reducer.
 */

/* "Related videos" (store page) */
#tab-content-related,
/* "Things we think you'll like" */
._1RXSoK,
/* Superhero */
.wIobc3 {
  display: none;
}
}

Reviews

No reviews yet.