feat: inject cookie remover script
This commit is contained in:
@@ -374,6 +374,7 @@ export class RemoteBrowser {
|
|||||||
|
|
||||||
this.currentPage.on('framenavigated', (frame) => {
|
this.currentPage.on('framenavigated', (frame) => {
|
||||||
if (frame === this.currentPage?.mainFrame()) {
|
if (frame === this.currentPage?.mainFrame()) {
|
||||||
|
this.currentPage.evaluate(getInjectableScript());
|
||||||
this.socket.emit('urlChanged', this.currentPage.url());
|
this.socket.emit('urlChanged', this.currentPage.url());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -406,6 +407,7 @@ export class RemoteBrowser {
|
|||||||
if (this.currentPage) {
|
if (this.currentPage) {
|
||||||
this.currentPage.on('framenavigated', (frame) => {
|
this.currentPage.on('framenavigated', (frame) => {
|
||||||
if (frame === this.currentPage?.mainFrame()) {
|
if (frame === this.currentPage?.mainFrame()) {
|
||||||
|
this.currentPage.evaluate(getInjectableScript());
|
||||||
this.socket.emit('urlChanged', this.currentPage.url());
|
this.socket.emit('urlChanged', this.currentPage.url());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user