diff --git a/frontend/css/client.css b/frontend/css/client.css index 4127aa3..5e5aa9d 100644 --- a/frontend/css/client.css +++ b/frontend/css/client.css @@ -893,7 +893,11 @@ tr:nth-child(even) { .skiptranslate iframe, .goog-te-banner-frame.skiptranslate, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf, -.VIpgJd-ZVi9od-aZ2wEe-OiiCO { +.VIpgJd-ZVi9od-aZ2wEe-OiiCO, +#goog-gt-tt, +#goog-gt-tt *, +#goog-gt-vt, +#goog-gt-vt * { display: none !important; } diff --git a/frontend/js/client.js b/frontend/js/client.js index a2dfb9d..414e0ef 100644 --- a/frontend/js/client.js +++ b/frontend/js/client.js @@ -9,7 +9,7 @@ * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon: * @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.34 + * @version 1.1.35 */ const userAgent = navigator.userAgent; diff --git a/package.json b/package.json index 8a4f12d..1a87edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkwebrtc", - "version": "1.1.34", + "version": "1.1.35", "description": "MiroTalk WebRTC admin", "main": "server.js", "scripts": {