Deal with Chrome address bar paste protections
authorJakob Cornell <jakob@jcornell.net>
Sat, 4 Jan 2020 07:59:39 +0000 (01:59 -0600)
committerJakob Cornell <jakob@jcornell.net>
Sat, 4 Jan 2020 07:59:39 +0000 (01:59 -0600)
main.py

diff --git a/main.py b/main.py
index ac0aea73e2e56d1d272fe3857aaf7a5db3924e91..f091475fdf97f6d80b4461d6ff0971f9bfedd6f3 100644 (file)
--- a/main.py
+++ b/main.py
@@ -281,6 +281,7 @@ class MainView(View):
                                "Table Command Copied",
                                "In Gmail, make sure you have a new message box open,"
                                        + " then paste the command into the address bar and press Enter."
+                                       + "\nMake sure \"javascript:\" shows up at the beginning of the address bar."
                                ,
                        )
                self.gen_table_btn = ttk.Button(actions_frame, text = "Generate Gmail table", command = on_gen_table)