Greasy Fork

Skype group name/icon-url

taking it

目前为 2021-03-29 提交的版本。查看 最新版本

// ==UserScript==
// @name        Skype group name/icon-url
// @namespace   @
// @description taking it
// @include     https://web.skype.com
// @version     1
// @grant       none
// @require     https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
// ==/UserScript==

$(function($){
  alert('test');
});