5
6 Comments

How to deal with stolen code.

So, I recently discovered that my indie extension has been cloned. To add insult to injury, actual code I've written is present in the stolen clone -- sure, lightly "edited" -- the names and such, but its clearly a paste.

Now, the extensions all live on webstores of the browser we submitted to. What are usual recourses here? Are there any? What are community thoughts on the topic? Is this fair game for any low hanging fruit?

Thanks all!

  1. 1

    what was the extension that pirated, if you don't mind me asking, and what did you end up doing about it?

    1. 1

      It's pretty simple to see if you look over related on CWS. Don't want to name names here.

      In the end, I didn't do anything. The addon exists and is still a clone of what I have, but it turns out that it's a better advertising then I could have done: users find and and on their site navigate to CWS and immediately see my offering along theirs.

      I did evaluate how to pursue the owners if I so wanted and the simple options start with dmca claim against the listing stores on infringing addons and their sites hosting provider. With a lawyer, it's also possible to cease the domains outright, but that's a 6-12 month process.

  2. 1

    I would jump on it as quick as possible. Report them to the respective extension collectives, and perhaps even send them a 'cease and desist' letter. Be polite but firm.

    You can probably start this off without the expense of hiring a lawyer, but if you don't get positive results initially, then you may have to go legal on them.

    I assume you have Git logs etc. that can prove that the code is all derived from scratch by yourselves if it came to a court case? I am curious as to how they got your code? Was it accidentally uploaded to a public repo, or did a coder working on the project steal the source or something?

    1. 1

      This comment was deleted a year ago.

      1. 3

        All browser extension code lives on your hard drive when installed. You can usually find all your installed extensions and their source code in the folder where your browser keeps its settings.

        Essentially, browser vendors don't allow you to obfuscate your code. Even for minified libraries that you may be using, you will need to provide the human-readable version (unless it's a common library like jQuery).

        Keeping your code safe for browser extensions works only though a license, C&D letters, and DCMA-related actions.

        1. 1

          That is entirely correct. Depending on the browser, extensions and their code are hosted on the machine of the user thereby allowing us to look into the code of each others work. Not ideal, but there is no middle ground here -- generally, one tries to move meat and potatoes into server side.

        2. 1

          This comment was deleted a year ago.

  3. 1

    I'd report the extension if possible and point out the publish date of yours vs theirs. It's definitely not fair game to copy someone else's extension source code.

Trending on Indie Hackers
Getting first 908 Paid Signups by Spending $353 ONLY. 24 comments I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments How I Sourced 60% of Customers From Linkedin, Organically 12 comments Hero Section Copywriting Framework that Converts 3x 12 comments Join our AI video tool demo, get a cool video back! 12 comments