uncss/uncss

Setting Cookies on http-requests

Open

#323 aberto em 28 de jul. de 2017

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (403 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (9.386 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

uncss can not do requests in "authorized" mode to the website and that's just what I need it to do.

I know about #176 and #186. This one is smaller in scope.

I plan to work on this one myself (unless work priorities change drastically).

Some notes to future me:

  • Here's the place where uncss makes request for the page. It uses JSDOM's facilities and cookies can be provided via Cookie JARs
  • Here's the place where uncss makes requests for stylesheet-files. It uses Request library. Their Examples section of readme tells how to deal with cookies

Guia do colaborador