並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 498件

新着順 人気順

browserの検索結果81 - 120 件 / 498件

  • GitHub - mizchi/uniroll: Opinionated universal frontend bundler in browser

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - mizchi/uniroll: Opinionated universal frontend bundler in browser
    • GitHub - gajananpp/puppeteer-ide-extension: Standalone puppeteer playground in browser's developer tools.

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - gajananpp/puppeteer-ide-extension: Standalone puppeteer playground in browser's developer tools.
      • TypeScript Compiler APIとmdn-browser-compat-dataとbrowserslistを使ってサポートされていない呼び出しを見つける - hitode909の日記

        IE11で動かしたいコードでelement.prepend()してたら怒ってほしい ライブラリを使っていたらブラウザ間の差異を気にする必要があまりないけど、最近開発しているプロダクトではDOMのAPIを直接触っているので、このメソッドIEにもあるんだっけ、呼んでいいんだっけ、というのをレビューで確認したりしていて苦労していた。 過去にうっかり呼んでしまったメソッドについてはpolyfillが入っていたりして、appendのpolyfillは入ってるけどprependのpolyfillは入っていないためにIE11でエラーになる、ということが起き得る。 ブラウザ間の差異をlintしてくれるグッズとして、eslint-plugin-compatというeslint pluginがあって、fetch使えませんよ、とか発見してエラーとして報告してくれる。 便利なのだけど、たとえばelement.pre

          TypeScript Compiler APIとmdn-browser-compat-dataとbrowserslistを使ってサポートされていない呼び出しを見つける - hitode909の日記
        • Cross-browser tracking vulnerability in Tor, Safari, Chrome and Firefox - Fingerprint

            Cross-browser tracking vulnerability in Tor, Safari, Chrome and Firefox - Fingerprint
          • GitHub - dolanmiu/docx: Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - dolanmiu/docx: Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
            • Cookie Status :: Current Status Of Browser Tracking Prevention | cookiestatus.com

              Cookie Status The cookiestatus.com website is a knowledge sharing resource for the various tracking protection mechanisms implemented by the major browsers and browser engines. For more information about the service, please consult the FAQ. Please submit suggestions and corrections as issues in the GitHub project. Click here to find your way. Changes added in the latest release of each browser are

              • 無料のプライバシー重視のブラウザ「Mullvad Browser」が登場、VPNとTorの提携により追跡に使用されるユーザーの「指紋」を減らして匿名性をアップ

                スウェーデンのVPNサービスであるMullvadと、匿名通信プロトコル「Tor」を手がけるTor Projectが2023年4月3日に、「Mullvad Browser」のリリースを共同発表しました。MullvadとTor Projectは、「Mullvad Browser」を使用して、指紋採取のように個人情報を集めるフィンガープリントでの追跡を困難にすることで、ブラウジングのプライバシーがより一層高まるとしています。 Free the internet from mass surveillance. With the Mullvad Browser. https://mullvad.net/en/browser MULLVAD VPN AND THE TOR PROJECT TEAM UP TO RELEASE THE MULLVAD BROWSER. - Blog | Mullvad

                  無料のプライバシー重視のブラウザ「Mullvad Browser」が登場、VPNとTorの提携により追跡に使用されるユーザーの「指紋」を減らして匿名性をアップ
                • GitHub - syscolabs/kasaya: A "WYSIWYG" (sort of) scripting language and runtime for browser automation

                  Kasaya (beta) A "WYSIWYG" (well, kind of) scripting language and runtime for browser automation Write test scripts using English-like statements. NO coding required to implement those statements. Not dependent on HTML IDs or XPaths. Write the same way you would instruct another human being sitting in front of the browser. NOT like Cucumber. NOT like Selenium IDE. You can: Do your initial dev test

                    GitHub - syscolabs/kasaya: A "WYSIWYG" (sort of) scripting language and runtime for browser automation
                  • Microsoft Edge (及び Chromium 系 Browser 全般) v124 から Office 系ファイルの DL に制限がかかる件について - Qiita

                    Microsoft Edge (及び Chromium 系 Browser 全般) v124 から Office 系ファイルの DL に制限がかかる件についてChromeEdgeChromium これは何? Microsoft Edge v124 に更新後、下記画像のように "XXX を安全にダウンロードすることはできません" と表示され、 Office 系のファイル等にてダウンロードに失敗する事象の理由と解決策です。 なお、先立ちますがこの動作は Chromium の仕様変更による想定の挙動です。 理由 Chromiumの "HTTPS by default"イニシアチブの一環として v124 から "Insecure Download Warnings" 機能が有効になったことが起因です。 HTTP での一部ファイル ダウンロードにて制限が発生するというものです。 解決策 クライアント

                      Microsoft Edge (及び Chromium 系 Browser 全般) v124 から Office 系ファイルの DL に制限がかかる件について - Qiita
                    • Deno is a Browser for Code

                      I started contributing to Deno soon after Ry made the prototype visible in May 2018. The most frequent question that people have is "where is the package manager?" which often times isn't even in the form of a question. It is statements like "I thought Deno took security seriously, and just downloading resources off the internet is insecure." or "How can I possibly manage my dependencies?" In my o

                        Deno is a Browser for Code
                      • How I used GitHub Copilot to build a browser extension

                        These files make up the visual of your pop-up window. popup.html is the interface, including layout, structure, and content. style.css determines the way the HTML file should be displayed in the browser, including font, text color, background, etc. 2. Create the manifest.json 🧾 🧑🏾‍💻 Inside a folder in my IDE, I created a file called manifest.json. In manifest.json, I described my desired file:

                          How I used GitHub Copilot to build a browser extension
                        • GitHub - GoogleChromeLabs/browser-fs-access: File System Access API with legacy fallback in the browser

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - GoogleChromeLabs/browser-fs-access: File System Access API with legacy fallback in the browser
                          • GitHub - nsfw-filter/nsfw-filter: A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - nsfw-filter/nsfw-filter: A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.
                            • GitHub - contrastio/recorder: 📹 Recorder | Open-source web app to record screen and camera directly in your browser | No installation required | No tracking | Fully local | 🚀

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - contrastio/recorder: 📹 Recorder | Open-source web app to record screen and camera directly in your browser | No installation required | No tracking | Fully local | 🚀
                              • Cloudflare Workers Browser Rendering API を使ってスクリーンショットを R2 に保存する - Qiita

                                Cloudflare Workers Browser Rendering API を使ってスクリーンショットを R2 に保存するcloudflareCloudflareWorkers Workers Browser Rendering API とは Automate an isolated browser instance with just a few lines of code This is why we’re excited to announce a private beta of the Workers Browser Rendering API, improving the browser automation experience for developers. With browser automation, you can programmatically do any

                                  Cloudflare Workers Browser Rendering API を使ってスクリーンショットを R2 に保存する - Qiita
                                • Ladybird: A new cross-platform browser project

                                  This post describes the Ladybird browser, based on the LibWeb and LibJS engines from SerenityOS. Since starting the SerenityOS project in 2018, my goal has been “to build a complete desktop operating system to eventually use as my daily driver”. What started as a little therapy project for myself has blossomed into a huge OSS community with hundreds of people working on it all over the world. We’v

                                  • Microsoft Edge vs. Google Chrome: Which Is the Best Browser in 2021?

                                    In 2021, is Microsoft Edge finally a better browser for Windows 10 than Google Chrome? Let's look at the evidence. Ever since the release of Google Chrome in 2008, it quickly became an industry standard. When Microsoft Edge was released alongside Windows 10 in 2015, Microsoft hoped that users would finally look back towards their native browser. Fortunately for Google, Microsoft Edge failed to den

                                      Microsoft Edge vs. Google Chrome: Which Is the Best Browser in 2021?
                                    • Local PDF - Your Free PDF Editor in the Browser

                                      Local PDF ToolsLocal PDF is a powerful PDF editing tool that uses WebAssembly technology to enable seamless editing directly in your web browser. With our platform, you can merge PDFs, optimize PDFs, and extract valuable information, such as images, from PDF files. Best of all, your files remain secure and confidential as they will not leave your system or be sent to another server. Trust Local PD

                                        Local PDF - Your Free PDF Editor in the Browser
                                      • GitHub - tsmodule/tsmodule: Create standardized TypeScript ESM packages for Node or browser.

                                        A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

                                          GitHub - tsmodule/tsmodule: Create standardized TypeScript ESM packages for Node or browser.
                                        • Vivaldi ブラウザとオープンソース | Vivaldi Browser

                                          オープンソースに関心がある人々は、なぜ Vivaldi ブラウザはオープンソースでないのか、その理由をよく尋ねてきます。この記事では Vivaldi ブラウザとオープンソースの関係を少し掘り下げて説明していきます。 多くの人にとって、オープンソースライセンスの下で Vivaldi ブラウザのソースコードをリリースすることの問題点は明確であることと思います。 Vivaldi は無料で提供されており、検索やパートナーとの取引から収益を得ているため、外部の人々がソースコードにアクセスし支援できる仕組みは Vivaldi にとってメリットになるはずですよね? Vivaldi はこの観点について様々な見解を有していますが、オープンソースソフトウェアを使用している一支持者でもあるため、社内で定期的に議論されているトピックでもあります。 ただし他のトピックと同様に、このトピックもいざ掘り下げて見ていくと

                                            Vivaldi ブラウザとオープンソース | Vivaldi Browser
                                          • Kakeru: drawing app on browser

                                            You can draw with your mouse or finger on any device: laptop, smartphone, tablet, etc. Styluses (includes Apple Pencil) are also supported. You can share your drawing by sending URL. In addition, multiple people can draw together at the same time.

                                            • GitHub - dessant/web-archives: Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - dessant/web-archives: Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari
                                              • GitHub - capricorn86/happy-dom: A JavaScript implementation of a web browser without its graphical user interface

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                  GitHub - capricorn86/happy-dom: A JavaScript implementation of a web browser without its graphical user interface
                                                • GitHub - imgly/background-removal-js: Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - imgly/background-removal-js: Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
                                                  • GitHub - zthxxx/react-dev-inspector: jump to local IDE code directly from browser React component by just a simple click

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - zthxxx/react-dev-inspector: jump to local IDE code directly from browser React component by just a simple click
                                                    • Speedometer 3.0: The Best Way Yet to Measure Browser Performance

                                                      As announced on browserbench.org today, in collaboration with other browser engine developers, Apple’s WebKit team is excited to introduce Speedometer 3.0, a major update that better reflects the Web of today. It’s built together by the developers of all major browser engines: Blink, Gecko, and WebKit with hundreds of contributions from companies like Apple, Google, Intel, Microsoft, and Mozilla.

                                                        Speedometer 3.0: The Best Way Yet to Measure Browser Performance
                                                      • The Browser Company | Building Arc

                                                        When we think about browsing the internet, we often ignore the browser itself. Instead, we think about all the things we do online—the articles we read, the emails we send, the shows we watch. The software that enables it all, the browser, is so ubiquitous that it’s ignored. Despite the ways our internet use has evolved, the browser has remained relatively unchanged. While all of our other softwar

                                                          The Browser Company | Building Arc
                                                        • Workers Browser Rendering API enters open beta

                                                          The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products. Since the private beta announcement, based on the feedback we've been receiving and our own roadmap, the team has been working on the developer experience and improving the platform architecture for the best p

                                                            Workers Browser Rendering API enters open beta
                                                          • GitHub - zachleat/browser-window: Used in demos as a way to fake a Safari-esque web browser window.

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                              GitHub - zachleat/browser-window: Used in demos as a way to fake a Safari-esque web browser window.
                                                            • Microsoft Releases Playwright Cross-Browser End-to-End Test Runner

                                                              How to Use Multiple GitHub Accounts Git is a popular tool for version control in software development. It is not uncommon to use multiple Git accounts. Correctly configuring and switching Git accounts is challenging. In this article, we show what Git provides for account configuration, its limitations, and the solution to switch accounts automatically based on a project parent directory location.

                                                                Microsoft Releases Playwright Cross-Browser End-to-End Test Runner
                                                              • GitHub - niespodd/browser-fingerprinting: Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️‍♂️ when scraping the web?

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - niespodd/browser-fingerprinting: Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️‍♂️ when scraping the web?
                                                                • GitHub - xataio/screenshot: A zero-dependency browser-native way to take screenshots powered by the native web MediaDevices API.

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - xataio/screenshot: A zero-dependency browser-native way to take screenshots powered by the native web MediaDevices API.
                                                                  • GitHub - brython-dev/brython: Brython (Browser Python) is an implementation of Python 3 running in the browser

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - brython-dev/brython: Brython (Browser Python) is an implementation of Python 3 running in the browser
                                                                    • minlink - browser/node で使える Worker ラッパー

                                                                      mizchi/minlink: Minimum(> 1kb) and isomorphic worker wrapper with comlink like rpc. というライブラリを作った。自分で使ってみて、とても便利だったので紹介する。 概要 Browser WebWorker / Node worker_threads を同じ API でラップして、関数呼び出しのように使える Magical なことをしない軽量 comlink みたいなもの 双方向で API をラップできる Web Worker を使う思想的な背景は off-the-main-thread の時代 - mizchi's blog にて。 使い方: Browser WebWorker をラップする。 // browser worker.js import { expose } from "minlink/dist/b

                                                                        minlink - browser/node で使える Worker ラッパー
                                                                      • How the browser renders a web page | blog | js

                                                                        How the browser renders a web page My thinking: if I'm going to build websites that are fast and reliable, I need to really understand the mechanics of each step a browser goes through to render a web page, so that each can be considered and optimised during development. This post is a summary of my learnings of the end-to-end process at a fairly high level. A lot of this is based on the fantastic

                                                                        • Flow Browser | The parallel, multithreaded HTML browser

                                                                          Flow makes HTML faster Flow uses multithreading for page layout – multiple page elements are positioned concurrently. Flow draws HTML elements directly on the GPU – this dramatically improves rendering performance and helps keep the CPU free for faster JavaScript execution.

                                                                          • Microsoft Edge Overtakes Firefox As the Third Most Popular Desktop Browser

                                                                            Microsoft Edge Overtakes Firefox As the Third Most Popular Desktop Browser Ever since Microsoft Edge transitioned over to a Chromium codebase, it has enjoyed a lot of renewed popularity and some amazing new features. Now, Microsoft Edge has dethroned Mozilla Firefox from its number three spot, and it's still gaining popularity. Microsoft Edge's New Claim to Fame Statcounter has been quietly analyz

                                                                              Microsoft Edge Overtakes Firefox As the Third Most Popular Desktop Browser
                                                                            • Arc browserでTweetDeckを擬似的に再現する方法

                                                                              TweetDeckが有料化されて悲しいですね しかし、毎月1000円払うのはつらい…。そんな方々の為にArc browserの機能を使った擬似TweetDeck再現方法を書きました。 ※何か方法ないかなと検索したところRedditで実現している方がいたので大いに参考にしました。 Arc browserとは? Arc browserとは2019年に設立されたThe Browser Companyによって開発されているChromiumベースのブラウザです。現在Mac版がリリースされており、2023年12月にWindows版がリリースされる予定です。 如何にして再現するのか? Arc browserのインストールや基本的な操作方法に関しては良質な記事がいくつかウェブ上にアップされているのでそちらをご参照ください。使用するArc browserの機能はBoostと複数のタブを1つの画面にまとめるS

                                                                                Arc browserでTweetDeckを擬似的に再現する方法
                                                                              • GitHub - xxczaki/light-date: ⏰ Blazing fast & lightweight (157 bytes) date formatting for Node.js and the browser.

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  GitHub - xxczaki/light-date: ⏰ Blazing fast & lightweight (157 bytes) date formatting for Node.js and the browser.
                                                                                • GitHub - rowyio/rowy: Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - rowyio/rowy: Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.