Generate a userscript for safari in javascript that redirects medium.com to scribe.rip
Unfortunately, as an AI language model, I don't have the capability to generate and execute a user script on Safari. However, I can provide you with a sample code that you can use to create your own user script.
// ==UserScript==
// @name Medium to Scribe Redirect
// @version 1
// @description Redirects medium.com to scribe.rip
// @match https://medium.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location.href = "https://scribe.rip";
})();
To use this code, follow these steps:
Generate a userscript for safari in javascript that redirects editorial-workflows.com to the same path at editorial-app.appspot.com/workflow/
Here is a sample code for a user script that redirects editorial-workflows.com
to the same path at editorial-app.appspot.com/workflow/
:
// ==UserScript==
// @name Editorial Workflows Redirect
// @version 1
// @description Redirects editorial-workflows.com to editorial-app.appspot.com/workflow/
// @match https://editorial-workflows.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var oldUrl = window.location.href;
var newUrl = oldUrl.replace("editorial-workflows.com", "editorial-app.appspot.com/workflow/");
window.location.href = newUrl;
})();
To use this code, follow these steps: