Skip to content

Commit

Permalink
Added uYou+ and CercubePlus to install page (#750)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Selivanov <[email protected]>
  • Loading branch information
lonelil and Anarios authored Jun 16, 2024
1 parent d2f334b commit 2628ff4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Website/pages/install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
<v-icon style="margin-right: 0.5em">mdi-apple</v-icon>
iOS &nbsp; <span style="font-size: 0.55rem">(Jailbroken)</span>
</v-btn>
<v-btn class="mainAltButton" :href="iosuYouPlus" target="_blank">
<v-icon style="margin-right: 0.5em">mdi-apple</v-icon>
iOS &nbsp; <span style="font-size: 0.55rem">(uYou+)</span>
</v-btn>
<v-btn class="mainAltButton" :href="iosCercubePlus" target="_blank">
<v-icon style="margin-right: 0.5em">mdi-apple</v-icon>
iOS &nbsp; <span style="font-size: 0.55rem">(CercubePlus)</span>
</v-btn>
</div>
</template>

Expand All @@ -96,7 +104,13 @@ export default {
"https://github.com/Anarios/return-youtube-dislike/raw/main/Extensions/UserScript/Return%20Youtube%20Dislike.user.js",
iosJailbreakLink: "https://chariz.com/get/return-youtube-dislike/",
androidNewPipe: "https://github.com/polymorphicshade/NewPipe",
androidVueTube: "https://vuetube.app",
iosuYouPlus: "https://github.com/qnblackcat/uYouPlus",
androidNewPipe: "https://github.com/polymorphicshade/Tubular",
};
},
};
Expand Down

0 comments on commit 2628ff4

Please sign in to comment.