diff --git a/Gruntfile.coffee b/Gruntfile.coffee index f95978860..3348b860b 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -291,7 +291,6 @@ module.exports = (grunt) -> GM_deleteValue: true GM_listValues: true GM_openInTab: true - GM_info: true GM_xmlhttpRequest: true cloneInto: true chrome: true diff --git a/src/General/Main.coffee b/src/General/Main.coffee index c5a6fdf47..80a82042a 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -189,14 +189,6 @@ Main = $.set 'previousversion', g.VERSION if Conf['Show Support Message'] - <% if (type === 'userscript') { %> - GMver = GM_info.version.split '.' - for v, i in "<%= meta.min.greasemonkey %>".split '.' - continue if v is GMver[i] - (v < GMver[i]) or new Notice 'warning', "Your version of Greasemonkey is outdated (v#{GM_info.version} instead of v<%= meta.min.greasemonkey %> minimum) and <%= meta.name %> may not operate correctly.", 30 - break - <% } %> - try localStorage.getItem '4chan-settings' catch err