MCPcopy Create free account
hub / github.com/NMWplays/Glowify / F

Function F

theme.js:5134–5138  ·  view source on GitHub ↗
(e, r)

Source from the content-addressed store, hash-verified

5132 origNext = player.next.bind(player);
5133 origBack = player.back.bind(player);
5134 player.next = (...a) => {
5135 markManualSkip();
5136 swipe("next");
5137 return origNext(...a);
5138 };
5139 player.back = (...a) => {
5140 tryBack();
5141 return origBack(...a);

Callers 2

XFunction · 0.85
YFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected