我想通过注入用户脚本从谷歌的打印页面中删除某个元素。但是,我找不到匹配的链接来替换@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();