Skip to content

Instantly share code, notes, and snippets.

@metabacalhau
metabacalhau / my-ublock-static-filters.txt
Last active February 21, 2022 15:32
uBlock - My filters
! Updated on: 21.02.2022
! 2020-11-23 https://meduza.io
meduza.io##.App-bannerTop
meduza.io##.DFPBanner-inorder.DFPBanner-root
! https://observador.pt
observador.pt##body.premium-article:not(.premium-user) .article-body p:not(:first-child):style(opacity: 1 !important; visibility: visible !important;)
observador.pt##body.premium-article:not(.premium-user) .article-body:not(:first-child):style(opacity: 1 !important; visibility: visible !important;)
observador.pt##body.premium-article:not(.premium-user) .article-block:style(opacity: 1 !important; visibility: visible !important;)
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active March 12, 2026 02:08
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

@koroshiya
koroshiya / backup-apps.sh
Last active March 1, 2022 19:12
Shell script to run automatically backup android device apps and settings. No root, works on all recent versions
#!/bin/bash
#This script requires an Android device that has development mode enabled, and
#has given the computer running this script permission to access it via adb.
#
#The device must be attached to the computer in order for the script to run.
#ie. Connect the two via the USB cable, or whatever you use to connect via adb.
#
#Wireless adb should be possible, but is not currently handled.
#If you know how to use adb over wifi, you should know what changes are needed.
@Schnouki
Schnouki / movmd.py
Created January 12, 2011 00:57
A small metadata parser for MP4 containers, designed to edit dates saved by digital cameras on .mov videos.
#!/usr/bin/env python3
# -*- mode: python -*-
# This program is free software. It comes without any warranty, to the extent
# permitted by applicable law. You can redistribute it and/or modify it under
# the terms of the Do What The Fuck You Want To Public License, Version 2, as
# published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
# details.
# Some useful resources: