Skip to content

Commit

Permalink
✨ Update facebook-pl-7d71c1c detection logic
Browse files Browse the repository at this point in the history
Update facebook-pl-7d71c1c detection logic
  • Loading branch information
IlluminatiFish authored Oct 27, 2023
1 parent 9f901d3 commit 93c6446
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions indicators/facebook-pl-7d71c1c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ detection:
logo:
requests|contains: 'fb4.png'

loginElement:
html|contains|all:
- '<div class="loginbox">'
- '<input type="text" name="email" placeholder="Numer telefonu komórkowego lub adres e-mail"> <br>'
- '<input type="password" name="pass" placeholder="Hasło"> <br>'
- '<input type="submit" name="get" value="Zaloguj siÄ™"> <br>'
googleTagId:
dom|contains: 'UA-178388451-1'

invalidStylesheetReference:
dom|contains: 'https://fonts.googlay=swap'

condition: logo and loginElement
condition: logo and googleTagId and invalidStylesheetReference

tags:
- target.facebook
Expand Down

0 comments on commit 93c6446

Please # to comment.