Preview what a Dragon, Scene, and/or a Familiar looks like on your Dragon's profile.
[FR] Profile Preview by airazon
Details
Authorairazon
LicenseCC Zero
Categoryhttps://www1.flightrising.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works with Stylus PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name [FR] Profile Preview
@namespace https://userstyles.world/user/airazon
@version 1.0
@description Preview what a Dragon, Scene, and/or a Familiar looks like on your Dragon's profile.
@author Airazon
@license Attribution-NonCommercial-ShareAlike
@advanced text dragon "Dragon Image" "https://www1.flightrising.com/dgen/dressing-room/dragon?did=35745440&skin=14117&apparel=32035,12724,42028,28149,12268,6713,32691,351&xt=dressing.png"
@advanced text scene "Scene Image" "https://www1.flightrising.com/static/cms/scene/36376.png"
@advanced text familiar "Familiar Image" "https://www1.flightrising.com/static/cms/familiar/art/910.png"
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/dragon/") {
#dragon-profile-dragon-frame {
content: url("/*[[dragon]]*/");
}
.common-animated-familiar-frame {
content: url("/*[[familiar]]*/");
}
#dragon-profile-scene {
background: url("/*[[scene]]*/") !important;
position: absolute !important;
background-position: top center !important;
}
#dragon-profile-scene.dragon-profile-scene-custom {
opacity: 1;
}
#dragon-profile {
margin-top: 100px !important;
}
#dragon-profile-familiar-name, #dragon-profile-familiar-type, .breadcrumbs, #dragon-profile-header, #dragon-profile-header-back, #dragon-profile-header-controls, #dragon-profile-owner-buttons {
display: none;
}
#dragon-profile-familiar-image {
margin-top: 65px;
}
#dragon-profile-scene.dragon-profile-scene-custom:after {
display: none;
}
.dragon-profile-familiar-bond-level {
color: black;
}
}