91 } |
91 } |
92 |
92 |
93 // GM Resource not supported |
93 // GM Resource not supported |
94 if(typeof GM_getResourceText === "undefined") { |
94 if(typeof GM_getResourceText === "undefined") { |
95 function GM_getResourceText(resourceName) { |
95 function GM_getResourceText(resourceName) { |
96 throw ("eric5 Web Browser: GM Resource is not supported!"); |
96 throw ("eric6 Web Browser: GM Resource is not supported!"); |
97 } |
97 } |
98 } |
98 } |
99 |
99 |
100 if(typeof GM_getResourceURL === "undefined") { |
100 if(typeof GM_getResourceURL === "undefined") { |
101 function GM_getResourceURL(resourceName) { |
101 function GM_getResourceURL(resourceName) { |
102 throw ("eric5 Web Browser: GM Resource is not supported!"); |
102 throw ("eric6 Web Browser: GM Resource is not supported!"); |
103 } |
103 } |
104 } |
104 } |
105 |
105 |
106 // GM Settings not supported |
106 // GM Settings not supported |
107 if(typeof GM_getValue === "undefined") { |
107 if(typeof GM_getValue === "undefined") { |