You must log in or # to comment.
deleted by creator
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