Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gslin/71ce14c66b2089b32415 to your computer and use it in GitHub Desktop.
Save gslin/71ce14c66b2089b32415 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Disable Plurk multimedia thumb functuion
// @namespace https://blog.gslin.org/plurk
// @version 0.1
// @description Disable Plurk multimedia thumb function
// @author Gea-Suan Lin <darkkiller@gmail.com>
// @match *://www.plurk.com/*
// @grant none
// ==/UserScript==
(function(){
jQuery('body').off('click', '.pictureservices, .videoservices, .ogvideo, .iframeembed, .plink');
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment