mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +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;
|
|
} |