Disable Print Dialog in Stack Printer

Disable print dialog in Stack Printer site

当前为 2015-09-10 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Disable Print Dialog in Stack Printer
  3. // @namespace com.stackprinter.www
  4. // @include http://www.stackprinter.com/*
  5. // @version 1.0
  6. // @grant none
  7. // @description Disable print dialog in Stack Printer site
  8. // ==/UserScript==
  9.  
  10. window.print = function(){};