Skip to content

Instantly share code, notes, and snippets.

View inarius's full-sized avatar

Jason Simone inarius

View GitHub Profile
@kylemcdonald
kylemcdonald / Collect Parler Metadata.ipynb
Last active September 20, 2023 11:45
Collect video URLs and GPS data for Parler videos.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alyti
alyti / DiscordSwitchPiratesHelper.user.js
Last active March 5, 2019 09:33
A little helper userscript to make downloading NSPs from Switch Pirates a bit more tolerable
// ==UserScript==
// @name Discord Switch Pirates Helper
// @namespace http://tampermonkey.net/
// @version 2.1.1
// @description Arr!!
// @author AltiCodes
// @match *://discordapp.com/channels/*
// @grant GM_setClipboard
// @inject-into auto
// @downloadURL https://gist.github.com/AltiCodes/3b94a627f797baf03f0e25e6b2d221d3/raw/DiscordSwitchPiratesHelper.user.js
@nstarke
nstarke / release-android-debuggable.md
Last active April 28, 2024 16:29
How to make a Release Android App debuggable

How to make a Release Android App debuggable

Let's say you want to access the application shared preferences in /data/data/com.mypackage.
You could try to run adb shell and then run-as com.mypackage ( or adb shell run-as com.mypackge ls /data/data/com.mypackage/shared_prefs), but on a production release app downloaded from an app store you're most likely to see:

run-as: Package 'com.mypackage' is not debuggable