// ==UserScript== // @name email 复选框增强 // @namespace https://www.zhihu.com/people/yin-xiao-bo-11 // @version 0.1.1 // @description chrome 下,给 QQ 邮箱读屏版的邮件复选框增加名称,给html 试图的 gmail 邮箱邮件复选框增加名称 // @author Veg // @include https://mail.google.com/* // @include *mail.qq.com/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/39667/email%20%E5%A4%8D%E9%80%89%E6%A1%86%E5%A2%9E%E5%BC%BA.user.js // @updateURL https://update.greasyfork.icu/scripts/39667/email%20%E5%A4%8D%E9%80%89%E6%A1%86%E5%A2%9E%E5%BC%BA.meta.js // ==/UserScript== var url = window.location.href; var tokens = url.substring(7,13); if(tokens=='/mail.') { var table=document.querySelector('table.th'); var input=table.querySelectorAll('input'); for (var i=0; i