diff --git a/manifest.json b/manifest.json index 366d6fa..fb6e8d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "VK Messages Tooltip", - "version": "1.2", + "version": "1.2.1", "manifest_version": 3, "content_scripts": [ { @@ -8,7 +8,7 @@ "script.js" ], "matches": [ - "https://vk.com/im*" + "https://vk.com/*" ] } ] diff --git a/script.js b/script.js index f0a4ba6..b53e00e 100644 --- a/script.js +++ b/script.js @@ -43,6 +43,6 @@ document.addEventListener('click', function(event) { const css = document.createElement('style'); -css.id = "my-custom-super-id" +css.id = "vk-message-tooltip-style" css.appendChild(document.createTextNode(styles)); document.getElementsByTagName("body")[0].appendChild(css); \ No newline at end of file