first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
ViewportWidth = 480
ViewportHeight = 420
UsernameField = input[name="Email"]
PasswordField = input[name="Passwd"]
# Accept all https URLs, and add as exceptions those http only
# URLs which are used in some countries.
# See https://bugs.launchpad.net/bugs/1074733
AllowedUrls = (https://.*|http://[^/]*google\\.[^.]+/accounts/.*)

View File

@@ -0,0 +1,2 @@
UsernameField = input[name="login"]
PasswordField = input[name="passwd"]

View File

@@ -0,0 +1,7 @@
ViewportWidth = 420
ViewportHeight = 320
UsernameField = input[name="email"]
PasswordField = input[name="pass"]
#ZoomFactor = 2
#PreferredWidth = 420