CurlyWurlies4All@slrpnk.netM to Enshittification@slrpnk.netEnglish · 2 days agoYouTube is full of ads.slrpnk.netimagemessage-square186fedilinkarrow-up11.16Karrow-down123
arrow-up11.14Karrow-down1imageYouTube is full of ads.slrpnk.netCurlyWurlies4All@slrpnk.netM to Enshittification@slrpnk.netEnglish · 2 days agomessage-square186fedilink
minus-squarethethunderwolf@lemmy.dbzer0.comlinkfedilinkarrow-up18·2 days agoYoutube is not full of ads. This comment was brought to you by Invidious gang.
minus-squareactivistPnk@slrpnk.netlinkfedilinkarrow-up4·22 hours agoWhen Google started its attack on Invidious, I was forced to try direct YT access. The ads were so frequent and intrusive that I had to walk. It’s intolerable.
minus-squareSaledovil@sh.itjust.workslinkfedilinkarrow-up20·2 days agoNo ads on my side, either. This comment was brought to you by the uBlock Origin gang.
minus-squaretechnocrit@lemmy.dbzer0.comlinkfedilinkarrow-up5·edit-22 days agoTeam Kodi checking in. Also on team ad blockers.
minus-squareBartyDeCanter@lemmy.sdf.orglinkfedilinkarrow-up4·2 days agoTeam PiHole, unlock and Privacy Badger here. What’s an ad?
minus-squareArxCyberwolf@lemmy.calinkfedilinkarrow-up3·1 day agoRevanced user here, and I don’t have the faintest clue either.
minus-squaregandalf_der_12te@discuss.tchncs.delinkfedilinkarrow-up6·edit-21 day agono ads on my side either. greetings from the ~/.bin/yt gang. use like yt fHYNyCi2lnA where fHYNyCi2lnA is the youtube video id. #!/usr/bin/bash # usage example: yt fHYNyCi2lnA if [ "$1" = "" ]; then echo "Usage examples:" echo " yt fHYNyCi2lnA" echo " yt https://inv.nadeko.net/watch?v=a1oxZ6RtpPk" exit fi ADDRESS="$1" # change https://inv.nadeko.net/watch?v=a1oxZ6RtpPk to a1oxZ6RtpPk if [[ "$ADDRESS" == *"watch"* ]]; then arr=(${ADDRESS//'v='/ }) ADDRESS="${arr[1]}" fi echo video id: "$ADDRESS" mpv "https://youtube.com/watch?v=%24ADDRESS"
Youtube is not full of ads.
This comment was brought to you by Invidious gang.
When Google started its attack on Invidious, I was forced to try direct YT access. The ads were so frequent and intrusive that I had to walk. It’s intolerable.
No ads on my side, either.
This comment was brought to you by the uBlock Origin gang.
Team Kodi checking in. Also on team ad blockers.
Team PiHole, unlock and Privacy Badger here. What’s an ad?
Revanced user here, and I don’t have the faintest clue either.
no ads on my side either.
greetings from the
~/.bin/ytgang.use like
yt fHYNyCi2lnAwhere fHYNyCi2lnA is the youtube video id.#!/usr/bin/bash # usage example: yt fHYNyCi2lnA if [ "$1" = "" ]; then echo "Usage examples:" echo " yt fHYNyCi2lnA" echo " yt https://inv.nadeko.net/watch?v=a1oxZ6RtpPk" exit fi ADDRESS="$1" # change https://inv.nadeko.net/watch?v=a1oxZ6RtpPk to a1oxZ6RtpPk if [[ "$ADDRESS" == *"watch"* ]]; then arr=(${ADDRESS//'v='/ }) ADDRESS="${arr[1]}" fi echo video id: "$ADDRESS" mpv "https://youtube.com/watch?v=%24ADDRESS"