google-code-export / minimalist-facebook

Automatically exported from code.google.com/p/minimalist-facebook
1 stars 0 forks source link

Missing support for IPv6-enabled Facebook #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which Minimalist for Facebook option is causing the problem?
All options are ignored for Facebook over IPv6 (www.v6.facebook.com).

What is the problem? Describe completely:
While MinFbook detects correctly any tab currently on www.v6.facebook.com (ie. 
the MinFbook options button shows up), no option is actually applied on 
Facebook when used over IPv6.

www.facebook.com (IPv4) works as intended, so it should probably be only a 
missing url somewhere.

MinFbook version        0.5.4
Chrome version          10.0.648.204
Chrome update channel   Stable
Operating System        MacOS X 10.6.6
Language                en_US
Other Fbook extensions  None

Original issue reported on code.google.com by morph...@level28.org on 7 Apr 2011 at 4:57

GoogleCodeExporter commented 9 years ago
Yes, the IPv6 URL is missing from the manifest, however changing this would 
cause everyone to have to re-enable the extension. If you want to use MinFbook 
and IPv6 you'll have to wait until Facebook officially converts.

If you want to modify the extension yourself, it's pretty easy:

  1. Go to "/Users/username/Library/Application Support/Google/Chrome/Default/Extensions/ahmiiblnmmnijkhboligioinfchkeagi"
  2. Open "manifest.json" in your favorite text editor
  3. On lines 16 and 21, change all the urls to the IPv6 versions
  4. Save a copy of the new version of the manifest somewhere where you can find it because you'll have to do it again to ovver-ride future updates.

Original comment by anst...@gmail.com on 7 Apr 2011 at 6:21