We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d6cf7 commit 7ce48dcCopy full SHA for 7ce48dc
src/bypasses/lootlink.js
@@ -7,7 +7,7 @@ export default class LootLink extends BypassDefinition {
7
}
8
9
execute() {
10
- if (/[\?&]r=/.test(window.location.href.toString())) {
+ if (/[?&]r=/.test(window.location.href.toString())) {
11
const urlParams = new URLSearchParams(window.location.search)
12
const r = urlParams.get('r')
13
const finalURL = decodeURIComponent(escape(atob(r)));
0 commit comments