https://github.com/sunsetmkt/zhihuwatermark
仿知乎隐写水印 参考 https://v2ex.com/t/877614 提供的信息 由GitHub Copilot自动生成
https://github.com/sunsetmkt/zhihuwatermark
Last synced: 4 months ago
JSON representation
仿知乎隐写水印 参考 https://v2ex.com/t/877614 提供的信息 由GitHub Copilot自动生成
- Host: GitHub
- URL: https://github.com/sunsetmkt/zhihuwatermark
- Owner: SunsetMkt
- Created: 2022-09-29T09:21:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T09:24:06.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T19:24:08.943Z (9 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zhihuWatermark
仿知乎隐写水印 参考 https://v2ex.com/t/877614 提供的信息 由GitHub Copilot自动生成
## Example
```html
// 获取timestamp
var timestamp = new Date().getTime();
// 获取当前页面的url
var url = window.location.href;
var wmClass = insertWatermark(timestamp, url);
// console.log(wmClass);
```