We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59fe55 commit 3f90921Copy full SHA for 3f90921
app/middleware/bot.js
@@ -29,8 +29,9 @@ export default (store: Store) => (next: (action: Action) => void) => async (
29
30
const { puppet } = store.getState().electron.views;
31
32
+ // hide cookie pop-up
33
puppet.browserView.webContents.insertCSS(`
- #cmp-faktor-io-brand-consent-notice {
34
+ body > div:first-child:not(.page-wrapper) {
35
display: none !important;
36
}
37
`);
0 commit comments