nav_list

nav数据

Ovu skriptu ne treba izravno instalirati. To je biblioteka za druge skripte koje se uključuju u meta direktivu // @require https://update.greasyfork.org/scripts/446229/1059140/nav_list.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

   // ==UserScript==
   // @name         nav_list
   // @namespace    http://tampermonkey.net/
   // @version      0.0.1
   // @description  nav数据
   // @author       lsmhq
   // @license      MIT
   // ==/UserScript== 

   (function () {
    'use strict';
    let questAddress = [
         'wizard101-magical-trivia',
         'wizard101-adventuring-trivia',
         'wizard101-conjuring-trivia',
         'wizard101-marleybone-trivia',
         'wizard101-mystical-trivia',
         'wizard101-spellbinding-trivia',
         'wizard101-spells-trivia',
         'pirate101-valencia-trivia',
         'wizard101-wizard-city-trivia',
         'wizard101-zafaria-trivia',
    ]    
    window.questAddress = questAddress
})();