Skip to content

Instantly share code, notes, and snippets.

@Eloston
Eloston / get_android_deps.py
Last active April 12, 2018 19:02
Get all deps and hooks exclusive to Chromium on Android
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
Prints out the deps and hooks exclusive to Chromium for Android
Usage: get_android_deps.py path/to/DEPS
"""
import ast
@Eloston
Eloston / ungoogled-chromium_issue_215.mhtml
Created March 3, 2018 07:50
Archive of ungoogled-chromium Issue #215 as of 2018-03-03
From: <Saved by Blink>
Snapshot-Content-Location: https://github.com/Eloston/ungoogled-chromium/issues/215
Subject: =?utf-8?Q?Update Windows support =C2=B7 Issue #215 =C2=B7 Eloston/ungoogled-chromium =
=C2=B7 GitHub?=
Date: Sun, 3 Mar 2018 07:47:50 -0000
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----MultipartBoundary--AosCGXj5QuQoq2zh9c6JIB03tM1NNV1AKmJJCP9ndf----"
@Eloston
Eloston / dh5a_0.7_rewrite_notes.txt
Created January 23, 2017 19:55
Messy and rough notes for the Disable HTML5 Autoplay rewrite for version 0.7.
Useful documentation:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/observe
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/seal
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor
Stuff for weak references:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet