From bb0228cbb71817d46ead7c7bae4c0f3fbd466b83 Mon Sep 17 00:00:00 2001 From: Marti Martz Date: Fri, 1 Apr 2016 03:23:35 -0600 Subject: [PATCH] Update QupZilla.md DOC: Additional note on other references... this currently applies to the `requires.ini` Active Maintainer direct DOC edit since it's dirt simple and been bugging me since I wrote it... usually this should be done on ones own branch with a PR for the rest... save for sizzle of course. :) --- views/includes/documents/QupZilla.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/documents/QupZilla.md b/views/includes/documents/QupZilla.md index 0290b768c..283f1c889 100644 --- a/views/includes/documents/QupZilla.md +++ b/views/includes/documents/QupZilla.md @@ -42,7 +42,7 @@ Clicking on the GreaseMonkey icon at any time will pop up a dialog that shows yo If you think a userscript is causing problems, the easiest way to check is to switch off GreaseMonkey, reload the web page, and see if the symptoms go away. You can do this by opening Preferences → Extensions menu item and select GreaseMonkey and then untick the checkbox, then the "OK" button. If it looks like a script problem and you have more than one script running on a web page, you can disable them all in GreaseMonkey's dialog "Settings" button, or the status bar icon, then re-enable them one by one, until you find the culprit. Remember to reload the web page each time - userscripts normally only run when a web page loads. -Sometimes, when you use more than one userscript on the same web page, they need to run in a particular order. You can change the order by renaming the .user.js files manually by clicking the Open scripts directory button. +Sometimes, when you use more than one userscript on the same web page, they need to run in a particular order. You can change the order by renaming the .user.js files and references there-in manually by clicking the Open scripts directory button. Curently to enable the remote debugging feature in QupZilla with Ctrl + Shift + i an environment variable with a name of `QTWEBENGINE_REMOTE_DEBUGGING` needs to be set with an available numeric TCP port such as `12345`. This applies to all platforms.