From d899a319e6ac82e372209f895595220f490c6cea Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Fri, 5 Dec 2025 14:05:46 -0500 Subject: [PATCH] look inside button tweaks --- ye-snippet.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ye-snippet.js b/ye-snippet.js index 5213edf..136a10c 100644 --- a/ye-snippet.js +++ b/ye-snippet.js @@ -140,7 +140,14 @@ else document.querySelector(".checkout-donate-header__wrapper").innerHTML = `

Your year-end donation will help sustain the global Gospel outreach of Truth For Life. Thank you.

` + ">

Your year-end donation will help sustain the global Gospel outreach of Truth For Life. Thank you.

`; + + const style = document.querySelector(".checkout-product__button.look-inside_launch").style; + style.left = 0; + style.width = "100%"; + style.position = "relative"; + style.transform = "none"; + return; } }