Skip to content

Instantly share code, notes, and snippets.

View vikramchandra's full-sized avatar

Vikram Sharma vikramchandra

  • Pinak Idea Lab Private Limited
  • Delhi
View GitHub Profile
# Privacy Policy for Domain Don Chrome Extension
**Last Updated:** October 10, 2025
## Overview
Domain Don is a Chrome extension that helps users automate keyword searches on LinkedIn and GoDaddy Auctions. This privacy policy explains what data we collect, how we use it, and your rights regarding your data.
## Data Collection
#!/usr/bin/env bash
apt-get -y update
apt-get -y upgrade
apt-get -y install zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev
cd /tmp
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p125.tar.gz
tar -xvzf ruby-1.9.3-p125.tar.gz
cd ruby-1.9.3-p125/
./configure --prefix=/usr/local
make