NOTE: This is better version: https://github.com/nemanjan00/BadooNearbyLike
Fast and lightweight way to run the script.
-
Go to the bookmark menu of your browser and add a new bookmark with the title of your choice.
-
Copy the following snippet and paste it into the URL-Field:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://rawgit.com/nemanjan00/Badoo-Autolike/master/Badoo-Autolike.user.js';})();
-
Save the Bookmark.
-
From now on, you can just click on that bookmark when you want to boost encounters.
Installing the userscript via Greasemonkey will automatically run it everytime you visit the TPP stream.
-
Install the Greasemonkey extension for Firefox.
-
Click this link to navigate to the script URL: https://raw.githubusercontent.com/nemanjan00/Badoo-Autolike/master/Badoo-Autolike.user.js
-
Greasemonkey will detect the userscript and ask what to do with it. Tell it to "Install" the script.
-
Refresh the page with Encounters
Tampermonkey lets you install userscripts in Chrome, similarly to how Greasemonkey does it in Firefox.
-
Install the Tampermonkey extension for Chrome.
-
Click this link to navigate to the script URL: https://raw.githubusercontent.com/nemanjan00/Badoo-Autolike/master/Badoo-Autolike.user.js
-
Tampermonkey will detect the userscript and will open a new tab. Click on
Install to Tampermonkey
and click Ok. -
Refresh the page with Encounters
If you don't want or can't install one of the previously mentioned browser extensions, one possibility is to run the script via the developer console. However, you will need to rerun the script every time you refresh the stream.
-
On the Encounters page, open your broser's developer console.
- On Firefox, press
Ctrl
+Shift
+K
- On Chrome, press
Ctrl
+Shift
+J
- On Safari, press
Ctrl
+Alt
+I
- On IE9+, press
F12
- On Opera, press
Ctrl
+Shift
+I
- If you are having trouble opening your console, try reading the in depth explanation here
- On Firefox, press
-
Copy the following snippet and paste it into the developer console on the TPP page:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://rawgit.com/nemanjan00/Badoo-Autolike/master/Badoo-Autolike.user.js';})();
-
Press
Enter
to run the code.