Edit: @Successful_Try543@feddit.org solved it. It says “one special character”. Not “at least one”.

  • xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    35
    ·
    9 days ago

    As a super secret dev hack may I introduce you to shift + insert a fair few sites specifically block ctrl + v instead of properly disabling the clipboard action and, of course, if you read this and then submit a Jira ticket to block shift + insert… well… h8u

    • Pasta Dental@sh.itjust.works
      link
      fedilink
      arrow-up
      14
      ·
      9 days ago

      I usually to in the developer tools and manually disable the thing preventing the paste action. It’s usually a string to remove some JS or something or an Event that you need to uncheck

      • xmunk@sh.itjust.works
        link
        fedilink
        arrow-up
        18
        ·
        9 days ago

        If you’re opening up the dev tools you can also paste your string directly into <input value="" /> unless something weird is going on.

    • sorter_plainview@lemmy.todayOP
      link
      fedilink
      arrow-up
      6
      ·
      9 days ago

      Aah… I completely forgot about that. Will try next time. Also yesterday I saw Shift + F10 will show the context menu. Yet to test it on this site.