Commit af912bd8 authored by Stefy Spora's avatar Stefy Spora

Add FetLife contact information

- Add FetLife profile link https://fetlife.com/spora to popup footer
- Update copyright headers in all source files with contact information
- Add FetLife contact to README.md author section
- Update CHANGELOG.md project information with FetLife contact
- Maintain consistent contact information across all documentation
parent 48578dba
......@@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Project Information:**
- Author: Stefy Spora <stefy@sexhack.me>
- FetLife: [@spora](https://fetlife.com/spora)
- Website: [sexhack.me](https://www.sexhack.me) (NSFW)
- Source Code: [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy)
- License: GNU General Public License v3.0
......
......@@ -3,6 +3,7 @@
A Chrome browser extension that automates privacy settings on FetLife.com. When activated, it automatically sets picture privacy to "only friends" or video privacy to "True" (only friends) with a single click or processes multiple pages automatically.
**Author:** Stefy Spora <stefy@sexhack.me>
**FetLife:** [@spora](https://fetlife.com/spora)
**Website:** [sexhack.me](https://www.sexhack.me) ⚠️ **(NSFW)**
**Source Code:** [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy)
**License:** GNU General Public License v3.0
......
/*
* FetLife Privacy Helper - Background Script
* Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me
* Contact: https://fetlife.com/spora
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......
/*
* FetLife Privacy Helper - Content Script
* Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me
* Contact: https://fetlife.com/spora
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......
<!--
FetLife Privacy Helper - Popup Interface
Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me
Contact: https://fetlife.com/spora
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......@@ -107,6 +108,9 @@
<div style="margin-bottom: 8px;">
<a href="https://git.nexlab.net/sexhackme/fetprivacy" target="_blank" style="color: #2196F3; text-decoration: none;">Source Code</a>
</div>
<div style="margin-bottom: 8px;">
<a href="https://fetlife.com/spora" target="_blank" style="color: #9c27b0; text-decoration: none;">Contact: @spora</a>
</div>
<div style="margin-bottom: 8px;">
<strong>💰 Donate:</strong>
......
/*
* FetLife Privacy Helper - Popup Script
* Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me
* Contact: https://fetlife.com/spora
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment