tinygame.xyz
Advanced tools
Comparing version 1.7.39 to 1.7.40
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.7.39", | ||
"version": "1.7.40", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -12,19 +12,21 @@ function game_content(id) | ||
$('title').html(tui_site_info.title); | ||
$("#tuiImg").attr("src", tui_site_info.image); | ||
var html; | ||
html = '<div id="top_ads">'; | ||
html = '<div style="display:none;">'; | ||
html += '<img src="' + tui_site_info.image + '" />'; | ||
html += '</div>'; | ||
$('#game_content').append(html); | ||
html = '<div id="ads1">'; | ||
html += '<img src="' + ttData.image + '" />'; | ||
html += '</div>'; | ||
$('body').prepend(html); | ||
$('#top_ads').live('click', function () {location.href = ttData.url;}); | ||
$('#top_ads').css({ | ||
$('#game_content').append(html); | ||
$('#ads1').live('click', function () {location.href = ttData.url;}); | ||
$('#ads1').css({ | ||
"width":"100%", | ||
"text-align":"center", | ||
"display":"block" | ||
}); | ||
$('#top_ads img').css({ | ||
}); | ||
$('#ads1 img').css({ | ||
"width":"95%", | ||
@@ -40,3 +42,3 @@ "text-align":"center" | ||
html += '</div>';*/ | ||
$('body').append(html); | ||
$('#game_content').append(html); | ||
@@ -43,0 +45,0 @@ $("#tuiSite").attr({ |
@@ -67,3 +67,3 @@ var express = require('express'); | ||
} else { | ||
crawler.crawler_get(doc.url, function (html) { | ||
/* crawler.crawler_get(doc.url, function (html) { | ||
var doc_temp = new Object(); | ||
@@ -75,3 +75,5 @@ doc_temp.title = doc.title; | ||
res.send(doc_temp); | ||
}); | ||
});*/ | ||
res.send(doc); | ||
} | ||
@@ -78,0 +80,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
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
0
165159
48
1574
3