Kaizen
Software Engineer | Web Development enthusiast | Problem Solver | Python Developer
-
Société Générale Africa Technologies & Services
- Casablanca, Morocco
- aymane.hrouch.me
Pinned Loading
-
WhatsappBackupReader
WhatsappBackupReader PublicA simple tool that converts exported whatsapp discussions to readable html file
-
Cancel_sent_requests_facebook.js
Cancel_sent_requests_facebook.js 1// Visit : https://mobile.facebook.com/friends/center/requests/outgoing/
2// scroll as much as you can
3// past below code to the console, press enter and you're done!
4//
5//
-
Auto subscribe to a lot of subreddit...
Auto subscribe to a lot of subreddits after you move to a new account. 1/*
2-Visit https://old.reddit.com/subreddits/ using your old account
3-Copy link address of "multireddit of your subscriptions"
4It will give you a link address like this: https://old.reddit.com/r/[subreddit1+subreddit2...+subredditN]
5Please note that if you have a lot of subreddits the link won't work because there's a limit to the link's length, you can simply split it to two or three links
-
Bookmark to cancel pending sent requ...
Bookmark to cancel pending sent requests on Facebook. 1// COPY JUST THE LINE BELOW //
2javascript:var validUrl = new RegExp("https://m(obile)?.facebook.com/friends/center/requests/outgoing.*"); if(validUrl.test(document.URL)){if(confirm("Are you sure?\nPress OK to confirm")){var requestsNumber = document.querySelectorAll('[data-sigil="undoable-action"]').length; for (var i=0; i < requestsNumber; i++) {document.querySelectorAll('[data-sigil="undoable-action"]')[i].children[1].children[0].children[2].children[2].children[0].click(); } alert(`${requestsNumber} request has been cancelled successfully`);}}else{if(confirm("Press OK to be redirected...")){window.open("https://m.facebook.com/friends/center/requests/outgoing");}}
3// COPY JUST THE LINE ABOVE //
45/*
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.