mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 20:17:05 +03:00
Add option to disable $ link
This commit is contained in:
5
src/utils/configUtils.ts
Normal file
5
src/utils/configUtils.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import Config from "../config";
|
||||
|
||||
export function showDonationLink(): boolean {
|
||||
return navigator.vendor !== "Apple Computer, Inc." && Config.config.showDonationLink;
|
||||
}
|
||||
Reference in New Issue
Block a user