Microhard IM

The Future of Communication(tm)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Microhard IM
// @namespace    microhardmessenger.wibdows91
// @version      1.2
// @description  The Future of Communication(tm)
// @author       Elijah
// @include        http://wibdows91.ddns.net/*
// @include        http://wibdows91-devel.ddns.net/*
// @include        http://wibdows91-lite.ddns.net/*
// @license        GPL3
// ==/UserScript==

window.microhardIM = function(){
  var $win = make_iframe_window({
    src: "https://doors94.github.io/programs/aim/index.html",
    icons: {16: "https://doors94.github.io/images/icons/mim-16x16.png", 32: "https://doors94.github.io/images/icons/mim-32x32.png"},
    title: "Microhard Instant Messenger",
    innerWidth: 400,
    innerHeight: 600,
    resizable: false,
  });
  return new Task($win);
};
add_icon_not_via_filesystem({
  title: "Microhard Instant Messenger",
  iconID: "aim",
  open: window.microhardIM,
  shortcut: true
});