Skip to content

Instantly share code, notes, and snippets.

View yatil's full-sized avatar
💭
Workin’

Eric Eggert yatil

💭
Workin’
View GitHub Profile
/**
* Note that this script is intended to be included at the *end* of the document, before </body>
*/
(function (window, document) {
if ('open' in document.createElement('details')) return;
// made global by myself to be reused elsewhere
var addEvent = (function () {
if (document.addEventListener) {
return function (el, type, fn) {
---
permalink: feed/rss.xml
eleventyExcludeFromCollections: true
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ metadata.title }}</title>
<subtitle>{{ metadata.feed.subtitle }}</subtitle>
{% set absoluteUrl %}{{ metadata.feed.path | url | absoluteUrl(metadata.url) }}{% endset %}
<link href="{{ absoluteUrl }}" rel="self"/>
months. In a presidential-election year
Andy Gump ran for chief executive on an
independent ticket and burlesqued the is-
sues of the day. The comics follow the
seasons and their holidays, and, despite
the fact that they must be planned days
in advance, often mirror the news of the world.
It is customary to have two separate
stories running through the cartoons, one
in the daily strips and another for the full
/* ==UserStyle==
@name Twitter Remove Messages Tab
@author Eric Eggert
@version 1.0.0
@namespace yatil
@preprocessor default
==/UserStyle== */
@-moz-document domain("twitter.com")
{
/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* Contributing Author: Tyler Smith
*
@yatil
yatil / wcag-ids.md
Created January 10, 2019 09:05
ID changes from WCAG 2.0 to 2.1
  • Perceivable
    • Text Alternatives

      • Non-text Content
        • WCAG 2.0 ID: text-equiv-all
        • WCAG 2.1 ID: non-text-content
    • Time-based Media

      • Audio-only and Video-only (Prerecorded)
        • WCAG 2.0 ID: media-equiv-av-only-alt
  • WCAG 2.1 ID: audio-only-and-video-only-prerecorded
  • Ich verstehe, dass der gemeldete Inhalt auf potenzielle Verstöße gegen die Allgemeinen Geschäftsbedingungen von Twitter untersucht wird und dass ich eine rechtliche Beschwerde einreiche, die gemäß dem Netzwerkdurchsetzungsgesetz zur Vorenthaltung von Inhalten in Deutschland führen kann. Ich verstehe, dass ich mit dieser Beschwerde einen schwerwiegenden Vorwurf erhebe.
  • Alle in dieser Beschwerde enthaltenen Informationen sind wahr und korrekt und ich reiche diese Beschwerde ein, weil ich in gutem Glauben der Ansicht bin, dass eine Rechtsverletzung vorliegt.
  • Ich verstehe, dass der gemeldete Nutzeraccount benachrichtigt wird und dass diese Angelegenheit an die Lumen-Datenbank gemeldet, im Twitter Transparenzbericht aufgeführt und in gesetzlich vorgeschriebene öffentliche Berichte und Berichte an Behörden aufgenommen werden kann.
  • Ich verstehe, dass sich durch die Einsendung unvollständiger, ungültiger oder falscher Meldungen die Wahrscheinlichkeit verringern kann, dass diese Meldung (sowie zukünftige Meldu
@yatil
yatil / mbpkeyboard.txt
Created October 19, 2017 07:34
This is the output of my 2016 MBP keyboard when I alternately press the x and return keys. When there is an empty line the x key did not register. When there is a xx in a line, the key registered twice.
x
x
x
x
x
x
x
x
x
@yatil
yatil / config.rb
Created October 27, 2011 11:38
My standard config.rb for compass
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
# You can select your preferred output style
@yatil
yatil / dabblet.css
Created December 26, 2013 17:59
Untitled
body { font-family: sans-serif; font-size: 3em }
ul.inline li { display: inline; }
ul.inline li::before { content: '' ; }
ul.inline li::after { content: ', ' ; }
ul.inline li:nth-last-child(2)::after { content: ' &' ; }
ul.inline li:last-child::after { content: '.' ; }