Skip to content

Instantly share code, notes, and snippets.

View singhhrpreet's full-sized avatar
🏠
Working from home

Harpreet Singh singhhrpreet

🏠
Working from home
View GitHub Profile
@singhhrpreet
singhhrpreet / privacy-policy.md
Created June 15, 2025 22:40
Privacy Policy for ChatGPT Theme Switcher

Privacy Policy for ChatGPT Theme Switcher

This extension does not collect, store, or transmit any personal data.

All theme changes are applied locally on your browser. We do not collect browsing activity, personal information, or any other user data.

Permissions used:

  • activeTab: Used only to access the current tab to apply the theme.
  • scripting: Used to inject local CSS to change the theme of ChatGPT.
# > /dev/null is disable the outputs of the commands
if [ $# -eq 0 ]; then
echo "Provide the PHP version to enable"
exit 0
fi
for php in 5.6 7.1 7.2 7.3
do
if [ $php == $1 ]