diff --git a/README.md b/README.md index f817c44..38c5a23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ - +# Looking for contributors: +Setup instructions: + - download & unzip code + - install node.js use command line to navigate to the unziped folder + - npm install + - npm run start + ( flash player not included in the source code, you can get it from previous builds ) + # Flash Browser (please give us a :star:) A browser dedicating to supporting adobe flash. diff --git a/browser.html b/browser.html index 87c61b7..1b917f0 100755 --- a/browser.html +++ b/browser.html @@ -155,8 +155,6 @@ } // Set Home - - let setHomeButton = document.createElement("button"); setHomeButton.id = 'fs-button'; setHomeButton.innerHTML = '🏠'; @@ -389,9 +387,10 @@ for ( var i=0; i < listFavorites.length; i++) { - console.log(i + " " + listFavorites[i]); + deURL = listFavorites[i].replace(/(^\w+:|^)\/\//, ''); deURL = deURL.replace("www.", ""); + //console.log(i + " " + listFavorites[i] + "!" + deURL); if(e.keyCode !=8 && e.keyCode !=17 && !e.ctrlKey && deURL != inputText && deURL && deURL.indexOf(inputText) == 0 ) { console.log("Fond it" + deURL)