Europe, especially the EU, now faces a choice. After the EU lost Russia with devastating damage to the EU economy, the choice must now be made between continuing to follow the US or working with China. ...
  • 2024-05-11
In untangling the causal factors behind the many crises we face today, the trail of breadcrumbs always leads to the international banking cartel which appears to have the determining influence shaping the system of governance under which our societies operate. ...
  • 2024-03-03
by Lin Bao 15.03.2023 In the background of the “red tide” sweeping the United States, the American people are generally dissatisfied with the current state of the country, the general lack of confidence in the future, in the evening of February 7th , U.S. President Joe Biden ...
  • 2023-03-15

大家都在搜

My Wechat

微信公众号
// Remove fields by TITLE (e.g., "Tag1", "Tag2", etc.) document.addEventListener('DOMContentLoaded', function() { const titlesToRemove = ['Tags', 'Date', 'Language', 'Tag', 'List', 'Tag1', 'Tag2', 'Tag3']; titlesToRemove.forEach(title => { const field = document.querySelector(`.mailpoet_text[title="${title}"]`); if (field) field.closest('.mailpoet_form_field')?.remove(); }); }); // Remove both TITLES and INPUT FIELDS by targeting parent containers document.addEventListener('DOMContentLoaded', function() { const titlesToRemove = ['Tags', 'Date', 'Language', 'Tag', 'List', 'Tag1', 'Tag2', 'Tag3']; titlesToRemove.forEach(title => { const field = document.querySelector(`.mailpoet_text[title="${title}"]`); if (field) { // Target the closest parent container (usually holds label + input) const fieldGroup = field.closest('.mailpoet_form_field') || field.closest('.mailpoet_paragraph'); if (fieldGroup) fieldGroup.remove(); } }); }); // Re-run if MailPoet reloads the form (AJAX) if (typeof MailPoetForm !== 'undefined') { MailPoetForm.onSuccess = function() { setTimeout(() => { document.querySelectorAll('.mailpoet_text').forEach(field => { if (['Tags', 'Date', 'Language', 'Tag', 'List', 'Tag1', 'Tag2', 'Tag3'].includes(field.title)) { const fieldGroup = field.closest('.mailpoet_form_field') || field.closest('.mailpoet_paragraph'); if (fieldGroup) fieldGroup.remove(); } }); }, 500); }; } // Re-run if MailPoet reloads the form (AJAX) if (typeof MailPoetForm !== 'undefined') { MailPoetForm.onSuccess = function() { setTimeout(() => { document.querySelectorAll('.mailpoet_text').forEach(field => { if (['Tags', 'Date', 'Language', 'Tag', 'List', 'Tag1', 'Tag2', 'Tag3'].includes(field.title)) { field.closest('.mailpoet_form_field')?.remove(); } }); }, 500); }; }