首页
个人简介
社会身份
人生轨迹
我的著作
中国:东方的一天
中国政经方略
系列讲座
可信新闻
中文
English
Nederlands
25.04.27
废除选举 !
25.04.21
欧洲的 STEM 危机,是一场蓄意的政治破坏,而非意外。
25.04.15
中国的和平、和谐与幸福
25.03.25
为真相而流亡:西方的政治难民,
25.03.13
战争结束了
25.02.06
文明花园
更多
首页
个人简介
社会身份
人生轨迹
我的著作
中国:东方的一天
中国政经方略
系列讲座
可信新闻
中文
English
Nederlands
index
›
adjunct_authors 的文章
拜登在国情咨文中的信用与惩罚
林宝 15.03.2023 在 “红色浪潮 “席卷美国的背景下,美国民众普遍对国家现状不满,对未来普遍缺乏信心,在2月7日晚,美国总统拜登在国会办公室发表了他的第二次国情咨文。 国情咨文的内容集中在几个方面,包括经济、社会、政治和党派斗争。从表面上看,这是拜登对全体人民的年终总结,为两党的立法者指明了前进的方向,但从本质上看,这是一个展示自己成就和争夺公众支持的机会。拜登抓住了这个机会,公开强调自己的成就,以此为2024年的总统选举做准备。 ...
2023-07-09
1,051
adjunct_authors
作者
客座作者
大家都在搜
China
politics
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); }; }