Skip to content

Instantly share code, notes, and snippets.

@yatt
Created April 23, 2014 15:10
Show Gist options
  • Select an option

  • Save yatt/11219240 to your computer and use it in GitHub Desktop.

Select an option

Save yatt/11219240 to your computer and use it in GitHub Desktop.
snap links lite(1.3.4)が最新のchrome( 34.0.1847.116 m)で設定を保存できなかったので直接修正
chrome.extension.sendMessage({message:'snaplinksInit'}, function(ret){
visibleOnly = ret.visibleOnly;
button = ret.button;
// 2014/04/21 設定が反映されないのでソースを修正
button = 1;
reverse = ret.reverse;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment