Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Privacy
  3. Dart! The new AI Task Management tool! It has one of the most disgusting privacy policies I've seen in a long time! You can't even use the text!

Dart! The new AI Task Management tool! It has one of the most disgusting privacy policies I've seen in a long time! You can't even use the text!

Scheduled Pinned Locked Moved Privacy
privacy
11 Posts 9 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S [email protected]

    I tried to copy the text. Couldn't.
    I tried to use Reader Mode. Couldn't.
    I tried to use Firefox's webpage screenshot feature. Couldn't.
    I tried to scrape it with a home-made script. Couldn't.
    I tried to scrape it with an online LLM. Couldn't.
    I tried to find the text in Archive.org. Couldn't.

    They want you to see that they ticked the boxes as a responsible company ("Ah, yes. A formal privacy policy. Ooh. Such a responsible company."), but they don't want you to hold them accountable for their words, because they want no registry of what they've promised!

    W This user is from outside of this forum
    W This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #2

    An “AI” company who doesn’t want their content scraped? Say it ain’t so! /s

    I just used Shottr to take a scrolling screenshot and captured the whole policy. I could OCR it, but I have no idea what to do with it from there…

    J 1 Reply Last reply
    0
    • W [email protected]

      An “AI” company who doesn’t want their content scraped? Say it ain’t so! /s

      I just used Shottr to take a scrolling screenshot and captured the whole policy. I could OCR it, but I have no idea what to do with it from there…

      J This user is from outside of this forum
      J This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #3

      Post it here

      C 1 Reply Last reply
      0
      • S [email protected]

        I tried to copy the text. Couldn't.
        I tried to use Reader Mode. Couldn't.
        I tried to use Firefox's webpage screenshot feature. Couldn't.
        I tried to scrape it with a home-made script. Couldn't.
        I tried to scrape it with an online LLM. Couldn't.
        I tried to find the text in Archive.org. Couldn't.

        They want you to see that they ticked the boxes as a responsible company ("Ah, yes. A formal privacy policy. Ooh. Such a responsible company."), but they don't want you to hold them accountable for their words, because they want no registry of what they've promised!

        N This user is from outside of this forum
        N This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #4

        Several options to get around that. (1) Install a browser extension that will disable whatever block the page has, (2) open developer tools on a desktop browser, delete whatever javascript is preventing it, (3) possibly print to pdf, someone else suggested screenshot + OCR, etc.

        R S 2 Replies Last reply
        0
        • N [email protected]

          Several options to get around that. (1) Install a browser extension that will disable whatever block the page has, (2) open developer tools on a desktop browser, delete whatever javascript is preventing it, (3) possibly print to pdf, someone else suggested screenshot + OCR, etc.

          R This user is from outside of this forum
          R This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #5

          what if they obfuscate the javascript?

          N 1 Reply Last reply
          0
          • S [email protected]

            I tried to copy the text. Couldn't.
            I tried to use Reader Mode. Couldn't.
            I tried to use Firefox's webpage screenshot feature. Couldn't.
            I tried to scrape it with a home-made script. Couldn't.
            I tried to scrape it with an online LLM. Couldn't.
            I tried to find the text in Archive.org. Couldn't.

            They want you to see that they ticked the boxes as a responsible company ("Ah, yes. A formal privacy policy. Ooh. Such a responsible company."), but they don't want you to hold them accountable for their words, because they want no registry of what they've promised!

            D This user is from outside of this forum
            D This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #6

            Crazy. Though I suspect the copy protection is done by the third party Termly, which hosts the policy.

            To select the text (in Firefox), first right-click This Frame > Show Only This Frame. Press F12, expand <head>, find the second <style> block, right click it and Delete Note.

            1 Reply Last reply
            0
            • R [email protected]

              what if they obfuscate the javascript?

              N This user is from outside of this forum
              N This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #7

              Unless it’s required to load the words, it’s probably JavaScript that is trying to prevent the user from selecting it, so disabling javascript would make it selectable because the thing blocking the select is disabled. If javascript is loading the words in, then blocking javascript will make it so the page doesn’t load. But they are typically separate scripts from whatever is blocking the select, so addons can selectively block scripts that are detected to block things like select or right-click, etc. If they obfuscate the javascript to where the word load and the blocking are combined, then another method will probably be the easiest to employ like one of the other options I noted above, or going to developer options and copying the text from the inspector.

              1 Reply Last reply
              0
              • N [email protected]

                Several options to get around that. (1) Install a browser extension that will disable whatever block the page has, (2) open developer tools on a desktop browser, delete whatever javascript is preventing it, (3) possibly print to pdf, someone else suggested screenshot + OCR, etc.

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #8

                Thanks for the suggestions. Had time to try to print it. Didn’t work. I’ll try the other options later.

                1 Reply Last reply
                0
                • J [email protected]

                  Post it here

                  C This user is from outside of this forum
                  C This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #9

                  It's too long for a comment but I made a Markdown copy in a post here: https://feddit.org/post/10009622

                  1 Reply Last reply
                  0
                  • S [email protected]

                    I tried to copy the text. Couldn't.
                    I tried to use Reader Mode. Couldn't.
                    I tried to use Firefox's webpage screenshot feature. Couldn't.
                    I tried to scrape it with a home-made script. Couldn't.
                    I tried to scrape it with an online LLM. Couldn't.
                    I tried to find the text in Archive.org. Couldn't.

                    They want you to see that they ticked the boxes as a responsible company ("Ah, yes. A formal privacy policy. Ooh. Such a responsible company."), but they don't want you to hold them accountable for their words, because they want no registry of what they've promised!

                    ? Offline
                    ? Offline
                    Guest
                    wrote on last edited by
                    #10

                    Because I had a bit of time. It's not perfect but ehh. Here is the markdown: itsdart-privacy-policy

                    1 Reply Last reply
                    0
                    • S [email protected]

                      I tried to copy the text. Couldn't.
                      I tried to use Reader Mode. Couldn't.
                      I tried to use Firefox's webpage screenshot feature. Couldn't.
                      I tried to scrape it with a home-made script. Couldn't.
                      I tried to scrape it with an online LLM. Couldn't.
                      I tried to find the text in Archive.org. Couldn't.

                      They want you to see that they ticked the boxes as a responsible company ("Ah, yes. A formal privacy policy. Ooh. Such a responsible company."), but they don't want you to hold them accountable for their words, because they want no registry of what they've promised!

                      dave@feddit.ukD This user is from outside of this forum
                      dave@feddit.ukD This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #11

                      It's pretty nasty—loads from a 3rd party domain (termly.io) that is blocked by uBO, and I had to disable it to load at all. After that, it loads into an iframe with a src of https://app.termly.io/policy-viewer/iframe-content.html?policyUUID=97db19c6-7afc-444b-bd38-9a2ac329fcac which you can load directly and print. It still has all the user-select: none css settings applied so you can't highlight / copy / paste, but that's easy enough to remove in the inspector.

                      1 Reply Last reply
                      0
                      • System shared this topic on
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups