Allows you to bond with all eight familiars without the page reloading.
Fiona Bonding without Reload by airazon
Details
Authorairazon
LicenseCC Zero
Categoryhttps://www1.flightrising.com/trading/fantastic-familiars/flattery
Created
Updated
Code size510 B
Code checksumf95879fa
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name Fiona No Reload Interactions
@namespace https://userstyles.world/user/airazon
@version 1.0.0
@description Bond without reload.
@author Airazon
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/trading/fantastic-familiars/flattery") {
.ui-widget-overlay {
display:none;
}
.ui-widget.ui-widget-content {
top: 1px!important;
left: 1px!important;
position: fixed;
}
}