// ==UserScript== // @name Poe 添加删除所有记录按钮 // @namespace https://github.com/xxnuo/ // @version 0.1 // @license MIT // @description 给 Poe 网页版添加一个选中所有历史记录的功能,需要先选择 Delete 一句话,然后点击油猴图标里全选历史记录按钮。 // @author xxnuo // @match https://poe.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=poe.com // @grant GM_registerMenuCommand // @downloadURL none // ==/UserScript== (function() { 'use strict'; GM_registerMenuCommand('全选历史记录', () => { let cb = document.getElementsByClassName('Checkbox_checkbox__zM_Lo'); for(var i = 0;i