Microhard IM

The Future of Communication(tm)

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

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