fixes and improvements

This commit is contained in:
eevee
2025-09-18 23:37:57 +03:00
parent 48c9c50a2c
commit 8a05bef798
6 changed files with 121 additions and 10 deletions
@@ -12,6 +12,10 @@ extension URL {
var isPremiumPlanRow: Bool {
self.path.contains("v1/GetPremiumPlanRow")
}
var isPremiumBadge: Bool {
self.path.contains("GetYourPremiumBadge")
}
var isOpenSpotifySafariExtension: Bool {
self.host == "eevee"