GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#typescript #automation #chrome #chromium #e2e_testing #electron #end_to_end_testing #firefox #javascript #playwright #test #test_automation #testing #testing_tools #web #webkit

Playwright is a powerful tool for testing and automating web applications across different browsers like Chromium, Firefox, and WebKit. It offers a single API to test multiple browsers, ensuring your tests are reliable, fast, and free from flaky results. With features like auto-wait for elements and web-first assertions, Playwright eliminates the need for artificial timeouts. It also supports headless execution on all platforms and provides tools like code generation, an inspector, and trace viewer to make testing easier. This means you can write robust tests quickly and efficiently, saving time and ensuring your web application works perfectly across various browsers and scenarios.

https://github.com/microsoft/playwright
#javascript #chrome #chrome_extension #firefox #firefox_addon #javascript #jquery

The Cat-Catch extension helps you find and list all the resources on a web page. You can install it on Chrome, Edge, or Firefox from the provided links. This tool is open-source, meaning anyone can download and modify it, but be cautious of fake versions with ads. The extension does not collect personal information and respects copyright laws. It's beneficial because it makes it easy to identify and manage resources on any webpage, enhancing your browsing experience and helping you stay safe online.

https://github.com/xifangczy/cat-catch
#typescript #browser_extension #chrome_extension #firefox_addon #github #github_extension #safari_extension #userstyle

Refined GitHub is a browser extension that makes using GitHub easier and more efficient. It adds many useful features to the GitHub interface, such as making whitespace characters visible, one-click merge conflict fixers, and showing how far behind a PR head branch is. It also lets you hide unnecessary events in issue and PR timelines, subscribe to opening/closing events of issues with one click, and simplify the deletion of repositories.

These features help you work more efficiently on GitHub by reducing clutter, providing quick access to important information, and streamlining common tasks. You can install it on Chrome, Firefox, and Safari, making your GitHub experience better overall.

https://github.com/refined-github/refined-github
👍1
#cplusplus #c_plus_plus #chrome #css #electron #html #javascript #nodejs #v8 #works_with_codespaces

Electron is a tool that lets you create desktop applications using JavaScript, HTML, and CSS. It works on macOS, Windows, and Linux. You can install it using `npm` and start building apps quickly with tools like Electron Fiddle or the electron-quick-start repository. This makes it easy to develop cross-platform applications without needing to learn multiple programming languages. It's used by popular apps like Visual Studio Code, and there are many resources available to help you get started.

https://github.com/electron/electron
#javascript #chrome_extension #edge_extension #firefox_addon #web_extension

This browser plugin, PT Helper Plus, makes using PT sites much easier and faster. It works with various browsers like Chrome, Firefox, and Microsoft Edge. You can use it to send torrent files directly to your download server with just one click, supporting servers like Transmission, µTorrent, and more. It also allows batch downloads, copying download links, and searching for torrents across multiple sites. Additionally, it shows the available space on your download server and has special features for different sites. This plugin simplifies many tasks, making your torrent downloading experience more efficient and convenient.

https://github.com/pt-plugins/PT-Plugin-Plus
#javascript #brave #chrome #dapp #dapp_developers #edge #ethereum #extension #firefox #opera

You can use MetaMask, a browser extension, to manage your Ethereum accounts and interact with the blockchain. Here’s how it benefits you You can download the latest version of MetaMask from the official website and install it on Firefox, Google Chrome, or Chromium-based browsers.
- **Development Tools** There are community forums and support sites where you can ask questions, request features, and get help from other users and developers.
- **Customization and Testing** MetaMask provides resources to help dapp developers extend its features, add new networks, and customize the user experience.

Overall, MetaMask makes it easy to manage your crypto assets and develop blockchain applications with robust support and tools.

https://github.com/MetaMask/metamask-extension
#javascript #audit #best_practices #chrome_devtools #developer_tools #performance_analysis #performance_metrics #pwa #web

Lighthouse is a tool that helps you improve your website's performance, accessibility, and SEO. It analyzes your web pages and provides detailed reports with suggestions for improvement. You can use Lighthouse in several ways: through Chrome DevTools, a Chrome extension, or the Node CLI. This allows you to run audits on your website's performance, accessibility, and best practices, and view the results in HTML or JSON format. The tool also supports custom configurations and plugins, making it highly flexible. By using Lighthouse, you can ensure your website loads quickly, is accessible to all users, and follows best SEO practices, ultimately enhancing the user experience.

https://github.com/GoogleChrome/lighthouse
#markdown #bash #chrome #chrome_extension #command_line #gh_pages #linux #linux_command #ls #screen #screenshot #search #ssh #tools #web_tools

This resource is a comprehensive collection of over 580 Linux commands, presented in a user-friendly web format. Here are the key benefits It includes a vast array of Linux commands, categorized for easy reference.
- **Web Access** You can deploy the website using Docker, Vercel, or other methods, allowing flexibility in how you access the content.
- **Community Contributions** The commands are available in Markdown format, and there are also mobile and desktop applications, such as Chrome extensions and Android apps.

This resource is highly valuable for anyone looking to learn or reference Linux commands efficiently.

https://github.com/jaywcjlove/linux-command
#typescript #automation #chrome #chromium #developer_tools #firefox #headless_chrome #node_module #testing #web

Puppeteer is a JavaScript library that lets you control Chrome or Firefox browsers using code. It works even when the browser is not visible (headless). This means you can automate tasks like navigating to websites, filling out forms, and clicking buttons without seeing the browser. To use it, you can install Puppeteer with a simple command, and then write scripts to perform these actions. The benefit is that you can automate repetitive tasks quickly and efficiently, saving time and effort.

https://github.com/puppeteer/puppeteer
👍1
#go #certificates #chrome #firefox #https #ios #linux #local_development #localhost #macos #root_ca #tls #windows

mkcert is a simple tool that helps you create and use trusted certificates for local development without any complicated setup. It automatically installs a local Certificate Authority (CA) on your system, which allows you to generate certificates that your browser and other tools will trust. This is especially useful because using real certificates for development can be risky or impossible for certain hosts like `localhost` or `example.test`. With mkcert, you can avoid trust errors and manage your own CA easily, making your development process smoother and more secure.

https://github.com/FiloSottile/mkcert
#other #chrome_extension #safari_extension #translation #userscript

This repository is for releasing the latest versions of the Immersive Translate browser extension and collecting user feedback through Github Issues. It does not include the source code for Immersive Translate, which is not open-source. You can install the extension or view its documentation by clicking the provided links. This tool helps you translate web pages in an immersive way, making it easier to understand content in different languages.

https://github.com/immersive-translate/immersive-translate
1
#python #chrome #firefox #helium #python #python3 #selenium #selenium_python #web_automation #web_scraping #webdriver

Helium is a Python library that makes it easier to automate web browsers like Chrome and Firefox. It simplifies tasks compared to using Selenium, another popular automation tool. With Helium, you can write shorter and more readable scripts because it lets you refer to web page elements by their visible labels instead of complicated IDs or selectors. Helium also handles tricky tasks like interacting with nested frames, managing windows, and waiting for elements to appear on the page automatically. This makes your scripts more stable and easier to maintain. Overall, Helium saves you time and effort in web automation.

https://github.com/mherrmann/helium
#python #agent #application_resume #artificial_intelligence #automate #automation #bot #chatgpt #chrome #gpt #human_resources #job #jobs #jobsearch #jobseeker #opeai #python #resume #scraper #scraping #selenium

AIHawk is an AI-powered job search assistant that helps you automate job applications, get personalized recommendations, and land your dream job faster. Here’s how it benefits you AIHawk automates the tedious process of filling out job application forms, saving you time and effort.
- **Personalized Recommendations** It generates customized resumes and cover letters to match the requirements of each job you apply for.
- **Community Support** The project is open-source and actively maintained by a team of contributors, ensuring it keeps getting better with user input.

Overall, AIHawk streamlines the job search process, making it more efficient and increasing your chances of finding the right job quickly.

https://github.com/feder-cr/Jobs_Applier_AI_Agent
2
#typescript #chat_application #chrome_extension #localllm #ollama #open_source

Page Assist is a browser extension that lets you use your local AI model from any webpage. It works on browsers like Chrome, Brave, Edge, and Firefox. Here’s how it helps you:

- You can open a sidebar or a new tab to interact with your AI model.
- You can ask questions about the content of the webpage you're on.
- It doesn't collect personal data and stores everything locally.

This makes it easy to get help from your AI model while browsing the internet, all without sharing your data.

https://github.com/n4ze3m/page-assist
1
#typescript #aceternity_ui #agent #agents #ai #chrome_extension #extension #fastapi #glean #langchain #langgraph #nextjs #nextjs15 #notebooklm #notion #ollama #perplexity #python #rag #slack #typescript

SurfSense is a highly customizable AI research tool that helps you organize and search your personal knowledge base. It connects to many external sources like search engines, Slack, Notion, YouTube, and GitHub. You can upload various file types and interact with your saved content using natural language. SurfSense provides cited answers and supports local AI models, making it a powerful tool for research. It's also self-hostable and open-source, allowing you to control your data and customize it as needed. This helps you manage information more efficiently and privately.

https://github.com/MODSetter/SurfSense
#cplusplus #aes #avx #avx_instructions #chrome #chrome_devtools #chromedriver #chromium #chromium_browser #content_shell #jpeg_xl #jpegxl #jxl #libjxl #linux #thorium #thorium_browser #thoriumos #web_browser #web_platform #webbrowser

Thorium is a fast, optimized web browser based on Chromium, designed to work well on modern CPUs with advanced instruction sets like AVX and SSE4. It offers better performance than standard Chromium and Chrome, opening tabs and rendering pages quickly. Thorium includes enhanced privacy features such as DNS over HTTPS and Do Not Track enabled by default, plus support for modern media formats like HEVC and JPEG XL. It keeps the familiar Chrome interface and supports all Chrome extensions, making it easy to switch. Available on Windows, Linux, macOS, Android, and Raspberry Pi, it suits users wanting speed, privacy, and compatibility across devices[3][5][1].

https://github.com/Alex313031/thorium
2
#typescript #agent #ai #ai_agents #ai_tools #automation #browser #browser_automation #browser_use #chrome_extension #comet #dia #extension #manus #mariner #multi_agent #n8n #nano #opensource #playwright #web_automation

Nanobrowser is a free, open-source Chrome extension that uses multiple AI agents to automate complex web tasks directly in your browser, keeping your data private since everything runs locally. It supports many AI language models, lets you customize which models handle different tasks, and offers an easy chat interface to control and track automation. You can automate repetitive tasks, ask follow-up questions, and review past interactions without coding. It works best on Chrome and Edge and is a cost-effective alternative to expensive AI automation tools, giving you powerful, flexible web automation with full control and privacy.

https://github.com/nanobrowser/nanobrowser
#kotlin #chrome #compose #compose_desktop #compose_multiplatform #desktop #desktop_app #download #download_manager #downloader #downloadmanager #firefox #kotlin #kotlin_multiplatform #linux #windows

AB Download Manager is a free, open-source desktop app that helps you download files faster and more easily by splitting downloads into multiple parts, boosting speed up to 500%. It lets you organize downloads with queues and schedulers, so you can set downloads to run automatically at certain times. You can also control download speeds to avoid slowing your internet. It works on Windows, Linux, and Mac, and integrates with popular browsers through extensions. This tool makes managing many or large downloads simple, efficient, and customizable, saving you time and improving your download experience.

https://github.com/amir1376/ab-download-manager
#typescript #browser #chrome #chrome_devtools #debugging #devtools #mcp #mcp_server #puppeteer

Chrome DevTools MCP lets your AI coding tools like Gemini, Claude, or Cursor control a live Chrome browser for automation, debugging, and performance checks. Install it easily with npx chrome-devtools-mcp@latest in your MCP config, then prompt "Check performance of a site" to auto-record traces, take screenshots, analyze networks, and fix issues reliably. This benefits you by making AI smarter at web coding—verifying changes in real-time, spotting bugs fast, and boosting site speed without manual work.

https://github.com/ChromeDevTools/chrome-devtools-mcp
👍1