User:MolecularPilot/HideFloatingDecorations.js
$(function() {
// Hide all elements with the class "floating-decoration"
$('.floating-decoration').hide();
});
$(function() {
// Hide all elements with the class "floating-decoration"
$('.floating-decoration').hide();
});