I want to reuse the certain class of CSS style of a webpage to the new Div element that I have added. I am using Greasemonkey to redesign the page.
How can I add bar1
style to myDiv
?
Original div:
<div id="bar1" class="bar1">
New Div:
var myDiv = document.createElement('div');