Can a crawler detect an email on my javascript? - spam-prevention

i don't like spam, and i don't know how crawlers work, so my question is:
if the make a js "mouseenter" on my website to change a word to my email, am i vulnerable to bot spam?
Cheers and thank you in advance.

Related

is there a way to find someone on discord with only their username?

I've searched for everything ie. videos and websites to find a way to add someone easily while only knowing their discord name. Every single one says the same thing with no new information.
No, you need username and tag to add someone. However, there's only 9999 tags, so you can add all 9999 tags, and if you know their avatar, you can see their profile picture when you send the friend request...
If you're talking about a discord bot, discord bots can't add people.

Why there is no reveal token when i making discord bot?

Im just a new in discord bot and i want to learn how to create ones. Every youtube and google tutorial, there is a button to reveal and copy the token but there is no reveal and copy discord bot token in my discord. Anyone know how to solve this?
As of very recently (this is not documented in their changelog so I cannot provide an exact date), you can only view your token when creating your bot for the first time.
If you have lost or forgotten your token, you can go to:
https://discord.com/developers/applications/{your_application_ID}/bot
There, you would have to regenerate a token by clicking "Reset token" (see image below), which will stop the old one from working and provide you with a new one. Once again, this new one will only visible the first time you reset it.
Note: users with 2FA will have to authenticate with their chosen authenticator.
Try another browser.
I had the same issue (token not showing no matter how many times I clicked on that reset button) on firefox. I tried with another browser (I happened to have a windows with edge on hand) and the token showed up when I reset it.
Have you tried accessing the bot using the https://discord.com/developers/applications page.
Also, in the Discord client (app), these is an option in Advanced that you can turn on Developer Mode.
I hope this help solving your problem!

How can I program a bot to check to see if a user is on a specific website?

I have an official Discord server for a game and I want this bot to check to see if the user is on the game's website; if they are, they are given the role 'Currently Playing'; and when they come off the site, the role is removed.
I don't know if this is possible, but this would be extremely useful for so many people.
I don't think it will be possible without asking for more information, by design. It would be a privacy issue if you could.
Theoretically you could do it by having them type their username for the game or steam or whatever into the chat like
/gamebot #myusername
Now your bot could read that and now associate the discord account with the gamer account. You would then need an API from the game that's shows who is active and the bit can now know.
My interpretation of this question is that
If a player is on OnYourWebsite.com
It would say in their roles playing OnYourWebsite
This wouldn't really be possible unless you own the website or you are developing it. You could do this by using the Discord API this will let you create a discord sign in option.
Correct me if I am wrong,
but to directly check if a User is on a Website, you need the User´s IP address.
And you can´t get a Member´s IP address on Discord.
Another way could be rich presence, I know there are Rich Presences for Websites like YouTube, but I don´t know how they work.
Here is an example:
https://github.com/PreMiD/PreMiD
You need to install a Addon and install a program.
In this case, the Server Members would have to install a Addon and download a Programm , which you would have to program.
But, I dont know more about this topic.
This is all I have got.
(I would have commented this, but I don´t have enough reputation.)

Gmail Add on for Salesforce

I am looking for a Gmail add-on which can show the Salesforce page in the Gmail right side panel. I tried using Apps-script but giving an error like "need permissions to fetch the URl". Any help is appreciated. Please let me know if anyone has worked on this. Thanks in advance
What you are looking for is not possible. You can't embed a page when using a Gmail Add-On. You probably need to go the route of creating a Gmail extension .

Import Facebook Contacts to my application using Angular

I am creating an application and using angular as my js framework.i wanted to import the contacts of facebook user(who will provide his email and password) to his account on my application. How i can do that using angular..i have done an extensive RnD and found almost nothing about about it.Any help will be appreciated.Thanks in advance for help.
You can use this endpoint to get friends: https://developers.facebook.com/docs/graph-api/reference/v2.4/user/friends
Keep in mind that you can only get friends who authorized your App too, and you can´t get the email of friends either. All friend permissions are gone as you can read in the changelog: https://developers.facebook.com/docs/apps/changelog#v2_0
Meaning, you can only get data of users who authorized your App.
Edit: About inviting friends, please read this: https://developers.facebook.com/docs/apps/faq#friend_invite
Inviting friends (to become friends) is not possible at all, btw.

Resources