NITDgpOS / Fearch

This is a chrome extension where we can search music,video and books over ftp servers. You can add it to your chrome using this link -
https://chrome.google.com/webstore/search/fearch
MIT License
37 stars 37 forks source link

googleCS.js : Removes the "Index of " portion from the search result #77

Closed iamrishab07 closed 7 years ago

iamrishab07 commented 7 years ago

Remove the leading " Index of" or "Index of /" part from the google search result to make the search results more meaningful .

fix #45

iamrishab07 commented 7 years ago

@PaliwalSparsh @abhsag24 my second last commit regarding some other issue is also appearing with the new PR ,which is irrelevant here. How to avoid that ?

abhay-raizada commented 7 years ago

@iamrishab07 do git rebase --interactive HEAD^^ and then drop the earlier commit

abhay-raizada commented 7 years ago

to avoid such situations always work on a branch other than master

abhay-raizada commented 7 years ago

also see: https://www.atlassian.com/git/tutorials/rewriting-history for more detailed tutorials on how to rebase