GEF Project 3
GEF Project ID:
000000
Countries:
Global
Project Status:
Active
const suppressList = ['/','/home','/act']; const pathname = window.location.pathname; if (!suppressList.includes(pathname)) { document.querySelector('body').insertAdjacentHTML('beforeend','
'); }