iMacros - Facebook Scripts Code Improvments And Restructuring With Debug mode
Repository
https://github.com/jinzocode/imacros-scripts-niche
New Features And Bug fixes commit 1
- Debug mode for Facebook Scripts
- Update Some attributes according to facebook as (3rd party).
- Code Restructuring With comments.
The following function will allow for the developer to change the browser UserAgent to meet the scripts requirements for any issue like switching between mobile and it also will activate the built-in debug-mode.
function onDebug() {
if (EASY_DEBUG_MODE) {
window.console.log(`%ciMacros DEBUG MODE IS ACTIVATED`, 'background: red; color: white');
let first_time = 0;
if (!first_time) {
iimPlayCode("SET !USERAGENT " + USER_AGENT_STRING + "\n");
first_time = 1;
}
return "SET !SINGLESTEP YES\nSET !EXTRACT_TEST_POPUP YES\nSET !ERRORIGNORE NO";
} else
return '';
}
I also updated the code for facebook login page to work with latest facebook page for some scripts
with some updates on macro tasks and code organization.
Solved a documentation issue
I have responded to an issue for twitter scripts then I have solved that issue by this commit 2 it contains a description for every script and the data-sources needed and some details.
Technology Stack
- Firefox 52 ESR
- iMacros 8.9.7 for Firefox
- iMacros built-in JavaScript scripting interface
Basic Usage
Download
| Operating System | Browser | Addon |
|---|---|---|
| Windows XP/Vista/7/8.1/10 | Firefox 52 ESR | iMacros 8.9.7 |
| Linux | Firefox 52 ESR | iMacros 8.9.7 |
| Mac OS | Firefox 52 ESR | iMacros 8.9.7 |
Clone the git repository with
git clone https://github.com/jinzocode/imacros-scripts.git
Then Add (yourscript.js)
To your iMacros/Macros Folder
Then Create/Edit (yourdatasourcefile.txt/csv/conf) file inside Datasources folder
Then open Firefox and hit F8
Roadmap
- Continuing creating iMacros Scripts
- Make sure all scripts are compatible with iMacros Firefox ESR (Non-Quantum) as well as iMacros Personal Edition or Higher to work as long as possible.
- Documentation for all scripts and prepare it to be very clear and ready to used in any other framework (open-source)
- Scripts more stability.
How to contribute?
Create A New Pull Request, Add Feedback in comments, Open New Issue for scripts bugs, Feel like its your own repository all ideas are welcome.
Github Account
Leave iMacros - Facebook Scripts Code Improvments And Restructuring With Debug mode to:
Read more #utopian-io posts
Best Posts From jinzo
We have not curated any of jinzo's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From jinzo
- iMacros - Facebook Scripts Code Improvments And Restructuring With Debug mode
- Warzone 2100 - A Free And Open Source Real-Time Strategy Game
- iMacros - Code Improvements, New Debug Mode , New Twitter Advanced Tweets [Development]
- iMacros - Introducing Facebook Groups Poster, Roadmap Updates After Quantom Release
- Task Request - README File Needed for Twitter iMacros Scripts
- iMacros Scripts - Twitter Advanced Follow, Twitter Accounts Creator New Version (MM)
- iMacros Scripts - New Scripts Twitter Arabization - Gmail Accounts Creator
- [Task-Response] Utopian-io - @utopian-bot a JavaScript mentions handler
- iMacros Scripts - New Scripts Auto Retweet Latest, Twitter Accounts Language Changer
- iMacros Scripts - Facebook Reactions Users Extractor, Tweet in My Time, Roadmap Changes