Skip to content

Instantly share code, notes, and snippets.

View guberm's full-sized avatar
:octocat:
Tempora mutantur et nos mutamur in illis

Michael Guber guberm

:octocat:
Tempora mutantur et nos mutamur in illis
View GitHub Profile

Privacy Policy for Dynamic Ad Remover

Last Updated: July 24, 2025

Overview

Dynamic Ad Remover ("the Extension") is committed to protecting your privacy. This Privacy Policy explains how our Chrome extension handles information when you use our service.

Information We Do NOT Collect

@guberm
guberm / privacy-policy.md
Last active July 19, 2025 19:20
Privacy Policy for Universal Article to Gmail

Privacy Policy for Universal Article to Gmail

Universal Article to Gmail does not collect, store, or transmit any personal data or user information.
All data processing occurs locally within your browser. The extension does not send any data to external servers.
We do not share or sell user information to any third parties.

If you have questions about privacy, please contact us at [email protected]

@guberm
guberm / gist:ec8af51adb15bc3cacd0132a1b3c6e0c
Created May 30, 2025 21:03
Privacy Policy for "Gmail Share Page" Chrome Extension
Effective date: 30-May-2025
What This Extension Does
The "Gmail Share Page" extension enables users to quickly share web pages via Gmail by opening a new compose window with the page title as the subject, the URL in the body, and optionally any selected text. Users may set a default recipient email address, which is stored locally in the browser.
Data Collected
This extension does not collect, transmit, or store any personally identifiable information (PII) or sensitive user data.
The extension only accesses the following, strictly for its core functionality:
The current tab’s title and URL
@guberm
guberm / contemplative-llms.txt
Created January 9, 2025 13:48 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@guberm
guberm / AdbCommands
Created December 6, 2024 18:35 — forked from Pulimet/AdbCommands
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
Begin by enclosing all thoughts within <thinking> tags, exploring multiple angles and approaches.
Break down the solution into clear steps within <step> tags. Start with a 20-step budget, requesting more for complex problems if needed.
Use <count> tags after each step to show the remaining budget. Stop when reaching 0.
Continuously adjust your reasoning based on intermediate results and reflections, adapting your strategy as you progress.
Regularly evaluate progress using <reflection> tags. Be critical and honest about your reasoning process.
Assign a quality score between 0.0 and 1.0 using <reward> tags after each reflection. Use this to guide your approach:
0.8+: Continue current approach
0.5-0.7: Consider minor adjustments
Below 0.5: Seriously consider backtracking and trying a different approach
@guberm
guberm / index.html
Created January 5, 2023 02:40
שירי - text to speech SpeechSynthesisUtterance
<div class="input-group">
<input required="" type="text" name="text" autocomplete="off" class="input" id="inputVal">
<label class="user-label">מה תרצה שאומר? (heb)</label>
</div>
<button onclick="speakFunc();" data-text="Awesome" class="button">
<span class="actual-text">&nbsp;TALK&nbsp;</span>
<span class="hover-text" aria-hidden="true">&nbsp;TALK&nbsp;</span>
</button>