var fDesc=new Array(); fDesc[0] = "When your Facebook News Feed contains items such as "John Doe read an article", the article link often redirects you to a "social reader" app install request, which will access your personal information and post on your timeline. This extension provides a right-click menu item: "Unsocialize", which will open the linked article in a new tab, bypassing the install request and any other tracking metrics."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }