include.js
include.js copied to clipboard
Prevent TypeError on `<style>` tags
document.styleSheets contains both <link rel="stylesheet"> and <style> elements; since the later have href = null, it would throw a TypeError.