tianyun 3 years ago
parent
commit
4f2aae1ae5
2 changed files with 17 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 16 0
      tmp/monkey/feedly-样式修改.js

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+node_modules

+ 16 - 0
tmp/monkey/feedly-样式修改.js

@@ -0,0 +1,16 @@
+// ==UserScript==
+// @name              feedly-样式修改
+// @author            tianyunperfect
+// @description       简介
+// @version           1.0.0
+// @update            2022/1/13 上午10:00:18
+// @include           *feedly.com/i/*
+// @require           http://www.tianyunperfect.cn:3001/tianyunperfect/web-base/raw/master/tmp/monkey/util.js
+
+// ==/UserScript==
+(async () => {
+
+    (await getDom(".MockButton.MockButton--tertiary.LeftnavListRow.LeftnavListRow--link")).click();
+
+    addNewStyle('.pro.button--primary.small {display: none !important;}');
+})();