mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Link to new wiki
This commit is contained in:
@@ -171,13 +171,14 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
|||||||
{this.getCategoryOptions()}
|
{this.getCategoryOptions()}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
{/* open in new tab */}
|
||||||
|
<a href="https://wiki.sponsor.ajay.app/index.php/Segment_Categories"
|
||||||
|
target="_blank" rel="noreferrer">
|
||||||
<img id={"sponsorTimeCategoriesHelpButton" + this.idSuffix}
|
<img id={"sponsorTimeCategoriesHelpButton" + this.idSuffix}
|
||||||
className="helpButton"
|
className="helpButton"
|
||||||
src={chrome.extension.getURL("icons/help.svg")}
|
src={chrome.extension.getURL("icons/help.svg")}
|
||||||
title={chrome.i18n.getMessage("categoryGuidelines")}
|
title={chrome.i18n.getMessage("categoryGuidelines")} />
|
||||||
onClick={() => chrome.runtime.sendMessage({"message": "openConfig"})}>
|
</a>
|
||||||
|
|
||||||
</img>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
|
|||||||
|
|
||||||
{/* Guidelines button */}
|
{/* Guidelines button */}
|
||||||
<button className="sponsorSkipObject sponsorSkipNoticeButton sponsorSkipNoticeRightButton"
|
<button className="sponsorSkipObject sponsorSkipNoticeButton sponsorSkipNoticeRightButton"
|
||||||
onClick={() => window.open("https://github.com/ajayyy/SponsorBlock/wiki/Guidelines")}>
|
onClick={() => window.open("https://wiki.sponsor.ajay.app/index.php/Guidelines")}>
|
||||||
|
|
||||||
{chrome.i18n.getMessage(Config.config.submissionCountSinceCategories > 3 ? "guidelines" : "readTheGuidelines")}
|
{chrome.i18n.getMessage(Config.config.submissionCountSinceCategories > 3 ? "guidelines" : "readTheGuidelines")}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user