Skip to content

Instantly share code, notes, and snippets.

@loxator
Created January 20, 2021 17:14
Show Gist options
  • Save loxator/549e49980a3cb57b92b4609bc34f176b to your computer and use it in GitHub Desktop.
Save loxator/549e49980a3cb57b92b4609bc34f176b to your computer and use it in GitHub Desktop.
document
.getElementsByClassName(
"col-lg-4 col-md-4 col-sm-4 col-xs-12 marginbottom-10 no-padding xs-borderbottom"
)[2]
.parentNode.insertBefore(
document.getElementsByClassName(
"col-lg-4 col-md-4 col-sm-4 col-xs-12 marginbottom-10 no-padding xs-borderbottom"
)[3],
document.getElementsByClassName(
"col-lg-4 col-md-4 col-sm-4 col-xs-12 marginbottom-10 no-padding xs-borderbottom"
)[2]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment