swagbucks 404 watch fix

Its to fix a bug a found

目前为 2019-11-21 提交的版本。查看 最新版本

// ==UserScript==
// @name         swagbucks 404 watch fix
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Its to fix a bug a found
// @author       bboytech
// @match        https://www.swagbucks.com/html/404.html*
// @grant        none
// ==/UserScript==

(function() {
    location.href = "https://www.swagbucks.com/watch/playlist/111/editors-pick";
})();