Skip to content

Instantly share code, notes, and snippets.

@HamGuy
Created May 26, 2017 01:47
Show Gist options
  • Save HamGuy/ba4b0698bccea8203577ab752172ac48 to your computer and use it in GitHub Desktop.
Save HamGuy/ba4b0698bccea8203577ab752172ac48 to your computer and use it in GitHub Desktop.
禁用迅雷的无用流氓组件
#!bin/bash
chmod a-x /Applications/Thunder.app/Contents/Bundles/XLPlayer.app
chmod a-x /Applications/Thunder.app/Contents/PlugIns/bbassistant.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/browserhelper.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/featuredpage.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/myvip.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/playgame.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/subtitle.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/thunderstore.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/xiazaibao.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/xlbrowser.xlplugin
chmod a-x /Applications/Thunder.app/Contents/PlugIns/xlplayer.xlplugin
@liwuxi
Copy link

liwuxi commented Jun 30, 2017

这个根本不是原创啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment