DeviantArt Gallery RSS

Add RSS link in DeviantArt galleries

目前為 2020-06-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name			DeviantArt Gallery RSS
// @version			2020.06.23
// @description		Add RSS link in DeviantArt galleries
// @include			https://www.deviantart.com/*/gallery/*
// @icon			https://www.google.com/s2/favicons?domain=deviantart.com
// @author			Rainbow-Spike
// @namespace       https://gf.qytechs.cn/users/7568
// @homepage        https://gf.qytechs.cn/ru/users/7568-dr-yukon
// @grant			none
// ==/UserScript==

var [ a, b, c, d ] = window.location.pathname.split ( '/' );
if ( c == 'gallery' ) document.querySelector ( 'head' ).innerHTML += '<link rel="alternate" type="application/rss+xml" title="RSS" href="https://backend.deviantart.com/rss.xml?q=gallery%3A' + b + '%2F' + d + '&type=deviation">';

QingJ © 2025

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