Skip to content

Instantly share code, notes, and snippets.

<iframe src="<?php echo $url; ?>" width='100%' height='100%' allowfullscreen webkitallowfullscreen></iframe>
@applelfq
applelfq / UpdateManager.h
Created January 22, 2019 02:28 — forked from slmcmahon/UpdateManager.h
Header file for UpdateManager - a tool for automating updates for AdHoc iOS apps.
//
// UpdateManager.h
// ReactiveLearning
//
// Created by Stephen L. McMahon on 8/4/13.
//
// implmementation: https://gist.github.com/slmcmahon/6152160
#import <Foundation/Foundation.h>
@applelfq
applelfq / UpdateManager.m
Created January 22, 2019 02:28 — forked from slmcmahon/UpdateManager.m
Implementation file for UpdateManager - a tool for automating updates for AdHoc iOS apps.
//
// UpdateManager.m
// ReactiveLearning
//
// Created by Stephen L. McMahon on 8/4/13.
//
// interface: https://gist.github.com/slmcmahon/6152156
static NSString *const kPreferenceAskUpdate = @"pref_ask_update";
@applelfq
applelfq / SteamRedeemKeys.js
Created November 14, 2018 07:06 — forked from makazeu/SteamRedeemKeys.js
Steam Batch Redeem Keys for Tampermonkey
// ==UserScript==
// @name SteamRedeemKeys
// @namespace https://gist.github.com/zyfworks/ccb12bd87f09cf49d0a3465d167bece9
// @version 1.5.0
// @description Steam网页激活 —— 批量激活
// @author Makazeu
// @match https://store.steampowered.com/account/registerkey
// @grant GM_addStyle
// @run-at document-end
// ==/UserScript==