Splekenesis
Eternal Poster
paano paganahin
install nyo muna requirements
make sure n may nka install na python sa device nyo
clone this repository:
You do not have permission to view the full content of this post. Log in or register now.
cd toggle
install requirements:
Python:
pip install -r requirements.txt
then run:
Python:
python toggle.py
paano makuha ung token?
1. punta kayo sa toggle extension tpos devtools
2. type nyo tong nsa baba:
JavaScript:
chrome.storage.local.get(null, function(data) {
console.log(data.accessToken);
});
paano naman ung user id?
same step
copy and paste nyo lang to:
JavaScript:
chrome.storage.local.get(null, function(data) {
console.log(data.userObject.id);
});
sa finger print ID naman
1. go to Toggle Dashboard (website not extension)
make sure nka login kayo
2. go to devtools
3. copy and paste nyo tong nasa baba:
JavaScript:
function getCookie(name) {
return document.cookie.split('; ').find(row => row.startsWith(name + '='))?.split('=')[1];
}
getCookie('visitorId');
sa mga wala pang toggle:
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.