Youtube Progress Bar Highlighting

highlights the progress bar of the youtube player on hover

  1. /* ==UserStyle==
  2. @name Youtube Progress Bar Highlighting
  3. @namespace almaceleste
  4. @version 0.5.1
  5. @description highlights the progress bar of the youtube player on hover
  6. @author almaceleste (https://almaceleste.github.io)
  7. @license AGPL-3.0-or-later; http://www.gnu.org/licenses/agpl.txt
  8.  
  9. @homepageURL https://gf.qytechs.cn/en/scripts/402635-youtube-progress-bar-highlighting
  10. @homepageURL https://openusercss.org/theme/5e91bc91d672b50c00a76e20
  11. @homepageURL https://userstyles.org/styles/182156
  12. @homepageURL https://github.com/almaceleste/userstyles
  13. @supportURL https://github.com/almaceleste/userstyles/issues
  14.  
  15. @preprocessor uso
  16. @var select highlight-color 'highlight color' [
  17. 'black',
  18. 'darkgreen',
  19. 'deepskyblue*',
  20. 'gold',
  21. 'indigo',
  22. 'lime',
  23. 'magenta',
  24. 'navy',
  25. 'orangered',
  26. 'white'
  27. ]
  28. ==/UserStyle== */
  29.  
  30. @-moz-document url-prefix("https://www.youtube.com/watch") {
  31. .ytp-probably-keyboard-focus .ytp-progress-bar:focus .ytp-play-progress,
  32. .ytp-chrome-bottom:hover .ytp-scrubber-container,
  33. .ytp-chrome-bottom:hover .ytp-play-progress {
  34. filter: drop-shadow(0 0 1px /*[[highlight-color]]*/) drop-shadow(0 0 2px /*[[highlight-color]]*/) drop-shadow(0 0 5px /*[[highlight-color]]*/);
  35. }
  36. .ytp-probably-keyboard-focus .ytp-progress-bar:focus {
  37. box-shadow: rgba(53, 128, 186, 0.5) 0px 0px 2px 1px;
  38. }
  39. .ytp-chrome-bottom:hover .ytp-progress-bar {
  40. box-shadow: rgba(53, 128, 186, 0.5) 0px 0px 2px 1px;
  41. }
  42. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址