使用方法の詳しい内容は、noteに書いた記事を参考にしてください。
https://note.com/umyu/n/nefd70169e9f5
javascript:(() => {
const targetUrl = 'https://www.deviantart.com/studio/published';
if (location.href !== targetUrl) {
location.href = targetUrl; /* 現在表示しているページがpublishedページではない場合、publishedのページに移動します。 */
return;