Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Normal
You could always do:$(function() { $(body).html(''); $.get('someothervendor/betterpage', function(data) { $(body).html(data); }});If they allow custom CSS/JS my Cobalt site would be pulling from another vendors API, effectively replacing their own website while still getting the OEM link
You could always do:
$(function() {
$(body).html('');
$.get('someothervendor/betterpage', function(data) {
$(body).html(data);
}
});
If they allow custom CSS/JS my Cobalt site would be pulling from another vendors API, effectively replacing their own website while still getting the OEM link