Skip to content

Instantly share code, notes, and snippets.

View ubranch's full-sized avatar
☢️
CUDA out of memory.

‎ inspirebek ubranch

☢️
CUDA out of memory.
View GitHub Profile
@akabe1
akabe1 / frida_multiple_unpinning.js
Last active December 8, 2025 14:19
Another Android ssl certificate pinning bypass for various methods
/* Android ssl certificate pinning bypass script for various methods
by Maurizio Siddu
Run with:
frida -U -f <APP_ID> -l frida_multiple_unpinning.js [--no-pause]
*/
setTimeout(function() {
Java.perform(function() {
console.log('');
@Fiaxhs
Fiaxhs / userChrome.css
Last active June 17, 2023 17:42
Remove empty space before tabs in Firefox compact theme
/*
* Do not remove the @namespace line -- it's required for correct functioning
* Put this file under ~/Library/Application Support/Firefox/Profiles/[you]/chrome/
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* FF < 57
*/
#TabsToolbar {
padding-left: 0 !important;