From: Jakob Cornell Date: Sat, 4 Jan 2020 07:59:39 +0000 (-0600) Subject: Deal with Chrome address bar paste protections X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=52ae2926409d395bb1299bdc38e783d555a2d555;p=tutoring-tool.git Deal with Chrome address bar paste protections --- diff --git a/main.py b/main.py index ac0aea7..f091475 100644 --- 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)