Every line of 'after click' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
17 function click(e) { 18 chrome.tabs.create({url: 'https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/' + e.target.id}); 19 window.close(); 20 }