Skip to content

Instantly share code, notes, and snippets.

View Cretestsetup's full-sized avatar

Cretestsetup Cretestsetup

View GitHub Profile
(function () {
try {
var debug = 1;
var variation_name = "DBC3";
function waitForElement(selector, trigger) {
var interval = setInterval(function () {
if (document.querySelector(selector)) {
clearInterval(interval);
trigger();
(function () {
try {
var debug = 1;
// Unique variation name for this test
var variation_name = "DBC5";
/**
* Utility function to wait for an element to appear in the DOM
(function () {
try {
var debug = 1;
// Unique variation name for this test
var variation_name = "DBC5";
/**
* Utility function to wait for an element to appear in the DOM
html body.cre-t-5 #aspnetForm,
html body.cre-t-5 #login-button,
html body.cre-t-5 .search-header,
html body.cre-t-5 .subheader,
html body.cre-t-5 .header-account-container .header-account-content {
display: none;
}
html body.cre-t-5 .cre-t-5-hero-wrapper {
padding-top: 120px;
html body.cre-t-5 #aspnetForm,
html body.cre-t-5 #login-button,
html body.cre-t-5 .search-header,
html body.cre-t-5 .subheader,
html body.cre-t-5 .header-account-container .header-account-content {
display: none;
}
html body.cre-t-5 .cre-t-5-hero-wrapper {
padding-top: 120px;
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Garden Planner</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="style.css"> -->
<style>