This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function () { var host = 'https://rsshub.app/'; var w = 800; var h = 600; var add = 'https://www.inoreader.com/?add_feed=%27; var cnblog = %27https://www.cnblogs.com/%27; var csdn = %27https://blog.csdn.net/%27; var jianshu_user = host + %27jianshu/user/%27; var zhihu_user = host + %27/zhihu/people/activities/%27; var zhihu_collection = host + %27zhihu/collection/%27; var bilibili_user = host + %27bilibili/user/video/%27; var jike_topic = host + %27jike/topic/%27; var jike_square = host + %27jike/topic/square/%27; var jike_user = host + %27jike/user/%27; var twitter_user = host + %27twitter/user/%27; var weibo_user = host + %27weibo/user/%27; var instagram_user = host + %27instagram/user/%27; var youtube_channel = host + %27youtube/channel/%27; var url = %27https://www.inoreader.com/bookmarklet/subscribe/%27 + encodeURIComponent(location.href); if (location.host == %27www.cnblogs.com%27) { url = add + cnblog + location.pathname.split(%27/%27)[1] + %27/rss%27; } else if (location.host == %27www.ji |