• garyyo@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    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
    
    • 0x2d@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      you reminded me of a site that was “down for maintenance” (they were just spamming an alert) after using the block multiple alerts button in firefox, it works fine