mycfoo commited on
Commit
a3a5b97
·
1 Parent(s): f86466c

Update pushcookie/clickbing.sh

Browse files
Files changed (1) hide show
  1. 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,400
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