Showing 22 open source projects for "inject"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Spicetify

    Spicetify

    Command-line tool to customize Spotify client

    Command-line tool to customize the official Spotify client. Supports Windows, MacOS, and Linux. Change the colors whole UI. Inject CSS for advanced customization. Inject Extensions (Javascript script) to extend functionalities, manipulate UI, and control the player. Inject Custom apps. Remove bloated components to improve performance.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 2
    SVGEdit

    SVGEdit

    Powerful SVG-Editor for your browser

    ... and customize SVG-Edit. You can have a look to index.html to see how you can insert a div element into your HTML code and inject the editor into the div. The "svgcanvas" that takes care of the underlying svg edition. It can be used to build your own editor. See example in the demos folder or the svg-edit-react repository.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 3
    Requestly

    Requestly

    Most Popular developer tool for frontend developers

    Most Popular developer tool for frontend developers & QAs to debug web and mobile applications. Redirect URL (Switch Environments), Modify Headers, Mock APIs, Modify Response, Insert Scripts & Report Bugs with debugging sessions. Bring the power of Charles Proxy, Fiddler & Postman together with beautiful, modern UI & collaboration features. Available as a browser extension on all major browsers & desktop apps on all platforms. Requestly is an Open-Source platform for front-end developers...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    RapiDoc

    RapiDoc

    RapiDoc - Custom-Element for OpenAPI Spec

    Free of any frameworks, setups, configs, build steps or packaging. Can be used with any framework or just with vanilla javascript. Use It just like any other HTML Tag, Change its attribute using JavaScript and see it react to those changes. Basic knowledge of HTML is all that's required. Style it to your heart's content. Change font, logo, colors and theme. Inject external HTML or embed into another HTML document. Minimal dependencies, no runtime, and no virtual DOM ensure the lowest memory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
    Learn More
  • 5
    Just the Docs

    Just the Docs

    A modern, high customizable, responsive Jekyll theme for documention

    Just the Docs gives your documentation a jumpstart with a responsive Jekyll theme that is easily customizable and hosted on GitHub Pages. Just the Docs is built for Jekyll, a static site generator. View the Jekyll quick start guide for more information. Just the Docs requires no special plugins and can run on GitHub Pages’ standard Jekyll compiler. The Jekyll SEO Tag plugin is included by default (no need to run any special installation) to inject SEO and open graph metadata on docs pages. Your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    webpack DevServer

    webpack DevServer

    Serves a webpack app and updates the browser on changes

    ... WebpackDevServer(compiler, {...}). Be aware that when exporting multiple configurations only the devServer options for the first configuration will be taken into account and used for all the configurations in the array. HTML template is required to serve the bundle, usually it is an index.html file. Make sure that script references are added into HTML, webpack-dev-server doesn't inject them automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    hygen

    hygen

    The simple, fast, and scalable code generator

    ... arguments. Adding new files, injecting into existing files. Running shell commands. Super fast, constantly optimized for speed. Hygen can be used to supercharge your workflow with Redux, React Native, Express and more, by allowing you avoid manual work and generate, add, inject and perform custom operations on your codebase.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    dat.GUI

    dat.GUI

    dat.gui is a lightweight controller library for JavaScript

    A lightweight graphical user interface for changing variables in JavaScript. The easiest way to use dat.GUI in your code is by using the built source at build/dat.gui.min.js. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. If you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information. To get around this, load 'build/dat.gui.css' as an external style sheet...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Fire Page Editing

    Fire Page Editing

    Rapid Page Manipulator

    Inject HTML, CSS or JavaScript into any web-page. The changes you make are applied everytime you visit the specified website(s). **How to use?** - Simple, First open the extension. - Choose 'JavaScript', 'CSS' or 'HTML'. - Create a new file by pressing 'new'. - Write your own code. - Press the 'Manipulate' button to test your code. - To make sure your code is run every time you visit a specific website do the following: - Put the URLs of the websites in the 'active websites' textarea...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
    Learn More
  • 10
    CSS Injector

    CSS Injector

    Rapidly edit custom style of webpage

    ## CSS Injector is a browser extension for web designer to easily inject any CSS code into any webpage or website. ## 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: 0 This Week
    Last Update:
    See Project
  • 11
    react-native-scrollable-tab-view

    react-native-scrollable-tab-view

    Tabbed navigation that you can swipe between

    One of the best navigation patterns on Android. This is a very simple JavaScript-only implementation of it for React Native. Animations are very important to create a great user experience. Stationary objects must overcome inertia as they start moving. Objects in motion have momentum and rarely come to a stop immediately. Animations allow you to convey physically believable motion in your interface. The Animated API is designed to concisely express a wide variety of interesting animation and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JS Injector

    JS Injector

    Inject JavaScript custom code into every webpage

    ### This WebExtension is developed for web-developers to easily inject any javascript code into any webpage or website (e.g. to help with debugging). You can write any creative thing you can think of. Send me your suggestions and support the development of this add-on ... Thanks in advance ! === Get your ES6 Editor on Play Store > https://play.google.com/store/apps/details?id=com.ulm.esix
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    React-Proto

    React-Proto

    React application prototyping tool for developers and designers

    React prototyping for designers and developers. Quickly create, drag, and resize components to create a visual representation of your application. Define parent and child components along with props and state. Inject files into an existing project, start a new project using create-react-app, or clone your favorite github boilerplate. The application can be run from cli using react-proto command or by clicking on the application icon. To start a new project, either import a mockup or start...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    loadCSS

    loadCSS

    Load CSS asynchronously

    Referencing CSS stylesheets with link[rel=stylesheet] or @import causes browsers to delay page rendering while a stylesheet loads. When loading stylesheets that are not critical to the initial rendering of a page, this blocking behavior is undesirable. The pattern below allows us to fetch and apply CSS asynchronously. If necessary, this repo also offers a separate (and optional) JavaScript function for loading stylesheets dynamically. As a primary pattern, we recommend loading asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    angulartics

    angulartics

    Analytics for AngularJS applications

    ... together. Load the relevant files in your applications html (or include them in your build script). In your application dependencies, inject Angulartics and the Angulartics plugin for your vendor. The simplest way to do event tracking is by adding the attributes analytics-on and analytics-event to the element. analytics-on always needs to be present, because it is the attribute that enables event tracking for the element. All other attributes will be inferred if omitted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    koa-waterline

    koa-waterline

    A middleware for your hose

    Middleware for your hose. The model attributes of connection and adp must match the connection and adapter naming conventions when setting up your environment to inject into the middleware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Involt

    Involt

    Inject hardware interactions directly into HTML layout

    ... it to the real world. There are many prototyping tools for software and hardware but none covers both. With its fresh approach, inject tangible interactions into your app like never before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HTML GL

    HTML GL

    Get as many FPS as you need and amazing effects by rendering HTML/CSS

    60 FPS and amazing effects by rendering HTML/CSS in WebGL, framework agnostic. HTML GL solves "the slow DOM problem" by creating WebGL representations of DOM elements and hiding actual DOM after. This speeds up HTML/CSS animations and transformations by using 3D hardware acceleration and allows to apply OpenGL effects as modern 3D games have. Using HTML GL you still work with HTML/CSS as you are common to, but DOM elements are just facades to their WebGL representations. These GPU...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NosRegister

    NosRegister

    NosRegister | WebPage

    NosRegister its an register page with server status check, developed in html, php and javascript + AJAX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    smoothState.js

    smoothState.js

    Unobtrusive page transitions with jQuery

    smoothState.js is a jQuery plugin that progressively enhances page loads to give us control over page transitions. If the user's browser doesn't have the required features, smoothState.js fades into the background and never runs. Imagine, for a second, how disorienting it would be if touching a doorknob teleported you to the other side of the door. Navigating the web feels like using a teleporting doorknob. Layouts change, elements rearrange or disappear, and it takes time for the user to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SuggestSE

    Autosuggest for jQuery

    SuggestSE is text auto-suggest replacement instead using default browser suggestion. Its work under jQuery library. Data source can be taken from server, local array, string, even from element HTML. Still customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is has been moved to scriptloader.codeplex.com. please get the latest version on it. ScriptLoader is a framework to manage your and third-part javascript libraries.it will make you easier to call any script library(your or third-part) without inject
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next