See what your dragons will look like before you buy a mirror scroll.
Flight Rising: Mirror Scroll Previewer by meow
Details
Authormeow
LicenseNo License
Categoryflightrising.com
Created
Updated
Size551 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Flips dragons on dragon profiles, the scrying workshop, & the dressing room to emulate a mirror scroll's effects.
Fully compatible with my Scry Dresser userstyle:
Source code
/* ==UserStyle==
@name Flight Rising: Mirror Scroll Previewer
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author https://userstyles.world/user/meow
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/dragon/"), url-prefix("https://www1.flightrising.com/scrying/predict"), url-prefix("https://www1.flightrising.com/dressing/") {
#dragon-profile-dragon-frame > img, #dragon-image, #dragon-image-box {
transform: scaleX(-1);
}
}