browser
Here are 4,403 public repositories matching this topic...
I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.
https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
-
Updated
Jan 6, 2022 - JavaScript
A completely customizable framework for building rich text editors. (Currently in beta.)
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Jan 4, 2022 - JavaScript
A high-level browser automation library.
-
Updated
Jan 2, 2022 - JavaScript
Share your terminal as a web application
-
Updated
Sep 14, 2021 - Go
Browser fingerprinting library with the highest accuracy and stability.
-
Updated
Jan 5, 2022 - TypeScript
browser-side require() the node.js way
-
Updated
Oct 12, 2021 - JavaScript
A framework for real-time applications and REST APIs with JavaScript and TypeScript
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Nov 18, 2021 - TypeScript
Spectacular Test Runner for JavaScript
-
Updated
Jan 2, 2022 - JavaScript
Simple peer-to-peer with WebRTC
-
Updated
Dec 19, 2021 - TypeScript
A Node.js tool to automate end-to-end web testing.
-
Updated
Jan 3, 2022 - JavaScript
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
-
Updated
Jan 5, 2022 - TypeScript
A powerful obfuscator for JavaScript and Node.js
-
Updated
Dec 19, 2021 - TypeScript
[DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Brave
-
Updated
Apr 11, 2019 - JavaScript
A keyboard-driven, vim-like browser based on PyQt5.
-
Updated
Jan 7, 2022 - Python
Nyxt - the hacker's power-browser.
-
Updated
Jan 7, 2022 - Common Lisp
An experimental peer-to-peer Web browser
-
Updated
Aug 12, 2021 - JavaScript
The clone command currently requires the url parameter to be a URL of the remote repository. However, canonical git allows for local paths to be used when cloning a repository. This becomes an issue when attempting to clone a local-only repository, or using the ref parameter to specify a local-only branch for checkout during cloning.
-
Updated
Nov 22, 2021 - HTML
-
Updated
Jan 6, 2022 - JavaScript
Improve this page
Add a description, image, and links to the browser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."


Describe the feature you'd like to request
As per the docs: https://nextjs.org/docs/advanced-features/custom-document#caveats
styled-jsx is not allowed inside custom
_document.jsand I was getting 500 errors on all SSR pages when deploying a site to production that had a<style>tag inside a custom_document.js.I think it's a good idea to add an ESLint rule to remind users about