From 93e9dad1f7044adc53cdfe3a2143cd16dfa9d8cb Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 16 Jun 2015 06:26:55 -0400 Subject: [PATCH] Created Troubleshooting (markdown) --- Troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..f7c1f1b --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,10 @@ +#### Unable to open links in new tab + +- Are you using the [no-popups switch](https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface#no-popups)? +- Are you using a Chromium-based browser? + +If you answer "yes" to both questions above, this is your problem (from link above): + +> **Caveat for Chromium-based browsers:** Due to Chromium API limitations, it's not possible for uBlock to determine for sure whether a new tab being opened is that of a popup, or is the result of a legitimate click on a link by the user. So if the no-popups switch is in use, you won't be able to open a link in a new tab through the context menu. + +*** \ No newline at end of file