This repository will continue to grow, until every single Meta security header / parameter is reversed. All files are ready to be implemented into any automation / scraper, for custom work: contact on Telegram @reversewasm
Majority of the files in this repository are very straight foward, and easy to use. I'll explain the setup for more complicated configurations below.
New Header/Parameter Reversed Every Ten Stars.
- Inject our own JS into Meta's client. The following code will be injected:
var bitarray = [];
for(var x in this.$1) {
if(this.$1[x]==1) bitarray.push(parseInt(x));
};
console.log(bitarray);
- This code will be injected into the toCompressedString() function inside Meta's source.
Contact me on Telegram - @reversewasm