mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Add link to yt-neuter
This commit is contained in:
parent
e28e196a17
commit
87bf472ee4
3 changed files with 17 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 1b0a076f742002308f69b7c07442805ac504b2e5
|
||||
Subproject commit 38776318f3fd01eac77e205efe21877af0b69463
|
|
@ -703,7 +703,7 @@ svg {
|
|||
padding: 20px 0px 0px 0px !important;
|
||||
}
|
||||
|
||||
#deArrowPromotion {
|
||||
.promotion-container {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div id="deArrowPromotion" class="hidden">
|
||||
<div id="deArrowPromotion" class="promotion-container" class="hidden">
|
||||
<a class="dearrow-link"
|
||||
href="https://dearrow.ajay.app"
|
||||
target="_blank"
|
||||
|
@ -180,6 +180,20 @@
|
|||
<div class="small-description">__MSG_whatShowCategoryWithoutPermission__</div>
|
||||
</div>
|
||||
|
||||
<div id="ytNeuterPromotion" class="promotion-container">
|
||||
<a class="dearrow-link"
|
||||
href="https://github.com/mchangrh/yt-neuter/blob/main/docs/filters/sponsorblock.md#install"
|
||||
target="_blank"
|
||||
rel="noreferrer">
|
||||
|
||||
<span class="promotion-description">
|
||||
__MSG_YtNeuterMessage__
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<div class="small-description">__MSG_requiresUblock__</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="interface" class="option-group hidden">
|
||||
|
|
Loading…
Reference in a new issue