Skip to content

Instantly share code, notes, and snippets.

View goodpic's full-sized avatar

Jun Kaneko goodpic

View GitHub Profile
// ==UserScript==
// @name MT Disable Spam Users
// @description Display URL and email address and check keywords to delete spam users.
// @include http://YOUR-MT-DOMAIN/cgi-bin/mt/mt.cgi*
// ==/UserScript==
var $;
// Add jQuery
(function(){
if (typeof unsafeWindow.jQuery == 'undefined') {
$(document).ready(function(){
// Configure jQuery oEmbed library
$.fn.oembed.defaults = {
maxWidth: 500, maxHeight: 400,
embedMethod: "append" // "replace", "auto", "append", "fill"
};
// Append the oEmbed contents fetched from #oembed_url
$("form#oembed_form").submit( function () {