mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
remove genai quick answers
This commit is contained in:
@@ -274,6 +274,9 @@
|
|||||||
; remove gamespot reviews/ads
|
; remove gamespot reviews/ads
|
||||||
[(has-class? "reviews" attributes)
|
[(has-class? "reviews" attributes)
|
||||||
return-no-element]
|
return-no-element]
|
||||||
|
; remove genai quick answers
|
||||||
|
[(has-class? "trfc161" attributes)
|
||||||
|
return-no-element]
|
||||||
; remove customcollapsible customtoggle buttons - sample: warframe/wiki/Amp_(Ability)
|
; remove customcollapsible customtoggle buttons - sample: warframe/wiki/Amp_(Ability)
|
||||||
[(and (dict-has-key? attributes 'class) (regexp-match? #rx"^mw-customtoggle-[^ ]* button-c$" (car (dict-ref attributes 'class))))
|
[(and (dict-has-key? attributes 'class) (regexp-match? #rx"^mw-customtoggle-[^ ]* button-c$" (car (dict-ref attributes 'class))))
|
||||||
return-no-element]
|
return-no-element]
|
||||||
|
|||||||
Reference in New Issue
Block a user