version bump to 1.2.55.235

- fixed blocking for subfeeds on main page
- disabling patches not intended for premium users
- minor changes in russian and english translation
This commit is contained in:
amd64fox
2025-01-21 08:52:13 +03:00
parent 630a331b72
commit a60308695f
7 changed files with 89 additions and 58 deletions
-13
View File
@@ -1,18 +1,5 @@
function sectionBlock(e, type) {
// block subfeeds
if (type === "podcast" || type === "all") {
const style = document.createElement("style");
style.innerHTML = `
.cj6vRk3nFAi80HSVqX91,
.zbU90jX5VWUhVlpUda7B {
display: none !important;
}
`;
document.body.appendChild(style);
}
const body = e?.data?.home;
const sections = body?.sectionContainer?.sections?.items;