document.addEventListener('DOMContentLoaded', function () {
const observer = new MutationObserver(function () {
const emailField = document.querySelector('[name="-OJ16jCKoMaW2hYM9XDw"]');
const firstNameField = document.querySelector('[name="-OJ1AOEU6WuoyrzIE4xk"]');
if (emailField && firstNameField) {
console.log("Fields detected!");
observer.disconnect(); // Stop observing once fields are found
// Hide FirstName field by default
firstNameField.style.display = 'none';
// Add event listeners
emailField.addEventListener('click', function () {
console.log("Email field clicked!");
firstNameField.style.display = 'block';
});
emailField.addEventListener('focus', function () {
console.log("Email field focused!");
firstNameField.style.display = 'block';
});
emailField.addEventListener('input', function () {
console.log("Email field input detected!");
firstNameField.style.display = 'block';
});
}
});
observer.observe(document.body, { childList: true, subtree: true });
});

B.C taking new approach to preserving old-growth forests
My Campbell River NowSeptember 12, 2020
The province is taking a new, holistic approach as a first step for the benefit of its old-growth forests.
This will include the protection of nine areas…

Conservationists welcome old-growth panel report and positive first steps by BC government to address old-growth crisis
Victoria BC – The Ancient Forest Alliance (AFA) is celebrating the BC government’s announcement today that it will defer logging in nine areas, including world-famous Clayoquot Sound, and protect some…

BC Says Preserving Biodiversity Now Guides Logging Policies
The TyeeSeptember 11, 2020
The province matches its much-anticipated report with new protections. But some ancient forests are still at risk.
Left unprotected. Among the old-growth areas…

B.C. moves to end divisive old growth forest policies, protects nine areas
The Canadian PressSeptember 11, 2020
Meares Island in the Clayoquot Sound region, one of the areas identified for development deferral. TJ WATT-ANCIENT FOREST ALLIANCE
The British Columbia government…

Blockades halt logging road construction into untouched watershed
A third blockade has been set up on Edinburgh Mountain to stop logging corporation Teal-Jones from road building and logging in ancient forests in unceded Pacheedaht territory near Port Renfrew. Read on for more details.

Photos: Granite Creek Logging Adjacent to Fairy Creek
See our latest photo gallery highlighting old-growth logging and road building by Teal-Jones in the Granite Creek watershed near Port Renfrew, BC.

Activists continue blockade of logging road on Vancouver Island to protect giant cedar
CBC News British ColumbiaAugust 14, 2020
T.J. Watt, an activist with the Ancient Forest Alliance, admires an old-growth yellow cedar in the Fairy Creek watershed near Port Renfrew on southern Vancouver…

Protesters showcase massive old yellow cedar as Port Renfrew area forest blockade continues
The Williams Lake TribuneAugust 14th, 2020
9.5-foot-wide yellow cedar measured by Ancient Forest Alliance campaigners in Fairy Creek watershed
Government and company officials continue to avoid…

Chek News- Fairy Creek
Chek News5pm Newscast – August 13, 2020
Watch this Chek News segment about the blockade to protect the at-risk headwaters of the Fairy Creek valley near Port Renfrew in Pacheedaht…

New Photo Gallery: Fairy Creek headwaters
See our latest photo gallery featuring Fairy Creek, the last unlogged old-growth valley on southern Vancouver Island (outside of parks) near Port Renfrew in Pacheedaht territory that's at-risk of…