@Name
- // ==UserScript==
- // @name 快捷骰子
- // @version 2025-01-01
- // @description 魔药店的回帖菜单中加入插入d20骰子的快捷按钮
- // @author u
- // @match https://www.gamemale.com/*151530*
- // @icon https://img.gamemale.com/album/202501/01/234620a8r8rv8qk88plnd5.png
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- Mjq('.fpd').append(`<img onclick="seditor_insertunit('fastpost', '[dice]d20[/dice]')" style="transform: translate(5px,5px);height: 16px;cursor: pointer;" src="https://img.gamemale.com/album/202501/01/234620a8r8rv8qk88plnd5.png">`)
- })();
复制代码 |