Showing 60 open source projects for "ps-scripts"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 1
    Selenium

    Selenium

    Browser automation framework and ecosystem

    ...Boring web-based administration tasks can (and should) also be automated as well. If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. If you want to create quick bug reproduction scripts, create scripts to aid in automation-aided exploratory testing, then you want to use Selenium IDE; a Chrome and Firefox add-on that will do simple record-and-playback of interactions with the browser. ...
    Downloads: 121 This Week
    Last Update:
    See Project
  • 2
    Ungoogled Chromium Arch Linux

    Ungoogled Chromium Arch Linux

    Arch Linux packaging for ungoogled-chromium

    ...This project adjusts upstream Chromium sources with patches that remove Google dependencies — such as account sign-in, crash reporting, and proprietary component updates — so that users can enjoy the Chromium engine without unwanted telemetry or background connections. The repository includes PKGBUILDs, .install helper scripts, and configuration files that conform to Arch’s package management philosophy, enabling makepkg and AUR workflows to produce consistent builds that integrate cleanly with pacman and related tooling. Users of rolling-release distributions benefit from frequent updates and a streamlined upgrade path, because the packaging reflects Arch’s rapid cadence while preserving privacy-oriented defaults.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    DuckDuckGo Browser Extensions

    DuckDuckGo Browser Extensions

    DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome

    ...That’s why we offer multiple types of privacy protection, most of which aren’t offered in most popular browsers by default. DuckDuckGo Private Search comes built-in, so you can easily search the web without being tracked. Automatically stop most hidden trackers (3rd-party scripts) from loading, which prevents companies from collecting and using (e.g. sale, ads, etc.).
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    Min

    Min

    A fast, minimal browser that protects your privacy

    ...When you have too many tabs, you can easily split them into groups to help you stay organized. Min stops ads and trackers, so you can browse faster without being tracked. And when you’re using a slow or expensive internet connection, it lets you block scripts and images, so pages load faster and use less data.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    Nyxt

    Nyxt

    The hacker's power-browser

    ...Use fuzzy search to instantly switch between buffers. No more hunting! Use link hinting to quickly jump around. Jump to a link by URL, title, or shortcut. Use the built-in REPL to program Nyxt. Run short scripts, and try out new workflows. Everything in Nyxt is fully extensible and modifiable. Smart bookmark search.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Dev Browser

    Dev Browser

    A Claude Skill to give your agent the ability to use a web browser

    ...Its purpose is to close the gap between “code was written” and “the UI actually works,” by letting the agent navigate, interact with pages, and validate behavior in a live environment. A key idea is persistence: the browser can keep pages open so the agent can navigate once and then perform multiple interactions across scripts without losing state each time. It supports flexible execution modes, allowing full-script runs when tasks are straightforward and step-by-step exploration when the agent needs to inspect or iterate carefully. To make automation more reliable for language models, it provides LLM-friendly DOM snapshots that structure the page in a way that is easier for an agent to interpret than raw HTML dumps.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Google Mobile Ads Unity Plugin

    Google Mobile Ads Unity Plugin

    }Unity Plugin for the Google Mobile Ads SDK

    ...This plugin enables Unity developers to easily serve Google Mobile Ads on Android and iOS apps without having to write Java or Objective-C code. The plugin provides a C# interface for requesting ads that is used by C# scripts in your Unity project. You can help improve the Google Mobile Ads Unity plugin by opting-in to sending usage data to Google. The data collected is general information about how you are using the plugin (such as ad unit creation and processing errors).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    YOURLS

    YOURLS

    Your own URL shortener

    YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or Bitly). Running your own URL shortener is fun, geeky and useful: you own your data and don't depend on third-party services. It's also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses. Private (your links only) or Public (everybody can create short links, fine for an intranet). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    gradle-completion

    gradle-completion

    Gradle tab completion for bash and zsh

    ...Completion cache initialization happens the first time you invoke completion and usually takes a few seconds, depending on the size of your project. You can manually initialize the cache and avoid interrupting your development mojo. Tab completion checks known build scripts to see if they've been changed and refreshes the task cache if so.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    SeleniumBase

    SeleniumBase

    A framework for browser automation and testing with Selenium

    ...SeleniumBase methods automatically wait for page elements to finish loading before interacting with them (up to a timeout limit). This means you no longer need random time.sleep() statements in your scripts. SeleniumBase includes an automated/manual hybrid solution called MasterQA, which speeds up manual testing by having automation perform all the browser actions while the manual tester handles validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    uweb browser: unlimited power

    minimal suckless android web browser with unlimited power

    ... - Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc. - Convenient: book/dictionary/txt/command line/app can be search engine. - Tiny: less than 200k - Fast: run fast, even with thousands of user provided css/scripts - Efficient: less touches, one click to reach any number of search engines without repeated input; automate online services. - URL bar command line support ("!" and .js files as commands). - user-defined site-specific JS/CSS/HTML/preprocessing. - Online play/preview/preprocess for downloadable resources. - Multiple type profiles: switch any data including logins/config orthogonally - web automation, crontab (alarm clock)
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    MobiDevTools

    MobiDevTools

    A mobile devtools for debugging web sites and web apps

    This add-on provides an intuitive and visually appealing panel interface embedded directly inside your Firefox browser. Whether you develop for mobile or desktop web, gain instant access to critical page data and performance metrics — all without leaving the browser or resorting to external tools. »`Click the WebExtension's icon in the toolbar or menu to open the overlay.`
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Ungoogled Chromium Debian

    Ungoogled Chromium Debian

    Debian, Ubuntu, and others packaging for ungoogled-chromium

    ...Unlike standard Chromium builds, this project strips out Google-specific integrations such as telemetry, automatic update mechanisms, Google account synchronization, and proprietary services, giving users a browser build that retains full Chromium web engine capability without sending data to upstream Google servers by default. The repository provides Debian packaging scripts, patch sets, and configuration files that automate building ungoogled-Chromium in the Debian packaging ecosystem, ensuring the resulting .deb packages are compatible with Debian Stable, Testing, and derivatives like Ubuntu or Mint. Maintainers tailor build flags and apply local patches so that common Debian package tools like dpkg and apt can handle installation, upgrades, and dependency resolution.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    LibreWolf

    LibreWolf

    Linux-specific build and associated scripts for LibreWolf

    LibreWolf’s browser-linux repository hosts the Linux-specific build and associated scripts for LibreWolf, a free and open-source web browser that’s a community-driven fork of Firefox with a strong emphasis on privacy, security, and user freedom. Unlike mainstream browsers that collect telemetry or nudge users toward proprietary features, LibreWolf removes telemetry and many “data collection” mechanisms by default and ships with hardened privacy configurations geared toward minimizing tracking and unwanted online profiling. ...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 15
    fx_cast

    fx_cast

    Chromecast Web Sender SDK implementation for Firefox

    A Firefox extension that implements the Chromecast API and exposes it to web apps to enable cast support. Communication with receiver devices is handled by a companion application (bridge). Install the Firefox extension (from within Firefox) and bridge application via the installer packages. These are two separate downloads that can be found on the website or in the GitHub releases section. The bridge application is currently supported on Windows, macOS and Linux. Clicking on the toolbar...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 16
    SecretAgent

    SecretAgent

    The web scraper that's nearly impossible to block

    SecretAgent is a headless browser that’s nearly impossible to detect. It achieves this by emulating real users. And it has powerful auto-replay functionality that lets you create and debug scripts in record setting time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Relative XPath Assistant

    Relative XPath Assistant

    Just right click on the html elements to compare them

    This WebExtension will give you the relative XPath expression of two web elements Release 1.4.2 (04/08/2022) - Adding control key functionality Add-on is based on relative-xpath-helper open-source project on github [https://github.com/syamsasi99/relative-xpath-helper] ### Details - Compared to the original version, some incompatibilities of the scripts with the Firefox browser have been improved and fixed - No data is sent to any server and not get from any server ### Limitations - WebExtension only works on sites that allow content scripts. - Add-on does not search through view-source code of webpage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple Python Browser

    Simple Python Browser

    A Simple Python Browser with PyQt5

    This browser is maintained and build by two devs on github @JohnVictoryz (creator also the one writing this) and @TheHolyTachanka (helping on docs and coding) Github Repository: https://github.com/The-All-Python-Project/SimplePythonBrowser If you have linux check the github page on https://python-browser.github.io/SimplePythonBrowser/installation and pick your distro we have also auto install scripts that the install it automatically
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    jmarkdownviewer

    markdown viewer for java

    This is a Markdown viewer for java. Primarily it tries to display github styled markdown scripts. Download the release jar file and run java -jar jmdviewer-x.y.jar where x.y is the version number. You can pass the markdown filename on the command line java -jar jmdviewer-x.y.jar [filename.md]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    googler

    googler

    Google from the terminal

    ...For example, fetch any number of results or start anywhere, limit the search by any duration, define aliases to google search any number of websites, and switch domains easily, all of this in a very clean interface without ads or stray URLs. The shell completion scripts make sure you don't need to remember any options.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    googler

    googler

    Google Search, Google Site Search, Google News from the terminal

    ...For example, fetch any number of results or start anywhere, limit search by any duration, define aliases to google search any number of websites, switch domains easily... all of this in a very clean interface without ads or stray URLs. The shell completion scripts make sure you don't need to remember any options. googler isn't affiliated to Google in any way. Demo: https://asciinema.org/a/85019
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fire Detector

    Fire Detector

    Detect web framework and javascript libraries run on browsing website

    ...I've replaced some deprecated javascript interfaces with asynchronous ones adopted by Firefox for its add-ons --- ### Limitations - WebExtension only works on sites that allow content scripts. With this WebExtension, You can detect:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Robot Helper

    Robot Helper

    A browser WebExtension (beta) that generates test scripts

    # For automating test automation > A browser extension (beta) that generates test scripts ### Limitations - WebExtension only works on sites that allow content scripts. Add-on is based on - Robotcorder (https://github.com/sohwendy/Robotcorder) Additional features * Save test script * Syntax highlighting * Find script and jump to line * Added options to set the add-on Generate your RobotFramework Test Script via
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Instant Ad-Close Add-on

    Instant Ad-Close Add-on

    Simple interface for advertising blocking via the webRequest APIs

    Simple but powerful ad-blocking extension for your Browser; the main goals are simplicity of implementation and performance. --- Release 0.6.0 - Added some useful scripts on the web page to improve the security of links and forms --- Once installed, an icon should appear in your toolbar. Red means blocking is enabled, dark grey means disabled; click the icon to toggle. Preferences to customize the URI filters it uses. Details ------- This extension can only block external requests (images, Flash, XHR) via the URL patterns that you can set in the extension's preferences. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CSS Injector

    CSS Injector

    Rapidly edit custom style of webpage

    .... ## Use it to tweak and fix website CSS #### It automatically saves your CSS code with local storage APIs ### Limitations - WebExtension only works on sites that allow content scripts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB