|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
// ==UserScript==
|
|
|
|
|
// @name Dapper Ducks
|
|
|
|
|
// @namespace http://tampermonkey.net/
|
|
|
|
|
// @version 1.0.3
|
|
|
|
|
// @version 1.0.4
|
|
|
|
|
// @description Press Q to Auto-refresh
|
|
|
|
|
// @author NFTHoarder - Modified by WTMike24 and @DUCKSAUCE (@ROCKETSAUCE)
|
|
|
|
|
// @match https://magiceden.io/marketplace/dapper_ducks
|
|
|
|
@ -539,7 +539,7 @@
|
|
|
|
|
$(this).parent().parent().parent().parent().css({ opacity: opacity });
|
|
|
|
|
|
|
|
|
|
if(rarityRank <= window.MintSize/80) {
|
|
|
|
|
$(this).parent().parent().parent().parent().css({ border: '5px solid chartreuse' });
|
|
|
|
|
$(this).parent().parent().parent().parent().css({ border: '5px solid crimson' });
|
|
|
|
|
} else if(rarityRank <= window.MintSize/10) {
|
|
|
|
|
$(this).parent().parent().parent().parent().css({ border: '5px solid yellow' });
|
|
|
|
|
} else if(rarityRank <= window.MintSize/5) {
|
|
|
|
|