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 ...@@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Project Information:** **Project Information:**
- Author: Stefy Spora <stefy@sexhack.me> - Author: Stefy Spora <stefy@sexhack.me>
- FetLife: [@spora](https://fetlife.com/spora)
- Website: [sexhack.me](https://www.sexhack.me) (NSFW) - Website: [sexhack.me](https://www.sexhack.me) (NSFW)
- Source Code: [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy) - Source Code: [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy)
- License: GNU General Public License v3.0 - License: GNU General Public License v3.0
......
...@@ -3,6 +3,7 @@ ...@@ -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. 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> **Author:** Stefy Spora <stefy@sexhack.me>
**FetLife:** [@spora](https://fetlife.com/spora)
**Website:** [sexhack.me](https://www.sexhack.me) ⚠️ **(NSFW)** **Website:** [sexhack.me](https://www.sexhack.me) ⚠️ **(NSFW)**
**Source Code:** [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy) **Source Code:** [git.nexlab.net/sexhackme/fetprivacy](https://git.nexlab.net/sexhackme/fetprivacy)
**License:** GNU General Public License v3.0 **License:** GNU General Public License v3.0
......
/* /*
* FetLife Privacy Helper - Background Script * FetLife Privacy Helper - Background Script
* Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me * 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 * 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 * it under the terms of the GNU General Public License as published by
......
/* /*
* FetLife Privacy Helper - Content Script * FetLife Privacy Helper - Content Script
* Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me * 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 * 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 * it under the terms of the GNU General Public License as published by
......
<!-- <!--
FetLife Privacy Helper - Popup Interface FetLife Privacy Helper - Popup Interface
Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me 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 This program is free software: you can redistribute it and/or modify
the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
(at your option) any later version. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
...@@ -107,6 +108,9 @@ ...@@ -107,6 +108,9 @@
<div style="margin-bottom: 8px;"> <div style="margin-bottom: 8px;">
<a href="https://git.nexlab.net/sexhackme/fetprivacy" target="_blank" style="color: #2196F3; text-decoration: none;">Source Code</a> <a href="https://git.nexlab.net/sexhackme/fetprivacy" target="_blank" style="color: #2196F3; text-decoration: none;">Source Code</a>
</div> </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;"> <div style="margin-bottom: 8px;">
<strong>💰 Donate:</strong> <strong>💰 Donate:</strong>
......
/* /*
* FetLife Privacy Helper - Popup Script * FetLife Privacy Helper - Popup Script
* Copyright (C) 2025 Stefy Spora <stefy@sexhack.me> - sexhack.me * 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 * 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 * 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