We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326389a commit b363356Copy full SHA for b363356
src/bypasses/lootlink.js
@@ -30,6 +30,9 @@ export default class LootLink extends BypassDefinition {
30
31
handleResponse(response) {
32
return response.clone().json().then(data => {
33
+ this.helpers.insertInfoBox(
34
+ 'Please wait a moment while we search for the destination link.'
35
+ );
36
let urid = ""
37
let action_pixel_url = ""
38
data.forEach(item => {
0 commit comments