3·8 | Paying tribute to the most beautiful you, wishing all goddesses a happy holiday!

3·8 | Paying tribute to the most beautiful you, wishing all goddesses a happy holiday!

Mar 08, 2024

March 8th is celebrated each year as a holiday to recognize the significant contributions and remarkable achievements of women in various fields such as economics, politics, and society.

International Women's Day initially emerged as a political event initiated by socialist feminists. Over time, this holiday has blended with the cultures of many countries and gradually evolved into a global celebration, holding new significance for women worldwide.

$(window).on('load', function () { const FROM = /Drainage[\s\u00a0]+Pump/gi; // 兼容  /换行/多空格 const TO = 'Diaphragm Pump'; function replacePumpText() { $('body *').contents().filter(function () { return this.nodeType === 3 && FROM.test(this.textContent); }).each(function () { this.textContent = this.textContent.replace(FROM, TO); }); $('[alt], [title]').each(function () { if (this.alt) this.alt = this.alt.replace(FROM, TO); if (this.title) this.title = this.title.replace(FROM, TO); }); } replacePumpText(); let timer = null; new MutationObserver(function () { clearTimeout(timer); timer = setTimeout(replacePumpText, 200); }).observe(document.body, { childList: true, subtree: true }); });