Spaces:
Paused
Paused
Update pushcookie/clickbing.sh
Browse files- pushcookie/clickbing.sh +1 -1
pushcookie/clickbing.sh
CHANGED
@@ -12,7 +12,7 @@ load_page() {
|
|
12 |
# The first argument is the web page url
|
13 |
url=$1
|
14 |
# Open the url in a new tab of chromium browser
|
15 |
-
chromium --new-tab $url --window-position=0,0 --window-size=600
|
16 |
|
17 |
}
|
18 |
|
|
|
12 |
# The first argument is the web page url
|
13 |
url=$1
|
14 |
# Open the url in a new tab of chromium browser
|
15 |
+
chromium --new-tab $url --window-position=0,0 --window-size=400,600
|
16 |
|
17 |
}
|
18 |
|