Skip to content

Commit

Permalink
Netflix Toolbar gets higher bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Oct 20, 2024
1 parent 576634d commit 1bd8562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox/skipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,8 @@ if (isPrimeVideo || isNetflix || isDisney || isHotstar || isCrunchyroll || isHBO
}
}, 100);
}
const NetflixSliderStyle = "position:relative;bottom:20px;display: none;width:200px;";
const NetflixSpeedStyle = "position:relative;bottom:20px;font-size: 3em;padding: 0 5px;";
const NetflixSliderStyle = "display: none;width:200px;";
const NetflixSpeedStyle = "font-size: 3em;padding: 0 5px;margin: unset;align-content: center;";
function Netflix_SpeedSlider(video) {
// only add speed slider on lowest subscription tier
// && !document.querySelector('[data-uia="control-speed"]')
Expand Down

0 comments on commit 1bd8562

Please sign in to comment.