hite / AccessHappily

受够了那些仅仅为了浏览网页都提示让你登录账户、登录 app、扫描微信关注的网址,这个工具为了关闭这些干扰元素
4 stars 0 forks source link

[EN][Rule] Auto Expand Articles for macrumors.com #4

Open hite opened 8 months ago

hite commented 8 months ago
{
    "name": "Hite`s Reading on website",
    "author": "Hite",
    "type": "Full Artcile#Auto Hide",
    "matches": ["macrumors.com"],
    "data": {
        "*.macrumors.com/*": [
        {
          "type": "autoClick",
          "name": "auto expand article on the first load",
          "data": "#maincontent .js-expandWrap .button",
          "exampleUrl": "https://www.macrumors.com/"
        }
      ]
    }
}