m24111

Untitled

Jun 22nd, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         DS - NoDrag
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        *://command.drop-shock.com/*
  8. // @require      http://code.jquery.com/jquery-3.4.1.min.js
  9. // @grant        none
  10. // ==/UserScript==
  11.  
  12. $('img').attr("draggable","false")
  13. $('a').attr("draggable","false")
Advertisement
Add Comment
Please, Sign In to add comment