Skip to content

Instantly share code, notes, and snippets.

@makyen
makyen / SE_Quick_fix_reloadPosts.user.js
Created March 10, 2022 17:44
Patch StackExchange.realtime.reloadPosts to work with the new data format returned from /ajax-load-realtime/.
// ==UserScript==
// @name SE: Quick fix SE.realtime.reloadPosts
// @namespace MakyenStackExchangeAdjustments
// @description Patch StackExchange.realtime.reloadPosts to work with the new data format returned from /ajax-load-realtime/.
//
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
// @match *://*.askubuntu.com/*
// @match *://*.stackapps.com/*

Keybase proof

I hereby claim:

  • I am makyen on github.
  • I am makyen (https://keybase.io/makyen) on keybase.
  • I have a public key ASBrcX1k6rnjmC_WLVxac3pJbK3vmvFGt_ddOx5xQA057wo

To claim this, I am signing this object:

@makyen
makyen / limit-pre-on-metasmoke.user.js
Created March 11, 2018 08:07
Userscript to limit the height of post-body pre blocks on metasmoke
// ==UserScript==
// @name Limit pre on metasmoke
// @namespace MakyenmetasmokeAdjustments
// @description Limit the height of post-body pre blocks on metasmoke
// @match https://metasmoke.erwaysoftware.com/*
// @version 1.0.0
// @grant none
// ==/UserScript==
(function() {