Follow the instructions to install WSA with Megisk and GooglePlay services. MagiskOnWSALocal
Download following modules for Magisk.
| # Python script to vertically center a set of glyphs in a font. | |
| # Requires fontforge python module. | |
| # Credits to u/janKeTami here: https://www.reddit.com/r/FontForge/comments/11r6x4q/vertically_centering_glyphs/ | |
| # Slightly altered to enable this script to be run straight from the terminal using ttf/otf fonts | |
| import re | |
| import os | |
| import argparse | |
| try: | |
| import psMat |
Follow the instructions to install WSA with Megisk and GooglePlay services. MagiskOnWSALocal
Download following modules for Magisk.
Theme | History | KeyBinding
in order to make windows powershell more comfortable and add a some theme and features like history binding, auto complete on keypress and so on, if you have used linux teminl wiht zsh for example, we are going to make powershell like that as much as we can.
| Online kms host address: | |
| -------- | |
| kms.digiboy.ir | |
| 54.223.212.31 | |
| kms.cnlic.com | |
| kms.chinancce.com | |
| kms.ddns.net | |
| franklv.ddns.net | |
| k.zpale.com | |
| m.zpale.com |
java -jar /home/expert/work/tools/apktool.jar d net.flixster.android-9.1.3@APK4Fun.com.apkandroid:networkSecurityConfig="@xml/network_security_config" attribute to application element.<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config>
| set-option -g mouse on | |
| bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'" | |
| # Resize panes with arrow keys because alt-arrow keys doesn't work | |
| bind-key -r Up resize-pane -U | |
| bind-key -r Down resize-pane -D | |
| bind-key -r Left resize-pane -L | |
| bind-key -r Right resize-pane -R |
| // ==UserScript== | |
| // @name Fullscreen Battlelog Server Browser (BF4) | |
| // @namespace http://andersevenrud.github.io/ | |
| // @version 0.5.0 | |
| // @description Fullscreen Battlelog Server Browser (BF4) | |
| // @match http://battlelog.battlefield.com/bf4 | |
| // @match http://battlelog.battlefield.com/bf4/* | |
| // @match http://cte.battlelog.battlefield.com/bf4 | |
| // @match http://cte.battlelog.battlefield.com/bf4/* | |
| // @match http://cte.battlelog.com/bf4 |
| // ==UserScript== | |
| // @name AngularJS Injector | |
| // @namespace http://joshkra.me/ | |
| // @version 0.1 | |
| // @description Binds $inject method to window | |
| // @author jkjustjoshing | |
| // @match *://*/* | |
| // ==/UserScript== | |
| // This userscript creates an $inject() method on the window object that can be used to |