Search code examples
userscripts

regarding include-exclude links in user-scripts


Question regarding include-exclude links in user-scripts :

Type of pages I like to exclude: http://www.stumbleupon.com/stumbler/samira-reddy/likes/interest

Type of pages I like to include: http://www.stumbleupon.com/stumbler/samira-reddy

Note : I am a regular guy , don't know any coding stuff what I tried but ain't work:

// ==UserScript==
// @name           run imacro shortcut which click stumble button on pages
// @namespace      udit
// @include        http://www.stumbleupon.com/interest/*
// @include        http://www.stumbleupon.com/channel/*
// @include        http://www.stumbleupon.com/stumbler/*
// @exclude        http://www.stumbleupon.com/stumbler/*likes/interest
// ==/UserScript==

Solution

  • // @exclude        http://www.stumbleupon.com/stumbler/*/likes/interest/*