https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching| // 1. Open the browser developper console on the network tab | |
| // 2. Start the video | |
| // 3. In the dev tab, locate the load of the "master.json" file, copy its full URL | |
| // 4. Run: node vimeo-downloader.js "<URL>" | |
| // (done automatically now) 5. Combine the m4v and m4a files with mkvmerge | |
| const fs = require('fs'); | |
| const url = require('url'); | |
| const https = require('https'); | |
| const { exec } = require('child_process'); |
| <?php | |
| namespace Drupal\Tests\humanstxt\Functional; | |
| use Drupal\Tests\BrowserTestBase; | |
| use Drupal\Core\Url; | |
| /** | |
| * Tests basic functionality of configured humans.txt files. | |
| * |
| <?php | |
| /** | |
| * Controller. Implements ContainerInjectionInterface | |
| */ | |
| namespace Drupal\gurei\Controller; | |
| use Drupal\Core\Controller\ControllerBase; | |
| use Drupal\Core\DependencyInjection\ContainerInjectionInterface; | |
| use Drupal\gurei\Service\CompanyService; | |
| use Symfony\Component\DependencyInjection\ContainerInterface; |
| <?php | |
| use Drupal\Core\Utility\UpdateException; | |
| use Drupal\paragraphs\Entity\Paragraph; | |
| /** | |
| * Convert news,blog,event body field to paragraphs. | |
| */ | |
| function custom_util_post_update_convert_newsblogevent_body(&$sandbox) { |
| Age 6, 7: | |
| - Print their name or any string of their choice. | |
| - Flashing Heart - https://makecode.microbit.org/projects/flashing-heart | |
| - Snowflake - https://makecode.microbit.org/lessons/snowflake-fall | |
| - Smiley - https://makecode.microbit.org/lessons/smiley | |
| - Rock paper scissor basic - https://makecode.microbit.org/projects/rock-paper-scissors | |
| - Banana Orange Keyboard - https://makecode.microbit.org/projects | |
| - Magic 8 ball - https://makecode.microbit.org/lessons/magic-8 | |
| - Song: Happy Birthday - https://makecode.microbit.org/lessons/happy-birthday | |
| <?php | |
| namespace Drupal\sd8_migration\Plugin\migrate\source; | |
| use Drupal\migrate\Plugin\migrate\source\SqlBase; | |
| /** | |
| * Table source from database. | |
| * |
| // 1. Open the browser developper console on the network tab | |
| // 2. Start the video | |
| // 3. In the dev tab, locate the load of the "master.json" file, copy its full URL | |
| // 4. Run: node vimeo-downloader.js "<URL>" | |
| // 5. Combine the m4v and m4a files with mkvmerge | |
| const fs = require('fs'); | |
| const url = require('url'); | |
| const https = require('https'); |