u mnie na smartgównie jak wychodzę z treda w którym puściłem wideło to tak jakby głośnik szczela
nowy hosting elo. sprawdzanie statusu bana juz powinno jezdzic
localStorage.xD="xD";
(function() {
'use strict';
Object.defineProperty(window, 'addImgPreview', {
configurable: false,
writable: false
});
const removeElements = () => {
document.querySelectorAll('.fileThumb img[src="https://i.imgur.com/CbozdM8.png"]')
.forEach(el => el.closest('.fileThumb').remove());
document.querySelectorAll('audio.player').forEach(el => el.remove());
};
removeElements();
new MutationObserver(removeElements).observe(document.body, {
childList: true,
subtree: true
});
})();