medialab / SearchEnginesBookmarklet

Extract list of results from search engines pages as CSV with a bookmarklet directly within the browser
https://medialab.github.io/SearchEnginesBookmarklet/
GNU General Public License v3.0
18 stars 2 forks source link

Extract_results is broken #8

Closed boogheta closed 6 years ago

boogheta commented 6 years ago

breaking on

            var fallbk = $(this).parent().parent().find('a.ab_button');
            if (fallbk.length) {
              tmpidx = fallbk[0].attr('id').replace(/am-b/, '');
            }