Hide the youtuber overlay background on iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
185B

  1. include $(THEOS)/makefiles/common.mk
  2. TWEAK_NAME = HideYTOverlay
  3. HideYTOverlay_FILES = Tweak.xm
  4. include $(THEOS_MAKE_PATH)/tweak.mk
  5. after-install::
  6. install.exec "killall -9 YouTube"