mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 05:40:06 +10:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user