logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

infinite_scroll.py (317B)


  1. from flask_babel import gettext
  2. name = gettext('Infinite scroll')
  3. description = gettext('Automatically load next page when scrolling to bottom of current page')
  4. default_on = False
  5. preference_section = 'ui'
  6. js_dependencies = ('plugins/js/infinite_scroll.js',)
  7. css_dependencies = ('plugins/css/infinite_scroll.css',)