Skip to content

Instantly share code, notes, and snippets.

@Ultrawipf
Ultrawipf / yt-shorts-redirect.js
Created March 29, 2022 08:12
Tampermonkey script to redirect all youtube shorts video links to normal video pages
// ==UserScript==
// @name Youtube shorts redirector
// @version 0.1
// @description Redirects all youtube shorts videos to normal video pages
// @author Ultrawipf
// @match https://*.youtube.com/shorts/*
// @icon https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Youtube_shorts_icon.svg/193px-Youtube_shorts_icon.svg.png
// @grant none
// @run-at document-start
// ==/UserScript==
@hacker1024
hacker1024 / mygov_totp_storage.md
Last active April 10, 2025 12:34
Information about TOTP token storage in the myGov Code Generator app, as well as token extraction instructions.

This gist contains information about TOTP token storage in the myGov Code Generator app, along with instructions on how to extract tokens.

App data

Structure

/data/user/0/au.gov.dhs.centrelink.mygovauthenticator:
├───files
│ myGov.ks
@d1b
d1b / firewall
Last active March 15, 2017 14:10
iinet 6rd openwrt 15.05. config.
...
config zone
option name 'wan'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
option network 'wan wan6'