File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 170
170
+ ( config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
171
171
`.${ buttons . class } { will-change: transform } /* prevent wobble */
172
172
.${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } ) }` )
173
- + ( config . blockSpamDisabled ? '' : getAllSelectors ( selectors . spam ) . join ( ',' ) + ' { display: none }' )
173
+ + ( config . blockSpamDisabled ? ''
174
+ : getAllSelectors ( selectors . spam ) . join ( ',' ) + ' { display: none !important }' )
174
175
)
175
176
function getAllSelectors ( obj ) {
176
177
return Object . values ( obj ) . flatMap ( val => typeof val == 'object' ? getAllSelectors ( val ) : val ) }
Original file line number Diff line number Diff line change 170
170
+ ( config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
171
171
`.${ buttons . class } { will-change: transform } /* prevent wobble */
172
172
.${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } ) }` )
173
- + ( config . blockSpamDisabled ? '' : getAllSelectors ( selectors . spam ) . join ( ',' ) + ' { display: none }' )
173
+ + ( config . blockSpamDisabled ? ''
174
+ : getAllSelectors ( selectors . spam ) . join ( ',' ) + ' { display: none !important }' )
174
175
)
175
176
function getAllSelectors ( obj ) {
176
177
return Object . values ( obj ) . flatMap ( val => typeof val == 'object' ? getAllSelectors ( val ) : val ) }
Original file line number Diff line number Diff line change 235
235
// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236
236
// @author Adam Lui
237
237
// @namespace https://github.com/adamlui
238
- // @version 2025.3.8.2
238
+ // @version 2025.3.8.3
239
239
// @license MIT
240
240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241
241
// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
738
738
+ ( config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
739
739
`.${ buttons . class } { will-change: transform } /* prevent wobble */
740
740
.${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } ) }` )
741
- + ( config . blockSpamDisabled ? '' : getAllSelectors ( selectors . spam ) . join ( ',' ) + ' { display: none }' )
741
+ + ( config . blockSpamDisabled ? ''
742
+ : getAllSelectors ( selectors . spam ) . join ( ',' ) + ' { display: none !important }' )
742
743
)
743
744
function getAllSelectors ( obj ) {
744
745
return Object . values ( obj ) . flatMap ( val => typeof val == 'object' ? getAllSelectors ( val ) : val ) }
You can’t perform that action at this time.
0 commit comments