mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-26 05:15:52 +03:00
[GH-ISSUE #145] Cannot paste code in console #73
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elvisscochito on GitHub (Dec 17, 2023).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/145
I got the following message when I tried to paste the code: "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below to allow pasting."
How can I fixed it?
@davidarroyo1234 commented on GitHub (Dec 17, 2023):
Hi, that message its sent by instagram automatically, its nothing related to your browser or computer, you can ignore it and use the script. Its just a warning for other malicious code that you can found in internet or some hacker can send you to paste. In this case this code is open source and you can see what is doing.
@elvisscochito commented on GitHub (Dec 17, 2023):
But I can't paste the script, when I tried the previous warning appears. That's the problem.
Any solution?
@davidarroyo1234 commented on GitHub (Dec 17, 2023):
I will try it tomorrow, but it should work.. its the chrome console. You have to paste it in the ">" arrow. Can you paste any other text there?
@elvisscochito commented on GitHub (Dec 17, 2023):
I can't paste anything, I guess the Instagram website may have disabled the paste command in the console.
Yeah, I was right. When I tried to paste something else I got the same warning.
@aspermaster23yeh commented on GitHub (Dec 20, 2023):
SOLUCIÓN
DEJEN DE USAR UNA CUENTA INSTITUCONAL
@2zlight commented on GitHub (Dec 20, 2023):
To be able to paste anything to the console just type
allow pastingas a command. Then paste whatever you wanted@elvisscochito commented on GitHub (Dec 20, 2023):
That works! Thank you @2zlight.
Issue solved.
@davidarroyo1234 commented on GitHub (Dec 21, 2023):
Mmm, are you using some special chrome to be able to use "allow pasting" command?
@2zlight commented on GitHub (Dec 21, 2023):
I'm using Arc browser, which is based on Chromium. But I checked the latest Chrome as well, and it worked there right after I tried to paste anything. After getting this warning

allow pastingcommand starts working@Neroynq commented on GitHub (Feb 10, 2024):
Okay, what about Discord? I insert "allow pasting" and I get this : Uncaught SyntaxError: Unexpected identifier 'pasting'
@2zlight commented on GitHub (Feb 10, 2024):
Did you try to paste something firstly? You need to paste something into the console, then you'll get the notification I mentioned above. And only then you'll be allowed to introduce that command.
If you type
allow pastingbefore getting the notification, it won't do anything@prog98 commented on GitHub (Mar 9, 2024):
how to disable ?
ERROR : VM450:1 Uncaught SyntaxError: Unexpected identifier 'pasting'
@SueZaw commented on GitHub (Apr 2, 2024):
just type
'allow pasting'in console and hit ENTER
and paste the code or text you want to paste .
and it worked for me .
@SueZaw commented on GitHub (Apr 2, 2024):
just type
'allow pasting'in console and hit ENTER
and paste the code or text you want to paste .
and it worked for me .
@LeeKaisan commented on GitHub (Dec 31, 2024):
I'm trying to "allow insertion" in the Opera browser, press "Enter", but I don't get the syntax error error: unexpected id "insert"