Skip to content

Instantly share code, notes, and snippets.

@Wowfunhappy
Wowfunhappy / .gclient
Last active October 9, 2021 18:53 — forked from blueboxd/.gclient
solutions = [
{ "name" : 'src',
"url" : 'https://github.com/Wowfunhappy/chromium-legacy.git',
"deps_file" : 'DEPS',
"managed" : False,
"custom_deps" : {
},
"custom_vars": {
"checkout_pgo_profiles": True,
},
@Wowfunhappy
Wowfunhappy / proxy.php
Last active July 13, 2020 21:58 — forked from iovar/proxy.php
Simple PHP Proxy Script
<?
/**
* A simple PHP proxy.
* Based on https://gist.github.com/iovar/9091078
* Modified by Wowfunhappy
*
* Usage: http://path/to/proxy.php?example.com
*/