Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==//
// @name Add the quicklinks after the breadcrumbs in the footer of forum messages of GoT
// @namespace addquicklinksfooter.got
// @description This userscripts adds the quicklinks after the breadcrumbs just like in the header
// @include *://gathering.tweakers.net/forum/list_message*/*
// @version 1.0
// ==/UserScript==
// Copy the quicklinks DIV
let quicklinkscopy = document.getElementById ('forumheading').firstElementChild.outerHTML;
@TheReptile
TheReptile / howto-recover-google-authenticator-keys.txt
Created January 21, 2018 14:50 — forked from jbinto/howto-recover-google-authenticator-keys.txt
Recovering Google Authenticator keys from Android device for backup
### Last tested February 7 2014 on a Galaxy S3 (d2att) running Cyanogenmod 11 nightly, with Google Authenticator 2.49.
### Device with Google Authenticator must have root.
### Computer requires Android Developer Tools and SQLite 3.
### Connect your device in USB debugging mode.
$ cd /tmp
$ adb root
$ adb pull /data/data/com.google.android.apps.authenticator2/databases/databases