Skip to content

Commit a9fd188

Browse files
committed
Trying to display output of Javascript returned
1 parent a21e18f commit a9fd188

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scratch/cuyoo.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tS = function() {
138138
return _t();
139139
};
140140

141-
location.replace((function() {
141+
var location_replace = function() {
142142
'return U4';
143143
return (function() {
144144
return '/';
@@ -159,6 +159,8 @@ location.replace((function() {
159159
})();
160160
})() + c0gY + tS() + u5() + YS('xP') + HvIL + q4('qR'));
161161

162+
location_replace();
163+
162164
_gZUQo.href = (function() {
163165
'return U4';
164166
return (function() {
@@ -176,4 +178,5 @@ _gZUQo.href = (function() {
176178
})('le') + fo() + By() + Tz();
177179

178180
console.log(_gZUQo.href);
181+
console.log(location_replace);
179182

0 commit comments

Comments
 (0)