您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Contains user definitions for other scripts
当前为
此脚本不应直接安装,它是供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/13969/132109/SGW%20Fixer%20-%20Users.js
- // ==UserScript==
- // @name SGW Fixer - Users
- // @namespace https://greasyfork.org
- // @include https://sellers.shopgoodwill.com/*
- // @include http://localhost/sgw.html
- // @version 1.4.0.6
- // @description Contains user definitions for other scripts
- // @grant none
- // ==/UserScript==
- var posters = {
- "Alicia V" : {
- "name" : "Alicia",
- "username" : "AliciaV",
- "delay" : 1,
- "dept" : "jewelry",
- },
- "Caroline K" : {
- "name" : "Caroline",
- "username" : "CarolineK",
- "dept" : "all",
- "sup" : true,
- },
- "vue cheng" : {
- "name" : "Vue",
- "username" : "chengv",
- "dept" : "collectibles",
- },
- "Cynthia J" : {
- "name" : "Cindy",
- "username" : "CindyJ",
- "dept" : "jewelry",
- },
- "Hetal S" : {
- "name" : "Hetal",
- "username" : "HetalS",
- "duration" : 4,
- "delay" : 0,
- "dept" : "collectibles",
- },
- "Jackie C" : {
- "name" : "Jackie",
- "username" : "jackiec",
- "CM" : "yes",
- "delay" : 1,
- "duration" : 4,
- "dept" : "jewelry",
- },
- "Jacob L" : {
- "name" : "Jacob",
- "username" : "Jacob",
- "skip" : "allow",
- "CM" : "yes",
- "delay" : 0,
- "duration" : 4,
- "debug" : true,
- "dept" : "collectibles",
- },
- "Jeff H" : {
- "name" : "Jeff",
- "username" : "JeffH",
- "skip" : "allow",
- "CM" : "BIN",
- "delay" : 0,
- "duration" : 4,
- "debug" : false,
- "dept" : "jewelry",
- "sup" : true,
- },
- "Jeremy J" : {
- "name" : "Jeremy",
- "username" : "JeremyJ",
- "skip" : "allow",
- "duration" : 4,
- "CM" : "yes",
- "delay" : 0,
- "debug" : true,
- "dept" : "collectibles",
- },
- "Jessica G" : {
- "name" : "Jessica",
- "username" : "JessicaG",
- "delay" : 0,
- "dept" : "collectibles",
- },
- "Joanne H" : {
- "name" : "Joanne",
- "username" : "JoanneH",
- "delay" : 0,
- "dept" : "collectibles",
- },
- "Kathy O" : {
- "name" : "Kathy",
- "username" : "KathyO",
- "skip" : "allow",
- "delay" : 0,
- "duration" : 4,
- "dept" : "collectibles",
- },
- "Nick Q" : {
- "name" : "Nick",
- "username" : "NickQ",
- "delay" : 0,
- "dept" : "collectibles",
- "sup" : true,
- },
- "Nicole H" : {
- "name" : "Nicole",
- "username" : "nicoleh",
- "delay" : 0,
- "dept" : "all",
- "sup" : true,
- },
- "Peter N" : {
- "name" : "Peter",
- "username" : "petern",
- "delay" : 0,
- "dept" : "collectibles",
- },
- "Phalada X" : {
- "name" : "Phalada",
- "username" : "PhaladaX",
- "skip" : "allow",
- "CM" : "yes",
- "delay" : 0,
- "duration" : 4,
- "dept" : "collectibles",
- },
- "Phillip S" : {
- "name" : "Phillip",
- "username" : "PhillipS",
- "delay" : 0,
- "dept" : "collectibles",
- },
- "Poppy P" : {
- "name" : "Poppy",
- "username" : "poppyp",
- "delay" : 0,
- "debug" : true,
- "dept" : "collectibles",
- },
- "Raynette P" : {
- "name" : "Raynette",
- "username" : "RaynetteP",
- "delay" : 0,
- "debug" : true,
- "dept" : "all",
- "sup" : true,
- },
- "Tanya K" : {
- "name" : "Tanya",
- "username" : "TanyaK",
- "delay" : 0,
- "dept" : "jewelry",
- "sup" : true,
- },
- "Thomas L Butler" : {
- "name" : "Tom",
- "username" : "TomB",
- "delay" : 0,
- "dept" : "collectibles",
- },
- "Valerie W" : {
- "name" : "Valerie",
- "username" : "ValerieW",
- "duration" : 4,
- "skip" : "allow",
- "CM" : "yes",
- "delay" : 0,
- "debug" : true,
- "dept" : "collectibles",
- },
- }