Microhard IM

The Future of Communication(tm)

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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
});