mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 04:27:15 +03:00
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
import Config from "../config";
|
|
|
|
export function showDonationLink(): boolean {
|
|
return navigator.vendor !== "Apple Computer, Inc." && Config.config.showDonationLink;
|
|
} |