File tree Expand file tree Collapse file tree
chatgpt/chatgpt-widescreen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 235235// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-poe.com!
236236// @author Adam Lui
237237// @namespace https://github.com/adamlui
238- // @version 2025.9.7
238+ // @version 2025.9.16
239239// @license MIT
240240// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
249249// @compatible ghost
250250// @compatible qq
251251// @match *://chatgpt.com/*
252+ // @match *://github.com/*
252253// @match *://poe.com/*
253254// @connect cdn.jsdelivr.net
254255// @connect gm.chatgptwidescreen.com
290291
291292( async ( ) => {
292293
294+ // Hide Perplexity on GitHub if found
295+ if ( location . pathname . includes ( 'chatgpt-widescreen' ) ) {
296+ const perplexityAlert = [ ...document . querySelectorAll ( '.markdown-alert' ) ]
297+ . find ( alert => alert . textContent . includes ( 'Perplexity' ) )
298+ if ( perplexityAlert ) perplexityAlert . style . display = 'none'
299+ }
300+
293301 // Init DATA
294302 window . env = {
295303 browser : {
You can’t perform that action at this time.
0 commit comments