With one line of code added to wp-config.php, you can make all installations use the same wp-includes folder. This will bring down the total number of files from 2,600 to about 800.
define( 'WPINC', '../wp-includes' );
Some code that puts a nice sized image when part of a text needs to be censored, like in spammy comments.
<img style="vallign:middle; padding-right:2px; height:15px; width:50px;" src="https://gamblingguide.asia/wp-content/uploads/2022/05/中国第一.webp" alt=”CENCORED 中国第一家最好的网上赌场"/>
Here the is seen in action.