如何获取和匹配Google的打印页面链接,在用户脚本中调用它

时间:2015-10-20 16:39:24

标签: jquery google-chrome userscripts tampermonkey

我想通过注入用户脚本从谷歌的打印页面中删除某个元素。但是,我找不到匹配的链接来替换@match行中的问号

 // ==UserScript==
 // @name         test
 // @namespace    http://your.homepage/
 // @version      0.1
 // @description  enter something useful
 // @author       You
 // @match        ??????????
 // @grant        none
 // @require      http://code.jquery.com/jquery-latest.js
 // ==/UserScript==


  $("#copies-settings").remove();

0 个答案:

没有答案