This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # ANDROID PERFORMANCE TWEAKS - COMPREHENSIVE OPTIMIZATION | |
| # Personalized for Sagecom devices based on Android TV 9 software provided by the Play mobile network operator (PlayBox) βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # HWUI (Hardware UI) RENDERING - COMPLETE SET | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| setprop debug.hwui.use_shader_cache true | |
| setprop debug.hwui.use_hardware_acceleration true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # βFERΫPLAYBΰΌ½ΰΆ§Xβ«Έ ULTIMATE OPTIMIZATION ENGINE v5.2 | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # - YouTube button fix (pilot PlayBox β SmartTube) | |
| # - Chromecast Built-in optimization | |
| # - Memory management & GPU acceleration | |
| # - Display mirroring & cast services | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name YT LIVE CHAT NEW TAB BUTTON | |
| // @name:pl Przycisk Live Chat YouTube | |
| // @namespace https://tampermonkey.net/ | |
| // @version 2.1 | |
| // @updateURL https://gist.githubusercontent.com/anonymousik/650e5887361a6c1196efaf7177812858/raw/ad3f28719f089e0aab7f84d12d798e32aee5c09f/ytlivechatbtn.js | |
| // @downloadURL https://gist.githubusercontent.com/anonymousik/650e5887361a6c1196efaf7177812858/raw/ad3f28719f089e0aab7f84d12d798e32aee5c09f/ytlivechatbtn.js | |
| // @description Adds a live chat button that opens chat in new window | |
| // @description:pl Dodaje przycisk czatu na ΕΌywo otwierajΔ cy okno czatu w nowym oknie przeglΔ darki | |
| // @author AnonymousikFerro(π ½Ι¨ΙΚΥΌΗΥΌΚπ ½Ι¨ΣΦ ΚΚ) |
NewerOlder