Skip to content

Instantly share code, notes, and snippets.

@jifunks
jifunks / pwnmedium.user.js
Last active July 13, 2020 18:24
Medium.com uses design and typography to legitimize ideas that might not deserve legitimacy. This script kills Medium's design so that critical thinking takes precedence over eye candy.
// ==UserScript==
// @name Remove Legitimacy From Medium
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Medium.com frames everyone's opinions in a way that gives them legitimacy in the subconscious. In reality, they are no more than blog posts. This script serves to strip any form of nice styling or legitimacy from Medium posts, and encourage critical thinking.
// @author Jake Funke
// @match medium.com/*
// @include https://*.medium.com/*
// @grant GM_addStyle
// @run-at document-idle
@dannyrb
dannyrb / seo-meta-tags.html
Created November 9, 2015 00:33
Adding OpenGraph, Twitter Card, and Schema.org (Google) tags to a blog article.
<!-- Update your html tag to include the itemscope and itemtype attributes. -->
<html itemscope itemtype="http://schema.org/Article">
<!-- Place this data between the <head> tags of your website -->
<title>Page Title. Maximum length 60-70 characters</title>
<meta name="description" content="Page description. No longer than 155 characters." />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="The Name or Title Here">
<meta itemprop="description" content="This is the page description">