Skip to content

Commit

Permalink
feat: disable ads on danbooru
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 21, 2024
1 parent 573a1b8 commit 9a678a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/posts/[domain].vue
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
{
// type: 'text/partytown',
src: () =>
isPremium.value
isPremium.value || ['danbooru.donmai.us'].includes(selectedBooru.value.domain)
? ''
: 'https://weightypoem.com/cTDc9/6.bF2Z5IlCSIWjQ_9qN_T/ECz/OdTbcN5bNyi/0v1/MqT/MB5FNCzEkM3m',
async: true
Expand Down

0 comments on commit 9a678a7

Please sign in to comment.