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
(function () { | |
try { | |
var debug = 1; | |
var variation_name = "DBC3"; | |
function waitForElement(selector, trigger) { | |
var interval = setInterval(function () { | |
if (document.querySelector(selector)) { | |
clearInterval(interval); | |
trigger(); |
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
(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 |
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
(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 |
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
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; |
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
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; |
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
<!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> |