{#if $settings.displayLanguage == 'en'}
Have feedback or suggestions? Send a private message to
@fuwn
on AniList!
{:else if $settings.displayLanguage == 'ja'}
フィードバックや提案はありますか?AniListで
@fuwn
にDMを送ってください!
{/if}
{#if data.user === undefined}
{:else}
{
addNotification(
options({
heading: 'RSS feed URL copied to clipboard'
})
);
navigator.clipboard.writeText(
`https://${
env.PUBLIC_ANILIST_REDIRECT_URI?.includes('192.168') ? '192.168.1.60:5173' : 'due.moe'
}/feeds/activity-notifications?token=${data.user.accessToken}&refresh=${
data.user.refreshToken
}`
);
}}
>
{$locale().settings.rssFeeds.buttons.copyToClipboard}
Your AniList notifications RSS feed URL
This e.preventDefault()}
target="_blank"
title={$locale().settings.rssFeeds.tooltips.rss}
use:tooltip
data-tooltip-above>RSS
feed will return the currently logged in AniList user's notification feed for external consumption.
Do not share this link with anyone !
{$locale().settings.debug.title}{data.commit.slice(0, 7)}
{/if}