forked from 50n50/sources
Update dev/dev.js
This commit is contained in:
+6
-14
@@ -1,28 +1,20 @@
|
||||
async function searchResults(keyword) {
|
||||
const results = [];
|
||||
try {
|
||||
// Log what _0xB4F2 returns
|
||||
const b4f2Result = _0xB4F2();
|
||||
console.log("=== ANAGRAM DEBUG ===");
|
||||
console.log("_0xB4F2() returns:", b4f2Result);
|
||||
console.log("Type:", typeof b4f2Result);
|
||||
console.log("Length:", b4f2Result?.length);
|
||||
console.log("_0xB4F2() returns:"+ b4f2Result);
|
||||
console.log("Type:"+ typeof b4f2Result);
|
||||
console.log("Length:"+ b4f2Result?.length);
|
||||
|
||||
// Log validation result
|
||||
const validationResult = _0x7E9A(b4f2Result);
|
||||
console.log("_0x7E9A validation:", validationResult);
|
||||
console.log("_0x7E9A validation:"+ validationResult);
|
||||
|
||||
// Log _0xCheck result
|
||||
const checkResult = _0xCheck();
|
||||
console.log("_0xCheck() result:", checkResult);
|
||||
console.log("_0xCheck() result:"+ checkResult);
|
||||
|
||||
// Test with known good value
|
||||
const testAnagram = "me.cranci.sulfur";
|
||||
console.log("\nTest with 'me.cranci.sulfur':", _0x7E9A(testAnagram));
|
||||
|
||||
// Test with current domain
|
||||
console.log("window.location.hostname:", window.location.hostname);
|
||||
console.log("Validate hostname:", _0x7E9A(window.location.hostname));
|
||||
console.log("\nTest with 'me.cranci.sulfur':"+ _0x7E9A(testAnagram));
|
||||
|
||||
console.log("==================\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user