Recent content by Zemfik

  1. Z

    hide affiliate links?

    Hello, I came across a site today that used an interesting technique to hide affiliate links and ids. They used some type of 'GET' form method that went something like the following: <form method="get" action="/search"> <label>Search <input type="text" name="searchString" /></label> <input...