Remove all comments from duellinks.gamea.co

removes all comments from duellinks.gamea.co

  1. // ==UserScript==
  2. // @name Remove all comments from duellinks.gamea.co
  3. // @description removes all comments from duellinks.gamea.co
  4. // @version 1
  5. // @author bubbad
  6. // @include http://duellinks.gamea.co/*
  7. // @namespace Bubbad scripts
  8. // @match http://duellinks.gamea.co/*
  9. // @grant none
  10. // ==/UserScript==
  11. $('.thread_part').remove();
  12. $('.side-thread').remove();