Skip to content

Instantly share code, notes, and snippets.

View kowith337's full-sized avatar
!all peoples in my country are betrayed me!

Kowith Singkornkeeree kowith337

!all peoples in my country are betrayed me!
  • Sarendia Orphanage, Landsol
View GitHub Profile
@kowith337
kowith337 / LinkisMinimizer.txt
Last active June 17, 2016 08:36
Some useful filter rules for hiding "Linkis" force authorize Twitter app that you can apply in uBlock, AdBlock Plus or their like.
[Adblock Plus 2.0]
! Title: Linkis Minimizer (Gist Only)
! Version: 201606082131
! Author: kowith337
! Expires: 1 day
! To eliminate "Force authorize" of Linkis app and suggession to login with Twitter
! while open links from other people on twitter that wrapped by linkis.com
! You can also copy these rules below and paste to your custom filter
@kowith337
kowith337 / lubricantofgel.txt
Last active September 30, 2016 11:11
Lubricant of Gel
[Adblock Plus 2.0]
[uBlock Origin 1.2.0]
! Title: Lubricant of Gel (Gist)
! Version: 201609301811
! Author: kowith337
! Expires: 1 day
! 1. This rules will not automatically updated.
! 2. This rules not completely to hide ads and collapse space, but it still remove ads and unwanted resources.
! (e.g. subdocuments and other scripts file that use to load ads from ExoClick)
@kowith337
kowith337 / d66-myhosts.txt
Last active May 9, 2017 17:26
Self-paranoid hosts (use with DNS66)
0.0.0.0 0.freebasics.com
0.0.0.0 wap.7banana.com
0.0.0.0 ads.pantip.com
0.0.0.0 consentprt.dtac.co.th
0.0.0.0 contentdd.net
0.0.0.0 ddch.dtac.co.th
0.0.0.0 free.gangzaa.net
0.0.0.0 freebsics.com
0.0.0.0 gizmobi.mobi
0.0.0.0 h.facebook.com
/**
* NeverBlock
*
* Version 2.13
* Copyright (C) 2016 EXADS
*/
var ExoLoader = (function () {
var version = '2.13';
@kowith337
kowith337 / device-htc_a55ml_dtul--1632375055.properties
Created June 21, 2017 15:15
Yalp Store App Crash while attempting to "Manual Download"
UserReadableName = HTC a55ml_dtul_htc_asia_wwe (api21)
Build.HARDWARE = mt6795
Build.RADIO = unknown
Build.BOOTLOADER = 1.01.0000
Build.FINGERPRINT = htc/a55ml_dtul_htc_asia_wwe/htc_a55ml_dtul:5.0.2/LRX22G/664129.5:user/release-keys
Build.BRAND = htc
Build.DEVICE = htc_a55ml_dtul
Build.VERSION.SDK_INT = 21
Build.MODEL = HTC One E9PLUS dual sim
Build.MANUFACTURER = HTC
@kowith337
kowith337 / AntiAPKMirrorDownloadDisabler.txt
Last active February 19, 2022 22:51
Anti APKMirror Ads and Countdown
[uBlock Origin 1.13.9]
! Title: Anti APKMirror Ads and Countdown
! Version: 201708222348
! Author: kowith337
! Homepage: https://gist.github.com/kowith337
||apkmirror.com/wp-content/themes/APKMirror/images/sadkitten.png$important
apkmirror.com##.OUTBRAIN
apkmirror.com##.appRow:if(.gooWidget)
@kowith337
kowith337 / MCLauncherProfile.bat
Created October 26, 2017 05:16
Protect your Minecraft launcher profile before install/update mods
@ECHO OFF
echo This will protect your Minecraft launcher profile before installing some mods, such as Forge or OptiFine
echo that try to create new profile and/or change the game version that you want to launch after install.
:choice
set /P c=Press Y to protect or N to unprotect (Y/N)
if /I "%c%" EQU "Y" goto :protect
if /I "%c%" EQU "N" goto :unprotect
goto :choice
Line 21283: 06-09 18:27:42.213 6458 6458 I Finsky : [2] uyf.b(6): Verification complete: id=19, package_name=com.pitchedapps.frost.test
Line 21284: 06-09 18:27:42.251 4349 4364 I ActivityManager: Force stopping com.pitchedapps.frost.test appid=10140 user=-1: installPackageLI
Line 21296: 06-09 18:27:42.385 4349 4383 I PackageManager: Update package com.pitchedapps.frost.test code path from /data/app/com.pitchedapps.frost.test-cHb5WTxkEWWrLp59qPdXoA== to /data/app/com.pitchedapps.frost.test-LyiR2h4QGYL_gAOjX8skmg==; Retain data and using new
Line 21296: 06-09 18:27:42.385 4349 4383 I PackageManager: Update package com.pitchedapps.frost.test code path from /data/app/com.pitchedapps.frost.test-cHb5WTxkEWWrLp59qPdXoA== to /data/app/com.pitchedapps.frost.test-LyiR2h4QGYL_gAOjX8skmg==; Retain data and using new
Line 21296: 06-09 18:27:42.385 4349 4383 I PackageManager: Update package com.pitchedapps.frost.test code path from /data/app/com.pitchedapps.frost.test-cHb5WTxkEWWrLp59qPdXoA== to /data/app/c
@kowith337
kowith337 / steam_silent_no_browser_tweaked.bat
Created October 21, 2021 15:31
mod of AveYo's steam_silent_no_browser.bat
@echo off &color 04 & mode 120,10 &title Steam fast restart with SkipGameUpdate and no crash/repair (tweaked)
:: &color 4f &mode 80,4
REM Please note, this tweaked version require you to install "NirCMD", else, install full set of "Nirlauncher" is
:: recommended for insane system massacre! (choco install nirlauncher /f /y /i)
REM Any previous processes should be killed before launch, even "SteamService" itself!
taskkill /f /im nircmd.exe >nul
taskkill /f /t /im steam.exe >nul
taskkill /f /t /im steamservice.exe >nul
taskkill /f /t /im steamwebhelper.exe >nul
taskkill /f /t /im steamerrorreporter.exe >nul