Lets have a try:
Exit firefox, and move the firefox profile somewhere else for now
Code:
cd
mv .mozilla firefox-profile-backup
Firefox will generate a new profile on start. See if this profile will do the same.
Side note: moving your firefox profile will cause firefox to generate a new profile, meaning none of your bookmarks/extensions will be there. Your old firefox profile is now in a folder called firefox-profile-backup.
You can switch between the profiles by simply moving the .mozilla folder around.
To return to your normal firefox profile, exit firefox, and run
Code:
cd
mv .mozilla firefox-profile-test
mv firefox-profile-backup .mozilla
If the issues remain, try another computer. If it has the same issues, you can safely assume that this is a Google issue. Google is terrible at geolocation and will sometimes think US IPs are in France/etc
To fix that... : (side note: sometimes the command will return blank, just run it again)
Code:
sudo apt-get install whois curl
whois `curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'` | grep CIDR | tail -n1 | awk -F":" '{gsub(/ /, "", $0);print $2}'
Get the CIDR you have on the screen, go to https://support.google.com/websearch/contact/ip and use the CIDR as your IP Address
You can also use http://google.com/ncr as homepage.
Bookmarks