⚡ bath update
This commit is contained in:
@@ -51,6 +51,7 @@ bindurl ^https://rss.jaandrle.cz/* ss nmode ignore 1 mode normal
|
||||
bindurl ^https://rss.jaandrle.cz/* sn hint -c div
|
||||
|
||||
command mlpPritomne js const f= "filter[dostupnost][eq]"; const s= new URLSearchParams(location.search); s[s.has(f)?"delete":"set"](f, "pritomne"); location.search= "?"+s.toString();
|
||||
command mlpListSize js const size= "pageSize"; const s= new URLSearchParams(location.search); s.set(size, s.has(size) ? (s.get(size)=== "100" ? "48" : "100") : "48"); location.search= "?"+s.toString();
|
||||
bindurl ^https://www.mlp.cz/* ss fillcmdline_notrail mlp
|
||||
|
||||
command pauseVideos js Array.from(document.querySelectorAll("video")).forEach(el=> ( location.hostname!=="www.o2tv.cz" ? el.pause() : [ "Pauza" ].map(l=> document.querySelector(`[aria-label=${l}]`)).find(Boolean)?.dispatchEvent(new Event("click")) ))
|
||||
|
||||
Reference in New Issue
Block a user