tinygame.xyz
Advanced tools
Comparing version 1.7.38 to 1.7.39
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.7.38", | ||
"version": "1.7.39", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -17,5 +17,6 @@ function game_content(id) | ||
html = '<div id="top_ads">'; | ||
html += '<a href="' + ttData.url + '" target="_parent"><img src="' + ttData.image + '" /></a>'; | ||
html += '<img src="' + ttData.image + '" />'; | ||
html += '</div>'; | ||
$('body').prepend(html); | ||
$('#top_ads').live('click', function () {location.href = ttData.url;}); | ||
@@ -22,0 +23,0 @@ $('#top_ads').css({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
211946
2691