diff --git a/src/action.js b/src /action.js similarity index 99% rename from src/action.js rename to src /action.js index 47b22af..24abcaa 100644 --- a/src/action.js +++ b/src /action.js @@ -306,7 +306,7 @@ var domListener = function() { var fail = function() { clear(); if (confirm(I18N.getMessage("An_internal_error_occured_Do_you_want_to_visit_the_forum_"))) { - window.open('http://tampermonkey.net/bug'); + window.open('https://tampermonkey.net/bug'); } };