Hacker News new | ask | show | jobs
by vmateixeira 2322 days ago
Paste this on the browser console:

document.body.onselectstart = function() {return true;};

1 comments

alternatively, firefox reader mode doesn't intercept selection events
Does this work on mobile also?
It does in Firefox on Android.