mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
8
searx/plugins/infinite_scroll.py
Normal file
8
searx/plugins/infinite_scroll.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from flask_babel import gettext
|
||||
|
||||
name = gettext('Infinite scroll')
|
||||
description = gettext('Automatically load next page when scrolling to bottom of current page')
|
||||
default_on = False
|
||||
|
||||
js_dependencies = ('plugins/js/infinite_scroll.js',)
|
||||
css_dependencies = ('plugins/css/infinite_scroll.css',)
|
||||
Reference in New Issue
Block a user