Skip to content

Instantly share code, notes, and snippets.

View gbrunow's full-sized avatar
🍎

Gui Brunow gbrunow

🍎
  • Apple Inc.
  • San Francisco Bay Area
View GitHub Profile
url scheme:
x-apple.systempreferences:com.apple.KEY[.KEY]?SUB-PANE
examples:
x-apple.systempreferences:com.apple.systempreferences.AppleIDSettings?iCloud
x-apple.systempreferences:com.apple.preference.keyboard?Shortcuts
urls:
com.apple.systempreferences.ApplelDSettings
import {Directive, OnDestroy, OnInit} from '@angular/core';
import {AbstractControl, ControlValueAccessor, FormGroup, NgControl} from '@angular/forms';
import {Subscription} from 'rxjs';
export abstract class AbstractControlComponent implements ControlValueAccessor {
private onTouchedFn: () => void;
protected constructor(public readonly controlDir: NgControl | null) {
if (controlDir) {
@mathix420
mathix420 / medium.user.js
Last active August 27, 2025 17:40
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 2.4
// @inject-into content