4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
$(document).ready(function() {
|
|
$('.main > style:nth-child(2)').remove();
|
|
});
|
|
|