Skip to content

Commit

Permalink
Add RYD to site and swap out sb image
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinX8 committed Feb 17, 2022
1 parent d9b1bfc commit e5140ef
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
Binary file added src/assets/images/vanced_features/ryd_1.webp
Binary file not shown.
Binary file added src/assets/images/vanced_features/ryd_2.webp
Binary file not shown.
Binary file modified src/assets/images/vanced_features/sponsor_block_1.webp
Binary file not shown.
16 changes: 15 additions & 1 deletion src/components/sections/HeroPc.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,28 @@ const Hero = ({
width={64}
/>
</Button>
<Button
tag="a"
color="dark"
wideMobile
href="https://chrome.google.com/webstore/detail/return-youtube-dislike/gebbhagfogifgggkldgodflihgfeippi"
target="_blank"
>
3. Return YouTube Dislike
<Image
src={DownloadImg}
alt="Features tile icon 01"
width={64}
/>
</Button>
<Button
tag="a"
color="dark"
wideMobile
href="https://chrome.google.com/webstore/detail/enhancer-for-YouTube™/ponfpcnoihfmfllpaingbgckeeldkhle"
target="_blank"
>
3. Enhancer for YouTube™
4. Enhancer for YouTube™
<Image
src={DownloadImg}
alt="Features tile icon 01"
Expand Down
14 changes: 14 additions & 0 deletions src/constants/featuresData.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import customization1 from "../assets/images/vanced_features/customization_1.web
import customization2 from "../assets/images/vanced_features/customization_2.webp";
import sponsorBlock1 from "../assets/images/vanced_features/sponsor_block_1.webp";
import sponsorBlock2 from "../assets/images/vanced_features/sponsor_block_2.webp";
import ryd1 from "../assets/images/vanced_features/ryd_1.webp";
import ryd2 from "../assets/images/vanced_features/ryd_2.webp";

const featuresData = [
{
Expand Down Expand Up @@ -44,6 +46,18 @@ const featuresData = [
"Highlights the segment in the specific colour based on its category in the playback timeline.",
],
},
{
name: "Return YouTube Dislike",
images: [ryd1, ryd2],
data: [
"Reverses Google's removal of the dislike counter so you can finally see the quality of videos again",
<>
Uses the Return YouTube Dislike API found<a href="https://returnyoutubedislike.com/">here</a>. You can
find more information on how it works
</>,
"It uses extension\\vanced userbase dislike submissions as a sample group to estimate total dislike counts on new videos, and archived data for old videos",
],
},
];

export default featuresData;

0 comments on commit e5140ef

Please sign in to comment.