_anomDiebolt_
8 years agoQrew Elite
Yet More Scripting Options - Chrome Local Overrides
Good News QuickBase Scripters! There is yet another scripting option for fine tuning and customizing your QuickBase applications: Local Overrides
Local Overrides
Suppose you're editing some CSS or JavaScript in DevTools. You want to see how the page looks or behaves when you reload the page, but DevTools erases your changes when you reload. With Local Overrides, you can now instruct DevTools to override network requests and serve local resources on your filesystem instead.
https://developers.google.com/web/updates/2018/01/devtools#overrides
It was supposed to be released in Chrome 64 (which is out now) and is even advertised in the dev tools panel but apparently there was a snafu and the feature is delayed till Chrome 65.
But the feature is available in Chrome Canary which is at version 66 already.
Chrome Canary Download
Get on the bleeding edge of the web
https://www.google.com/chrome/browser/canary.html
I have not fully evaluated this feature yet and there is often some repackaging of new features between the Canary channel and the eventual release version.
Chrome DevTools: Edit production websites with Network Overrides
Use the experimental Network Overrides feature in Canary to map remote network resources to local filesystem resources.
https://umaar.com/dev-tips/162-network-overrides/
I am going to predict QuickBase developers are going to be all over this as they can make persisting local changes to the production release from any Chrome browser at version 65. And guess what - you can do this too!
Local Overrides
Suppose you're editing some CSS or JavaScript in DevTools. You want to see how the page looks or behaves when you reload the page, but DevTools erases your changes when you reload. With Local Overrides, you can now instruct DevTools to override network requests and serve local resources on your filesystem instead.
https://developers.google.com/web/updates/2018/01/devtools#overrides
It was supposed to be released in Chrome 64 (which is out now) and is even advertised in the dev tools panel but apparently there was a snafu and the feature is delayed till Chrome 65.
But the feature is available in Chrome Canary which is at version 66 already.
Chrome Canary Download
Get on the bleeding edge of the web
https://www.google.com/chrome/browser/canary.html
I have not fully evaluated this feature yet and there is often some repackaging of new features between the Canary channel and the eventual release version.
Chrome DevTools: Edit production websites with Network Overrides
Use the experimental Network Overrides feature in Canary to map remote network resources to local filesystem resources.
https://umaar.com/dev-tips/162-network-overrides/
I am going to predict QuickBase developers are going to be all over this as they can make persisting local changes to the production release from any Chrome browser at version 65. And guess what - you can do this too!