Created
January 20, 2021 17:14
-
-
Save loxator/549e49980a3cb57b92b4609bc34f176b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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