79379337

Date: 2025-01-22 22:13:09
Score: 0.5
Natty:
Report link

Old question, but still hard to find an answer to it.

The only way I could find to prevent AcceptJSUI from scrolling was to remove the window.scrollTo() function before the AcceptJS.UI script was loaded.

window.scrollTo = function(y, x) {
  console.log("prevented scroll to " + x + ", " + y);
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: daggerhart