+5
-0
lines changedFilter options
+5
-0
lines changed Original file line number Diff line number Diff line change
@@ -5441,6 +5441,11 @@ function urlSkip(urlin, steps) {
5441
5441
urlin = urlout = `https://${s}`;
5442
5442
continue;
5443
5443
}
5444
+
// Decode base64
5445
+
if ( step === '-base64' ) {
5446
+
urlin = urlout = self.atob(urlin);
5447
+
continue;
5448
+
}
5444
5449
// Unknown directive
5445
5450
return;
5446
5451
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4