Skip to content

Commit 166b33c

Browse files
committed
Added css styling to hide the cookies bottom bar on after loging into grok
1 parent 06a4ec2 commit 166b33c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grok-desktop",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Web App Wrapper for X/Grok",
55
"repository": "https://github.com/Ash-Bash/Grok-Desktop-Wrapper",
66
"main": "src/app.js",
@@ -76,6 +76,7 @@
7676
"allowToChangeInstallationDirectory": true
7777
}
7878
},
79+
7980
"keywords": [
8081
"grok",
8182
"elon",
@@ -85,6 +86,7 @@
8586
"electron"
8687
],
8788
"author": "Ashley James Chapman",
89+
"email": "[email protected]",
8890
"license": "GNU",
8991
"devDependencies": {
9092
"@electron-forge/cli": "^7.6.0",

src/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ function createWindow () {
4343
wc.insertCSS(`
4444
header.css-175oi2r.r-lrvibr.r-1g40b8q.r-obd0qt.r-16y2uox,
4545
button.css-175oi2r.r-sdzlij.r-1phboty.r-rs99b7.r-lrvibr.r-10v3vxq.r-2yi16.r-1qi8awa.r-1loqt21.r-o7ynqc.r-6416eg.r-1ny4l3l,
46-
button.css-175oi2r.r-sdzlij.r-1phboty.r-rs99b7.r-lrvibr.r-10v3vxq.r-15ysp7h.r-4wgw6l.r-1loqt21.r-o7ynqc.r-6416eg.r-1ny4l3l {
46+
button.css-175oi2r.r-sdzlij.r-1phboty.r-rs99b7.r-lrvibr.r-10v3vxq.r-15ysp7h.r-4wgw6l.r-1loqt21.r-o7ynqc.r-6416eg.r-1ny4l3l,
47+
div.r-zchlnj.r-1d2f490.r-u8s1d.r-ipm5af,
48+
div.css-175oi2r.r-1awozwy.r-1sw30gj.r-15ce4ve r-18u37iz r-1d7fvdj.r-1mmae3n.r-3pj75a.r-13qz1uu {
4749
display: none !important;
4850
}
4951
main.css-175oi2r.r-150rngu.r-16y2uox.r-1wbh5a2.r-rthrr5,

0 commit comments

Comments
 (0)