aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-12-31 14:57:11 -0500
committerAjay Ramachandran <[email protected]>2020-12-31 14:57:11 -0500
commit2808b766558b33b7ccf152cea93016c906cc470c (patch)
tree7a1728bd32a73b2bfd4ba216ed0bee2f2ed1c197
parentece66522e58000d40f69a98d1592343c83028c5c (diff)
downloadSponsorBlock-2808b766558b33b7ccf152cea93016c906cc470c.tar.gz
SponsorBlock-2808b766558b33b7ccf152cea93016c906cc470c.zip
Made youcap notice more general2.0.11.1
-rw-r--r--src/components/SubmissionNoticeComponent.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx
index 51b24ee1..c1c34643 100644
--- a/src/components/SubmissionNoticeComponent.tsx
+++ b/src/components/SubmissionNoticeComponent.tsx
@@ -133,9 +133,8 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
<tr style={{textAlign: "center"}}>
<p style={{width: "300px", textAlign: "center", display: "inline-block", fontSize: "11px"}}>
Like contributing to crowdsourced projects?
- Consider checking out <a href="https://youcap.video/" style={{textDecoration: "underline"}}>YouCap</a>,
- a new open-source replacement for YouTube{"'"}s now defunct community captions.
- YouCap is NOT made by me, but I think it looks like a cool idea.
+ Consider checking out <a href="https://gist.github.com/ajayyy/6f2cf90dd66e51067a7ab5e63544cd4e" style={{textDecoration: "underline"}}>YouCap or NekoCap</a>,
+ new open-source replacements for YouTube{"'"}s now defunct community captions.
</p>
<img src={chrome.extension.getURL("icons/close.png")}