Home
Bio
Affiliaties
Foto
Mijn boeken
China, het daget inden oosten
Staatsinrichting en samenleving in China
Lezingen
Betrouwbaar Nieuws
English
Nederlands
中文
25.06.08
Media, myth and manipulation: the West’s addiction to deception
25.06.06
From vision to ruin
25.06.01
Decoupled and undefeated
25.05.26
Another war
25.05.16
Learning from 1945: choose peace
25.05.09
The STEM-sociology clash
更多
Home
Bio
Quotes
Affiliations
Photos
Books
China Het daget inden oosten
Statecraft & Society in China
Lectures
Reliable News
English
Nederlands
中文
index
›
文章标签 "Books"
Academia
Book review
Books
China
Civilisation
Geopolitics
Politics
Fifty non-fiction books about China
This is a comprehensive and detailed review of 50 of the most relevant books about China by a dozen of the most experienced China experts.. ...
2024-07-01
1,794
大家都在搜
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); }; }