-
Notifications
You must be signed in to change notification settings - Fork 12
Backup&Restore
- Reset - This option will reset the NTP data and set it to the default state. All your customization and added tiles will be lost.
- Export - Use this option to create a backup of your data (customization and tile data). With this you can share get your old NTP on a new device or share it with other users.
- Import - You can use this to import an existing backup that is stored locally on your phone.
As there are many options of customization , we can consider all that as a true theme manager!
You can export your theme and share with other users , or try other cool themes for the NTP
- Export Theme - This option will export just the looks of your NTP without the Tile data so that you can share your theme with other users or across multiple devices.
- Import Theme - This option will import just the looks/customization of the various NTP elements without overwriting your existing Tiles and Folders.
This is a inject tool used to help users fix their problems about NTP or explore new customizations tricks Sometime bugs are around the corner, and solutions must be found, with that tool will be easier to help users until new update of NTP. In this box only Javascript code can be executed Here are a few nice script to execute :
Create an array of elements as following
var tiles=[ { url:"https://www.amazon.it" , title:"Amazon", imgSrc:"https://logos.kiwibrowser.com/amazon.it"}];
Then execute the f_attg() to each element
tiles.forEach(el => { f_attg(el); });
The final script to execute will be
var tiles=[ { url:"https://www.amazon.it" , title:"Amazon", imgSrc:"https://logos.kiwibrowser.com/amazon.it"} ]; tiles.forEach(el => {f_attg(el);});