| 
				
			 | 
			
			
				@@ -21,6 +21,7 @@ logger = logger.getChild('plugins') 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				22
			 | 
			
				22
			 | 
			
			
				 from searx.plugins import (doai_rewrite, 
			 | 
		
	
		
			
			| 
				23
			 | 
			
				23
			 | 
			
			
				                            https_rewrite, 
			 | 
		
	
		
			
			| 
				
			 | 
			
				24
			 | 
			
			
				+                           infinite_scroll, 
			 | 
		
	
		
			
			| 
				24
			 | 
			
				25
			 | 
			
			
				                            open_results_on_new_tab, 
			 | 
		
	
		
			
			| 
				25
			 | 
			
				26
			 | 
			
			
				                            self_info, 
			 | 
		
	
		
			
			| 
				26
			 | 
			
				27
			 | 
			
			
				                            search_on_category_select, 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -76,6 +77,7 @@ class PluginStore(): 
			 | 
		
	
		
			
			| 
				76
			 | 
			
				77
			 | 
			
			
				 plugins = PluginStore() 
			 | 
		
	
		
			
			| 
				77
			 | 
			
				78
			 | 
			
			
				 plugins.register(doai_rewrite) 
			 | 
		
	
		
			
			| 
				78
			 | 
			
				79
			 | 
			
			
				 plugins.register(https_rewrite) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				80
			 | 
			
			
				+plugins.register(infinite_scroll) 
			 | 
		
	
		
			
			| 
				79
			 | 
			
				81
			 | 
			
			
				 plugins.register(open_results_on_new_tab) 
			 | 
		
	
		
			
			| 
				80
			 | 
			
				82
			 | 
			
			
				 plugins.register(self_info) 
			 | 
		
	
		
			
			| 
				81
			 | 
			
				83
			 | 
			
			
				 plugins.register(search_on_category_select) 
			 |