DA Logo to Watch (DYW)

When clicking the logo, the site usually takes you to the Home page, aka. the recommended feed. This script will change that, just in case your recommended feed is also full of stuff you don't wanna see.

当前为 2022-04-20 提交的版本,查看 最新版本

// ==UserScript==
// @name         DA Logo to Watch (DYW)
// @namespace    https://gf.qytechs.cn/en/scripts/443697-da-logo-to-watch-dyw
// @version      0.1
// @description  When clicking the logo, the site usually takes you to the Home page, aka. the recommended feed. This script will change that, just in case your recommended feed is also full of stuff you don't wanna see.
// @author       Valognir
// @match        https://www.deviantart.com/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=deviantart.com
// @grant        none
// ==/UserScript==

var dalogo = document.querySelector('[aria-label="DeviantArt - Home"]');

dalogo.setAttribute('href', 'https://www.deviantart.com/watch/deviations');

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址