I want to delete a certain element from google's print page by injecting a userscript. However, i can't find the matching link to replace the question-marks in the @match row
// ==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();