Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Drawing;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
@JanWichelmann
JanWichelmann / SuggestedEditsQueueImprovements.user.js
Last active June 27, 2020 14:09
User script to add a heading when reviewing a suggested edit on the Stack Exchange Network.
// ==UserScript==
// @name Heading in suggested edits queue
// @version 1.1
// @description Adds a heading to better indicate whether one is reviewing an edit on a question or an answer, and whether this post is closed.
// @author Jan Wichelmann
//
// @include https://*stackoverflow.com/review/suggested-edits/*
// @include https://*serverfault.com/review/suggested-edits/*
// @include https://*superuser.com/review/suggested-edits/*
// @include https://*askubuntu.com/review/suggested-edits/*