mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Add guidelines button to popup
This commit is contained in:
@@ -265,6 +265,10 @@ export const PopupComponent = () => {
|
||||
<a href="https://matrix.to/#/#sponsor:ajay.app?via=ajay.app&via=matrix.org&via=mozilla.org" target="_blank" rel="noreferrer">
|
||||
Matrix
|
||||
</a>
|
||||
<a href="https://wiki.sponsor.ajay.app/w/Guidelines" target="_blank" rel="noreferrer">
|
||||
{chrome.i18n.getMessage("guidelines")}
|
||||
</a>
|
||||
<br />
|
||||
<a id="debugLogs"
|
||||
onClick={async () => {
|
||||
const logs = await sendMessage({ message: "getLogs" }) as LogResponse;
|
||||
|
||||
Reference in New Issue
Block a user