Might be fun to hellban them, alter your JS to show visitors nothing when they visit their sites. Won't last for long but if you only do that for visitors with fewer than 3 visits then it'll take them a little while to figure it out.
Ask HN: How to deal with someone ripping off your design?
41–50 of 71 posts
Re: Ask HN: How to deal with someone ripping off your design?
#42It's actually quite easy: Find their host and, if they're in the US, issue a DMCA notification: $ dig resinternationalgroup.com ;; ANSWER SECTION: resinternationalgroup.com. 18788 IN A 66.206.15.100 $ dig -x 66.206.15.100 ;; ANSWER SECTION: 100.15.206.66.in-addr.arpa. 3600 IN PTR cpanel.siteplot.com. Send the email over to support@siteplot.com. If that doesn't work, go up to their datacenter: $ whois 66.206.15.100 ..…
Re: Ask HN: How to deal with someone ripping off your design?
#43Re: Ask HN: How to deal with someone ripping off your design?
#44Re: Ask HN: How to deal with someone ripping off your design?
#45Re: Ask HN: How to deal with someone ripping off your design?
#46Earlier quoted context omitted.
That would be an abuse of the DMCA since its just a design (see Flat-Ui).
No. This is directly using (even hotlinking some assets) the OPs copyrighted materials. FlatUI had 3 icons that were "similar"[1] to icons in LayerVault. There wasn't any clear copying of assets. [1] for some values of similar, including "not similar".
Re: Ask HN: How to deal with someone ripping off your design?
#47Earlier quoted context omitted.
No. This is directly using (even hotlinking some assets) the OPs copyrighted materials. FlatUI had 3 icons that were "similar"[1] to icons in LayerVault. There wasn't any clear copying of assets. [1] for some values of similar, including "not similar".
Oh, the hotlinking of assets is murder waiting to happen. Show him whatfor!
Re: Ask HN: How to deal with someone ripping off your design?
#48Just add this to your JavaScript onload (and replace "yourdomain", of course): if(window.location.origin.indexOf("yourdomain.com")
Re: Ask HN: How to deal with someone ripping off your design?
#49Just add this to your JavaScript onload (and replace "yourdomain", of course): if(window.location.origin.indexOf("yourdomain.com")
You just linked to a domain registrar, please use example.com in examples.