A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gorhill/uBlock/commit/e81e70937f5b6f8f98bdd8e6f71af030486efab8 below:

Add ability to decode base64 in `urlskip=` · gorhill/uBlock@e81e709 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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