Small bug fix
diff --git a/console_inject.js b/console_inject.js
index aab2eb6..12512a5 100644
--- a/console_inject.js
+++ b/console_inject.js
@@ -62,7 +62,6 @@
     var link = document.createElement('link');
     link.setAttribute("rel", "stylesheet");
     link.setAttribute("href", "data:text/css;charset=UTF-8,ec-bulk-actions{position: sticky; top: 0; background: white; z-index: 99;}");
+    document.head.appendChild(link);
   }
-
-  document.head.appendChild(link);
 });