Problems to be Solved #2 : Keywords
- traceyourtrack
- May 10, 2016
- 1 min read
While getting the link is still a big challenge, we need to solve another problem - how to pick up the words and what should be put on the ad replacement.
In the plan, we decided to have simple design : a title and keywords. As a reference, we find out a Chrome extensions called History Finder and History Trends for searching the user's browsing history referring to the ad link. After testings, History Finder is more suitable to be the main reference of our project as History Trends mainly shows the statistics of browsing history rather than a relationship between a webpage (i.e. ad) and history.
Although History Finder seems to fulfill the needs for history, it requires our understanding on how to modify the codes with the working parts - ad block and ad replacement.
We may use a keyword density analyzer to check the ad link to find the keyword. However, this way maybe complicated for us to get the result from the website, for all of the website that provide key density check are not using queries like Google search or http://www.greatfirewallofchina.org/.

I tried to use a link of ad to get its keyword density. We may use jQuery to get the result out from the website. $("tr").text();
References: History Finder
https://chrome.google.com/webstore/detail/history-finder/eailembbokjdoehchhlpbhnjlkecgack History Trends
Keyword Density Analyzer http://tools.seobook.com/general/keyword-density/
Comments