Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name DS - NoDrag
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author You
- // @match *://command.drop-shock.com/*
- // @require http://code.jquery.com/jquery-3.4.1.min.js
- // @grant none
- // ==/UserScript==
- $('img').attr("draggable","false")
- $('a').attr("draggable","false")
Advertisement
Add Comment
Please, Sign In to add comment