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 | |
| # --------------------------------------------------------- | |
| # Customizable Settings | |
| # --------------------------------------------------------- | |
| MOUNT_POINT="${CASE_SAFE_MOUNT_POINT:-${HOME}/casesafe}" | |
| VOLUME_PATH="${CASE_SAFE_VOLUME_PATH:-${HOME}/.casesafe.dmg.sparseimage}" | |
| VOLUME_NAME="${CASE_SAFE_VOLUME_NAME:-casesafe}" | |
| VOLUME_SIZE="${CASE_SAFE_VOLUME_SIZE:-60g}" |
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
| # Download latest Android image, "hammerhead" for Nexus 5 (GSM/LTE) | |
| https://developers.google.com/android/nexus/images#hammerhead | |
| # Download latest TWRP | |
| https://dl.twrp.me/hammerhead/ | |
| # Download latest SuperSu | |
| https://download.chainfire.eu/supersu | |
| Enable USB debugging. |
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 emu.js | |
| // @namespace http://twitter.com/amasawa | |
| // @include http://sp.pf.mbga.jp/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function () { | |
| var script = document.createElement('script'); | |
| script.textContent = '\ |
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 shingeki.js | |
| // @namespace http://twitter.com/amasawa | |
| // @include http://sp.pf.mbga.jp/12007160* | |
| // @include http://sp.pf.mbga.jp/12008054* | |
| // @include http://sp.pf.mbga.jp/12009496* | |
| // @include http://sp.pf.mbga.jp/12008982* | |
| // @run-at document-start | |
| // ==/UserScript== |