dyarfaradj / twitch-no-ads

👾 Free & Open Source Tweak for Twitch app on iOS!

Home Page:https://haoict.github.io/cydia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch No Ads

PRs Welcome License: GPL v3

Free & Open Source Tweak for Twitch app on iOS!

Twitch No Ads

Features

  • Remove Ads (in video)
  • Can save clip (live/stream video is currently not supported, press and hold on clip video to show download option)
  • Support iOS 10 (not tested) - 11 (tested) - 12 (tested) - 13 (tested)
  • Support latest Twitch version (If it doesn't work, you should update the app to latest version >= 9.2)

Cydia Repo

https://haoict.github.io/cydia

Screenshot

Twitch No Ads Preferences

Building

Theos required.

make do

Contributors

haoict

jacobcxdev

Contributions of any kind welcome!

License

Licensed under the GPLv3 License, Copyright © 2020-present Hao Nguyen hao.ict56@gmail.com

[Note] Advanced thingy for development

Click to expand!

Add your device IP in ~/.bash_profile or in project's Makefile for faster deployment

THEOS_DEVICE_IP = 192.168.1.21

Add SSH key for target deploy device so you don't have to enter ssh root password every time

cat ~/.ssh/id_rsa.pub | ssh -p 22 root@192.168.1.21 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"

Build the final package

FINALPACKAGE=1 make package

About

👾 Free & Open Source Tweak for Twitch app on iOS!

https://haoict.github.io/cydia

License:Other


Languages

Language:Logos 63.5%Language:Objective-C 23.4%Language:Makefile 13.0%