- Go to your Shopify
admin/settings/filespage - Open your browser Dev tools, go to the console
- Paste the content of the
console_download_list.jsfile, and press enter - Your browser will automatically fetch each page and download the list with the links of all the files on the CDN.
- Using your preffered code editor, edit the HTML file by adding each link in img tag.
- Open the HTML file you just edit in a browser then right click-save as. It will download the HTML file again along with all the images in the location you specify.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Display field value on the order edition page | |
| **/ | |
| add_action( 'woocommerce_admin_order_data_after_billing_address', 'my_custom_checkout_field_display_admin_order_meta', 10, 1 ); | |
| function my_custom_checkout_field_display_admin_order_meta($order){ | |
| echo '<p><strong>'.__('My Field').':</strong> ' . $order->order_custom_fields['My Field'][0] . '</p>'; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var LINK_TYPE_SD = 'sd_src_no_ratelimit'; | |
| var LINK_TYPE_HD = 'hd_src_no_ratelimit'; | |
| (function downloadVideo(type) { | |
| function getMyObject(doc) { | |
| var scriptsCollection = doc.getElementsByTagName("script"); | |
| var scripts = []; | |
| var regExp = /video_ids/i; | |
| for (var i = scriptsCollection.length - 1; i >= 0; i--) { | |
| var script = scriptsCollection[i].innerHTML; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Hook in | |
| add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); | |
| // Our hooked in function - $fields is passed via the filter! | |
| function custom_override_checkout_fields( $fields ) { | |
| $fields['shipping']['shipping_phone'] = array( | |
| 'label' => __('Phone', 'woocommerce'), | |
| 'placeholder' => _x('Phone', 'placeholder', 'woocommerce'), | |
| 'required' => false, | |
| 'class' => array('form-row-wide'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Display field value on the order edit page | |
| */ | |
| add_action( 'woocommerce_admin_order_data_after_billing_address', 'my_custom_checkout_field_display_admin_order_meta', 10, 1 ); | |
| function my_custom_checkout_field_display_admin_order_meta($order){ | |
| echo '<p><strong>'.__('My Field').':</strong> ' . get_post_meta( $order->id, 'My Field', true ) . '</p>'; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://wla.1-s.es/ | |
| http://24.22.106.166:7777/mobile | |
| http://91.121.121.15/ | |
| http://190.151.12.194/software/documentacion/ebooks/ | |
| http://79.127.126.110/Movie/ | |
| http://79.127.127.112 | |
| http://32.209.140.181/sandbox/musicbox/music/ | |
| http://130.185.144.63/ | |
| http://103.91.144.230/ftpdata/ | |
| http://77.175.148.98:8081/mobile |
Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).
I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.