Created
January 13, 2015 07:43
-
-
Save Mucid/4bba57a5c78701323b3e to your computer and use it in GitHub Desktop.
JDFavorites
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
// ==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