DEFINED

ravioli

  1. // ==UserScript==
  2. // @name DEFINED
  3. // @version 1.0
  4. // @author Puciek
  5. // @match https://lab.facepunch.com/undefined
  6. // @match https://lab.facepunch.com/undefined/*
  7. // @grant GM_addStyle
  8. // @description ravioli
  9. // @namespace https://greasyfork.org/users/127262
  10. // ==/UserScript==
  11.  
  12. GM_addStyle ( " \
  13. \
  14. .inner, .avatar, blockquote.ng-scope, .message.ng-scope, p.ng-scope, .threadicon, .meta, .header, .forumname, .user, .right {\
  15. -moz-animation-name: none;\
  16. -webkit-animation-name: none;\
  17. }\
  18. " );