Uncollapse more wiki sections
This commit is contained in:
		
							parent
							
								
									8c7a045830
								
							
						
					
					
						commit
						ef12faf72d
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		|  | @ -205,6 +205,16 @@ | |||
|                attributes) | ||||
|               ;; children | ||||
|               ((compose1 | ||||
|                 ; more uncollapsing - sample: bandori/wiki/BanG_Dream!_Wikia | ||||
|                 (curry u | ||||
|                        (λ (v) (has-class? "mw-collapsible-content" attributes)) | ||||
|                        (λ (v) (for/list ([element v]) | ||||
|                                 (u (λ (element) (pair? element)) | ||||
|                                    (λ (element) | ||||
|                                      `(,(car element) | ||||
|                                        (@ ,@(attribute-maybe-update 'style (λ (a) (regexp-replace #rx"display: *none" a "display:inline")) (bits->attributes element))) | ||||
|                                        ,@(filter element-is-content? (cdr element)))) | ||||
|                                    element)))) | ||||
|                 ; wrap blinking animated images in a slot so they can be animated with CSS | ||||
|                 (curry u | ||||
|                        (λ (v) (and (has-class? "animated" attributes) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue