Skip to content
View yanglee2421's full-sized avatar
:atom:
I have no idea what I am doing
:atom:
I have no idea what I am doing

Block or report yanglee2421

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yanglee2421/README.md

@Yang_Lee

create-app

version pnpm dependencies developer

Usage

With PNPM

pnpm create @yanglee2421/app

Newtab

Installation

What is next

  1. 时间显示增加秒显示
  2. 纯色面板增加一些预置颜色
  3. 图片面板的Trash高度改小
  4. 恢复默认设置的按钮

Statistics

统计项目文件数和代码行数(不包括 git 忽略的部分):

(git ls-files | ForEach-Object { (Get-Content $_ | Measure-Object -Line).Lines }) | Measure-Object -Sum

为 ADG 和 UBO 收集的一些拦截规则

version npm dependencies developer

规则语法:

转义字符

字符 含义
* 任意字符
| | https:// 或者 http://
/route 该路径下的所有文件(不包含子文件夹中的文件)
^ / 或者 :也用来分隔域名结尾和$
$ 内容修饰符

内容修饰符用法

用法 含义
$image 拦截图片
$~image 除了图片都拦截
$script 拦截 script 标签
$~script 除了 script 标签都拦截
$3p 拦截第三方请求
$domain=指定域名 拦截来自指定域名的请求
$denyallow=指定域名 放行来自指定域名的请求

元素拦截

  • 语法:域名##css 选择器
baidu.com##div
  • 特殊伪类::contains()
/*
配匹`innerText`中含有指定内容的元素,建议配上子元素选择器和正则一起用
*/
div > div:contains(/要配匹的字符/)

Pinned Loading

  1. electron-react electron-react Public

    A sample project based on electron and react, supporting SQLite database

    TypeScript

  2. example example Public

    Example of Expo App

    TypeScript

  3. yanglee2421.github.io yanglee2421.github.io Public

    Single pages application for github pages, built with Vite, React, Vue and TypeScript.

    TypeScript

  4. fullstack fullstack Public

    Fullstack web framework apps - Nuxt.js & Next.js

    TypeScript

  5. yanglee2421 yanglee2421 Public

    Monorepo for npm namespace @yanglee2421

    TypeScript 2 1