this is a simple script to replace the "Download" button with "Download APK" button.
-
install a user script manager
- for Desktop:
Browser Installation
| Chrome | Tampermonkey or Violentmonkey |
this is a simple script to replace the "Download" button with "Download APK" button.
install a user script manager
Browser | Installation |
---|
| Chrome | Tampermonkey or Violentmonkey |
void readEE(void *var_struct, void *eeprom_struct, size_t struct_size) | |
{ | |
unsigned char *var_pointer = (unsigned char *)var_struct; | |
unsigned char eeprom_pointer = (unsigned char)eeprom_struct; | |
for (unsigned char i = 0; i < struct_size; i++) | |
{ | |
// based on __eeread.c in xc8 library | |
do | |
CLRWDT(); | |
#if _EEPROM_INT == _EEREG_INT |