You must log in or register to comment.
looks like its just setting some events, these two lines should clear the anti-select and the anti-right click respectively if pasted into the debug console:
document.body.onselectstart = undefined document.oncontextmenu = undefined