I try to append style into webpage through console tab of Chrome browser with the code like this.
$('head').append("<style>.hova {border-color: red !important;border-style: solid !important;border: 1px;}</style>");
- The problem is it append like a String (return undefinded) in the header with some page like Google or StackOverFlow.
- It works with another page like "http://jonraasch.com/blog/javascript-style-node" (return header of page)