Created
August 21, 2019 16:55
-
-
Save dvygolov/fe5f3046f9d1be23b475c9dea5543b6a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function () { | |
var l="https://www.facebook.com/help/contact/186912391909649"; | |
if (location!=l) window.open(l,"_blank"); | |
var adid = prompt("Введите id объявления", ""); | |
var adInput=document.getElementsByName('crow_object_id')[0]; | |
adInput.value=adid; | |
var caseNumber=document.getElementsByName('case_number')[0]; | |
caseNumber.value=Math.floor(Math.random() * 100); | |
var description=document.getElementsByName('issue_description')[0]; | |
description.value=Math.floor(Math.random() * 100);; | |
var btn=document.querySelector('button[type="submit"]'); | |
btn.click(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
516152679159787