Skip to content

Soundcloud Wave Color by pvcp

Details

Authorpvcp

LicenseNO-REDISTRIBUTION

Categoryfsfesed

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ad

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Soundcloud Wave Color
@namespace    USO Archive
@version      20230718.18.21
@description  "<div>Check out the original style at <a rel=\"nofollow\" href=\"https://userstyles.org/styles/123512\" target=\"_blank\">userstyles.org</a><br/></div>Customize the Soundcloud waveform color! \r\nThe waveform doesn't accept \"custom\" colours from a colour picker, so I'll have work out a way you can be more specific with your colours."
@author       FatMonsterIsEatin
@license      NO-REDISTRIBUTION
@preprocessor uso
@advanced dropdown colour "Background Color" {
  Color3 "Blue*" <<<EOT hue-rotate(180deg) EOT;
  Color6 "Red" <<<EOT contrast(150%) hue-rotate(340deg) EOT;
  Color2 "Green" <<<EOT hue-rotate(90deg) EOT;
  Color4 "Purple" <<<EOT hue-rotate(240deg) EOT;
  Color5 "Pink" <<<EOT hue-rotate(300deg) EOT;
  Color1 "Orange" <<<EOT hue-rotate(0deg) EOT;
  Color7 "Brown" <<<EOT hue-rotate(30deg) EOT;
  Color8 "Black" <<<EOT contrast(250%) grayscale(100%) brightness(50%) EOT;
}
@advanced dropdown wvf "Change color of" {
  wvf2 "Waveform Only*" <<<EOT .sceneLayer, .sc-button-play, .playbackTimeline, .heroPlayButton  EOT;
  wvf1 "Everything" <<<EOT .sceneLayer, .sc-button-play, .playbackTimeline, .heroPlayButton, .g-tabs-item, .header__logo, .premiumIconLink, .sc-button-group, .dashbox__icon, .dashbox__ctaLabel, .shuffleButton, .playbackSoundBadge__actions, .playControls__repeat, .composeMessage__sendButton, .sc-button-follow, .trackItem__trackTitle, .notificationIcon  EOT;
}
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("soundcloud.com") {
  /*[[wvf]]*/{
    filter: /*[[colour]]*/;
  }
    a.sc-type-light{
        color: #c8ff00;
    }
  .waveformCommentsNode {
    filter: hue-rotate(0deg) !important;
  }
}

Reviews

No reviews yet.