Dorkly.com DeFrost

Удаление защиты от скачивания картинок

  1. // ==UserScript==
  2. // @name Dorkly.com DeFrost
  3. // @description Удаление защиты от скачивания картинок
  4. // @include *dorkly.com/*
  5. // @icon http://www.dorkly.com/favicon.ico
  6. // @grant none
  7. // @run-at document-end
  8. // @require http://code.jquery.com/jquery-2.1.1.min.js
  9. // @version 0.0.1.20150401180633
  10. // @namespace https://greasyfork.org/users/7568
  11. // ==/UserScript==
  12.  
  13. $( ".blankimg" ).remove();