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