Browse Source

Hide raw markdown on document ready

simov 9 years ago
parent
commit
3655dcd92f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      content/content.js

+ 1 - 0
content/content.js

@@ -1,6 +1,7 @@
 
 window.addEventListener('DOMContentLoaded', () => {
   var $ = document.querySelector.bind(document)
+  $('pre').style.display = 'none'
 
   m.mount($('body'), {
     controller: function () {