This file contains hidden or 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
| [type="checkbox"]:not(:checked),[type="checkbox"]:checked { | |
| position: absolute; | |
| left: -9999px; | |
| } | |
| [type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label { | |
| position: relative; | |
| padding-left: 2.5em !important; | |
| cursor: pointer; | |
| } |
This file contains hidden or 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
| javascript:(function(){"my.wpengine.com"===window.location.host&&(x=`//${window.location.pathname.split("/")[2]}.wpengine.com/`,window.open(x)||(location.href=x))})() |
This file contains hidden or 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
| javascript:(function(){var image_log = ''; var images = document.querySelectorAll("img[alt='']");for(let i = 0; i < images.length ; i++) {images[i].style.background = "#f75959";images[i].style.padding = "20px";image_log += (images[i].src + '\n')}console.log(image_log)})() |
This file contains hidden or 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
| javascript:(function(){var o=document.querySelectorAll("a");for(i=0;i<o.length;i++){if(!o[i].href.includes(window.location.hostname) && !o[i].href.includes('mailto') && !o[i].href.includes('tel') && !o[i].href.includes('javascript:void')){if(o[i].getAttribute("target")!=="_blank"){o[i].setAttribute("style","border-bottom: 3px solid #f75959 !important;");console.log(o[i]);console.log(o[i]+" does not open in a new tab, element:");console.log("\n");}else{o[i].setAttribute("style","border-bottom: 5px solid #02f049 !important;");}}}})() |
This file contains hidden or 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
| jQuery(($) => { | |
| const $slider = $('#slider'); | |
| $slider.slick({ | |
| centerMode: true, | |
| slidesToShow: 3, | |
| }); | |
| $slider.on('beforeChange', (event, slick, current, next) => { |
This file contains hidden or 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
| javascript:(function(){x=window.location.origin+'/wp-login.php?redirect_to='+encodeURIComponent(window.location.href)+'&action=sign-out';if(!window.open(x))location.href=x})() |