Skip to content

pball's amazon tweak by pball

Details

Authorpball

LicenseNo License

Categoryamazon

Created

Updated

Code size417 B

Code checksum59ae27df

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

remove the annoying right side bar thing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         pball's amazon tweak
@version      20241212.23.36
@namespace    https://userstyles.world/user/pball
@description  remove the annoying right side bar thing
@author       pball
@license      No License
==/UserStyle== */

@-moz-document domain("amazon.com") {
#navbar #nav-flyout-ewc, #navbar::before, #navbar::after {
  display: none!important;
}

body {
  padding-right: 0!important;
}
}

Reviews

No reviews yet.