Skip to content

Instantly share code, notes, and snippets.

@tujlaky
Created March 26, 2019 08:11
Show Gist options
  • Save tujlaky/8fad040c022a0c59455e03473475c15e to your computer and use it in GitHub Desktop.
Save tujlaky/8fad040c022a0c59455e03473475c15e to your computer and use it in GitHub Desktop.
Remove the delay from the google web designer demos
#!/bin/bash
# See: https://groups.google.com/forum/#!topic/gwdbeta/WzgS3Z6H-Xc
find -iname index.html -exec sed -i -e 's/<\/body>/<script data-exports-type="dclk-quick-preview">studio.Enabler.setRushSimulatedLocalEvents(true);<\/script><\/body>/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment