Skip to content

Add novelasligeras.net

Clocks requested to merge github/fork/khonkhortisan/novelasligeras.net into dev

Created by: khonkhortisan

https://github.com/khonkhortisan/extensions/blob/novelasligeras.net/icons/NOVA.png?raw=true https://novelasligeras.net/ https://github.com/shosetsuorg/extensions/issues/181 repository url https://raw.githubusercontent.com/khonkhortisan/extensions/novelasligeras.net

  • alternate listings
  • page 2 of listing (open extension, back, open extension)
  • page 2 of listing on first load (ajax? page count?)
  • page 2 of search on first load (ajax? page count?)
  • search string (ajax?)
  • stop search from duplicating results (search, open novel, back, duplicates) [duplicate of 8.]
  • search filters (some)
  • use extra search filters id/slug/include? nah need spanish words
  • multi-category filter (OR)
  • multi-category filter (AND)
  • multi-category filter (exclude)
  • filter reset resetting ui without closing/reopening filter list [duplicate of 5.]
  • title/site/authors/artists/publishing state/genres
  • add volume name to chapter names? nah, shows at top of chapter
  • fix no chapters loading (Abyss [NH])
  • verify chapter count (86 [Eighty Six] (NL))
  • fix extra unknown chapter (A Monster Who Levels Up)
  • fix UNIQUE contraint failed (Amagi Brilliant Park)
  • chapters in order
  • chapter times (none/none then times/all) (datetime > timestamp)
  • ad placeholder block ("Publicidad Y-AR" not the help us translate image)
  • clean code (again: CATEGORIAS_FILTER_INT, ESTADO_FILTER_INT, PAIS_FILTER_INT have multiple copies)
  • giant 😦 https://novelasligeras.net/index.php/2018/05/15/a-monster-who-levels-up-capitulo-2-novela-ligera/
  • squash commits together for a clean merge (again)
  • switch logo url to post-merge location

local ADBLOCK_SETTING_KEY = 0
local settings = { [ADBLOCK_SETTING_KEY] = true, }
SwitchFilter(ADBLOCK_SETTING_KEY, "Ocultar publicidades", true),
if settings[ADBLOCK_SETTING_KEY] then

versus

local ADBLOCK_SETTING_KEY = 0
local settings = {}
SwitchFilter(ADBLOCK_SETTING_KEY, "Mostrar publicidades"),
if not settings[ADBLOCK_SETTING_KEY] then

Merge request reports