Loosen criteria for noscript images #9
					 1 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -57,7 +57,12 @@
 | 
			
		|||
                              (data-src "https://static.wikia.nocookie.net/nice-image-thumbnail.png")
 | 
			
		||||
                              (class "thumbimage lazyload"))))
 | 
			
		||||
                   (noscript
 | 
			
		||||
                    (a (@ (href "https://static.wikia.nocookie.net/nice-image.png") (class "image"))
 | 
			
		||||
                    (a (@ (href "https://static.wikia.nocookie.net/nice-image.png") (title "a nice image") (three-attribs))
 | 
			
		||||
                       (img (@ (src "https://static.wikia.nocookie.net/nice-image-thumbnail.png")
 | 
			
		||||
                               (data-src "https://static.wikia.nocookie.net/nice-image-thumbnail.png")
 | 
			
		||||
                               (class "thumbimage")))))
 | 
			
		||||
                   (noscript
 | 
			
		||||
                    (a (@ (href "https://static.wikia.nocookie.net/nice-image.png"))
 | 
			
		||||
                       (img (@ (src "https://static.wikia.nocookie.net/nice-image-thumbnail.png")
 | 
			
		||||
                               (data-src "https://static.wikia.nocookie.net/nice-image-thumbnail.png")
 | 
			
		||||
                               (class "thumbimage")))))
 | 
			
		||||
| 
						 | 
				
			
			@ -122,8 +127,8 @@
 | 
			
		|||
       ; remove noscript versions of images because they are likely lower quality than the script versions
 | 
			
		||||
       [(and (eq? element-type 'noscript)
 | 
			
		||||
             (match children
 | 
			
		||||
               ; either the noscript has a.image as a first child...
 | 
			
		||||
               [(list (list 'a (list '@ a-att ...) _)) (has-class? "image" a-att)]
 | 
			
		||||
               ; either the noscript has an a, with attributes and an img as a first child, as a first child...
 | 
			
		||||
               [(list (list 'a (list '@ _ ...) (list 'img _))) #t]
 | 
			
		||||
               ; or the noscript has img as a first child
 | 
			
		||||
               [(list (list 'img _)) #t]
 | 
			
		||||
               [_ #f]))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue