Simplify setting _qute_script_id

This commit is contained in:
Florian Bruhin 2018-03-30 11:48:06 +02:00
parent 7f5a79cdfd
commit d438aa15fa

View File

@ -1,5 +1,5 @@
(function() { (function() {
const _qute_script_id = "__gm_" + "{{ scriptName }}"; const _qute_script_id = "__gm_{{ scriptName }}";
function GM_log(text) { function GM_log(text) {
console.log(text); console.log(text);