Skip to content

Instantly share code, notes, and snippets.

View wimglenn's full-sized avatar
💭
🦡🦡🦡🦡🍄🍄🦡🦡🦡🦡🦡🦡🐍

Wim Jeantine-Glenn wimglenn

💭
🦡🦡🦡🦡🍄🍄🦡🦡🦡🦡🦡🦡🐍
View GitHub Profile
@wimglenn
wimglenn / share_markdown.user.js
Created February 19, 2020 16:08 — forked from kms70847/share_markdown.user.js
For each Stack Overflow question, adds an additional box to the "share" button, containing a link with markdown
// ==UserScript==
// @name Share Markdown (Stack Overflow)
// @namespace about:blank
// @include http://stackoverflow.com/questions/*
// @include https://stackoverflow.com/questions/*
// @version 6
// @grant none
// ==/UserScript==
function make_input(text){
@wimglenn
wimglenn / share_markdown.user.js
Created February 19, 2020 16:08 — forked from kms70847/share_markdown.user.js
For each Stack Overflow question, adds an additional box to the "share" button, containing a link with markdown
// ==UserScript==
// @name Share Markdown (Stack Overflow)
// @namespace about:blank
// @include http://stackoverflow.com/questions/*
// @include https://stackoverflow.com/questions/*
// @version 6
// @grant none
// ==/UserScript==
function make_input(text){