Skip to content

Commit

Permalink
remove stealthjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccev committed Apr 25, 2024
1 parent 68d515d commit 1600b25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions xilriws-proxy/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ chrome.tabs.onUpdated.addListener((tabId, details) => {
{code: 'localStorage.clear()', runAt: 'document_start'},
(result) => {console.log('Cleared local storage')}
)
chrome.tabs.executeScript(
tabId,
{file: 'stealth.min.js', runAt: 'document_start'},
(result) => {console.log('stealth.js loaded')}
)
// chrome.tabs.executeScript(
// tabId,
// {file: 'stealth.min.js', runAt: 'document_start'},
// (result) => {console.log('stealth.js loaded')}
// )
})

chrome.tabs.onRemoved.addListener(
Expand Down
3 changes: 2 additions & 1 deletion xilriws-proxy/stealth.min.js

Large diffs are not rendered by default.

0 comments on commit 1600b25

Please sign in to comment.