Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 34ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
m

md

Recently created Least recently created Recently updated Least recently updated
LixdHappy

LixdHappy / 隐私页面获取信息脚本

Last active 4 months ago css js md 博客

用于获取相关信息,注意需要先行在.md划定表格并填入预填项,自行填入KEY,别用我的,额度不够

1 0 3
1 /**
2 * 隐私政策页面 - 动态展示访客信息
3 * 使用腾讯地图IP定位API + ipapi.co获取网络信息
4 * 使用navigator.userAgent解析设备信息
5 */
6 (function () {
7 'use strict';
8
9 const CONFIG = {
10 TENCENT_KEY: 'FXNBZ-T5DCB-ABWUU-NXPTT-4AXGH-IUBAQ',