diff --git a/_includes/head.html b/_includes/head.html index c3fd886..34e0de7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -25,6 +25,10 @@ } if (location.hostname.endsWith("shotcut.org")) { loadScript("//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1305424236533187", true); + } else if (location.hostname.endsWith("shotcut.com")) { + loadScript("//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1305424236533187", true); + } else if (location.hostname.endsWith("shotcutapp.com")) { + loadScript("//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1305424236533187", true); }