Skip to content

Instantly share code, notes, and snippets.

@Mucid
Created January 13, 2015 07:43
Show Gist options
  • Save Mucid/4bba57a5c78701323b3e to your computer and use it in GitHub Desktop.
Save Mucid/4bba57a5c78701323b3e to your computer and use it in GitHub Desktop.
JDFavorites
// ==UserScript==
// @name JDFavorites
// @namespace jingdong
// @description 自动展开我的关注标签
// @include *://t.jd.com/product/followProductList.action*
// @include *://t.jd.com/home/follow
// @version 1
// @grant none
// ==/UserScript==
$(document).ready(function(){
$('.other-close').click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment