Adds the original Just Dance game series settings and some new ones to Just Dance Now through the Userstyles settings!
Just Dance Now Settings by alexo
Details
Authoralexo
LicenseNo License
Categoryjust dance now
Created
Updated
Size766 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
#Changelog: Version 1.0.3
Added Preview Image. Added NoHud fuction. (You'll going to hear the gold moves sound)
#Important
Can be used in other styles as long it's credited.
Bug reports in alexoy2k on discord.
Source code
/* ==UserStyle==
@name Just Dance Now Settings
@namespace alexo
@version 1.0.3
@description Adds the original Just Dance game series settings to Just Dance Now through the Userstyles settings
@author alexo
@var checkbox pictos "Pictograms" 1
@var checkbox lyrics "Lyrics" 1
@var checkbox dotw "DOTW" 1
@var checkbox nohud "NoHud" 1
==/UserStyle== */
@-moz-document domain("justdancenow.com") {
#pictos {
opacity: var(--pictos) !important;
}
#lyrics {
opacity: var(--lyrics) !important;
}
.dancerOfWeek-container {
opacity: var(--dotw) !important;
}
.hud {
opacity: var(--nohud) !important;
}
.tutorial {
opacity: 0
}
}