Sankaku Complex | No blurred images

Will simply remove the blurred images caused by the image having blacklisted tags on the gallary sites of Sankaku Complex

  1. // ==UserScript==
  2. // @name Sankaku Complex | No blurred images
  3. // @namespace none
  4. // @version 0.201703162053
  5. // @description Will simply remove the blurred images caused by the image having blacklisted tags on the gallary sites of Sankaku Complex
  6. // @author mysteriousLynx
  7. // @include *://idol.sankakucomplex.com/*
  8. // @include *://chan.sankakucomplex.com/*
  9. // @grant GM_addStyle
  10. // @run-at document-start
  11. // ==/UserScript==
  12.  
  13. GM_addStyle(".thumb.blacklisted { display: none !important }");