Skip to content

Commit

Permalink
Added message when bypassing lootlink
Browse files Browse the repository at this point in the history
  • Loading branch information
harryitz committed Jul 29, 2024
1 parent 326389a commit b363356
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bypasses/lootlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export default class LootLink extends BypassDefinition {

handleResponse(response) {
return response.clone().json().then(data => {
this.helpers.insertInfoBox(
'Please wait a moment while we search for the destination link.'
);
let urid = ""
let action_pixel_url = ""
data.forEach(item => {
Expand Down

0 comments on commit b363356

Please sign in to comment.