並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 501件

新着順 人気順

browserの検索結果361 - 400 件 / 501件

  • GitHub - mrd0x/BITB: Browser In The Browser (BITB) Templates

    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 - mrd0x/BITB: Browser In The Browser (BITB) Templates
    • Browser Image Compressionで画像をアップロード前に圧縮する[Javascript] | バシャログ。

      どうもfujiharaです。本日は画像をアップロード前に圧縮できる BrowserImageCompressionをご紹介します。 インストール npm install browser-image-compression --save or yarn add browser-image-compression コード 以下が簡単な確認用コードになります。(react-create-appで作成) import './App.css'; import { useState } from 'react'; import imageCompression from 'browser-image-compression'; function App() { const [image_url, setImageUrl] = useState(''); const compressOption = {

        Browser Image Compressionで画像をアップロード前に圧縮する[Javascript] | バシャログ。
      • Account settings: Your browser is not supported.

        Your browser is not supported anymore. Please update to a more recent one.

        • Fake Office 365 Site Pushes Trickbot Trojan as Browser Update

          Attackers have created a fake Office 365 site that is distributing the TrickBot password-stealing Trojan disguised as Chrome and Firefox browser updates. In BleepingComputer's testing, this fake Office 365 site found by MalwareHunterTeam looks like any site that would normally belong to Microsoft. In fact all of its links point to pages hosted on Microsoft domains. If you wait a few seconds, thoug

            Fake Office 365 Site Pushes Trickbot Trojan as Browser Update
          • RLI (Recently Logged-In) Browser Cache Bypassing

            Tim Vereecke (@TimVereecke) loves speeding up websites and likes to understand the technical and business aspects of WebPerf since 15+ years. He is a web performance architect at Akamai and also runs scalemates.com: the largest (and fastest) scale modeling website on the planet. Delivering cached HTML pages to recently logged in (=RLI) visitors is unfortunately a guarantee to frustrate users! On w

              RLI (Recently Logged-In) Browser Cache Bypassing
            • 2022 年総まとめ: イノベーション、権利擁護への支持、そしてチャレンジ精神 | Vivaldi Browser

              2023 年の幕開けも気づけばもう間近。2022 年に Vivaldi が提供したものを振り返ってみたいと思います。 この 1 年間も昨年に引き続き、コロナウイルス、インフレ率の上昇、サプライチェーンへの障害、気候変動に関する懸念、そしてウクライナへの軍事侵攻など、多くの難題に直面する日々が続きましたね。 そんな状況の中でも、Vivaldi は希望と連帯感を忘れずに未来を見つめることができました。それは、一丸となったコミュニティの可能性というものを、これまで実際にこの目で見てきたから。 Vivaldi はパワフルなコミュニティに支えられていることを誇りに思っています。アンバサダー、ソプラノ、翻訳者、ボランティア、パートナー、そして Vivaldi チームが共同して努力した結果として築き上げられたものが Vivaldi です。「ユーザーファースト」をモットーとしたブラウザーの構築は皆さんのお

                2022 年総まとめ: イノベーション、権利擁護への支持、そしてチャレンジ精神 | Vivaldi Browser
              • GitHub - slipHQ/run-wasm: Run WASM based code executions in the browser easily

                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 - slipHQ/run-wasm: Run WASM based code executions in the browser easily
                • GitHub - TokamakUI/Tokamak: SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms

                  At the moment Tokamak implements a very basic subset of SwiftUI. Its DOM renderer supports a few view types and modifiers (you can check the current list in the progress document), and a new HTML view for constructing arbitrary HTML. The long-term goal of Tokamak is to implement as much of SwiftUI API as possible and to provide a few more helpful additions that simplify HTML and CSS interactions.

                    GitHub - TokamakUI/Tokamak: SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
                  • Microsoft Edge: Your AI-powered browser, innovating for businesses and developers

                    This year at Build, we’re raising the bar on what a browser can and should do in today’s digital world to help you, your business, and the sites and web apps you create to stay at the forefront. Check out the latest innovations below to learn how Microsoft Edge will take your work and your organization’s productivity to the next level. Jump to the following sections to learn more: Innovations for

                      Microsoft Edge: Your AI-powered browser, innovating for businesses and developers
                    • Rails+Docker環境をbrowser-syncでオートリロードできるようにしてみた|TechRacho by BPS株式会社

                      例のEvil Martians流Rails + Docker環境でひとつ困っていたのが、ファイルを更新したときの自動ブラウザ再読み込みです。 今回は、Gulpなどの静的Webサイト開発などでよく使われるbrowser-syncをプロキシにしてオートリロードをやってみました。Chrome拡張をインストールせずにオートリロードできるのと、管理コンソールが使えるのが特徴です。 リポジトリ: BrowserSync/browser-sync: Keep multiple browsers & devices in sync when building websites. http://browsersync.io ドキュメント: Browsersync Documentation 同リポジトリより Dockerの外でbrowser-syncを動かす 主に以下の記事を参考にしました。 参考: Rai

                        Rails+Docker環境をbrowser-syncでオートリロードできるようにしてみた|TechRacho by BPS株式会社
                      • browser-2020/README.md at master · luruke/browser-2020

                        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

                          browser-2020/README.md at master · luruke/browser-2020
                        • Scheme in Scheme on Wasm in the browser -- Spritely Institute

                          Hey, folks! Today we want to talk about the wonderful read-eval-print-loop (REPL). Thanks to WebAssembly (Wasm), it's becoming increasingly common for programming language websites to embed a REPL in which passersby can easily evaluate code and get a feel for the language without having to install anything on their computer. We'd like to do the same thing for our language of choice, Guile Scheme,

                            Scheme in Scheme on Wasm in the browser -- Spritely Institute
                          • Privacy-preserving Brave Search Replaces Google as the Default Search Engine in the Brave Browser | Brave

                            Privacy-preserving Brave Search Replaces Google as the Default Search Engine in the Brave Browser Starting today, new Brave users will have the search functionality in the Brave browser powered by Brave Search, giving them the privacy and independence of a search/browser alternative to Big Tech. Brave Search is built on top of an independent index, and doesn’t track users, their searches, or their

                              Privacy-preserving Brave Search Replaces Google as the Default Search Engine in the Brave Browser | Brave
                            • How projects are born and run in a web browser engine

                              Track A Spoken language: ja Slide language: en In this talk I will talk about a few examples and thoughts about how a project might be born and worked in a large-scale browser engine like Chromium. It's partially about scoping, designing, planning and executing, but also largely about collaboration, communication, and a lot of struggles.

                                How projects are born and run in a web browser engine
                              • Godot Editor running in a web browser

                                This article is from May 2020, some of its contents might be outdated and no longer accurate. You can find up-to-date information about the engine in the official documentation. Hello Godotters! It’s-a me, Fabio! In the last few months, thanks to the great sponsorship of Mozilla I’ve been working on a big surprise for Godot 4.0, namely making the editor available as an HTML5 application. This DOES

                                  Godot Editor running in a web browser
                                • Browser hacking: Let's add a JIT compiler to LibJS

                                  Follow me on X: https://x.com/awesomekling Sponsor me on GitHub: https://github.com/sponsors/awesomekling Support me on Patreon: https://patreon.com/awesomekling Donate via PayPal: https://paypal.me/awesomekling Discord: https://discord.gg/serenityos Merch: https://store.serenityos.org/ SerenityOS is a new operating system that we're building from scratch. https://serenityos.org Ladybird is a cr

                                    Browser hacking: Let's add a JIT compiler to LibJS
                                  • Hex Engine - A Modern 2D Game Engine for the Browser

                                    ⚠️ WORK IN PROGRESS ⚠️ Hex Engine is a 2D Game Engine for the browser, written in TypeScript. It is designed to feel similar to React. Hex Engine implements a variant of the popular Entity-Component-System model, adapting it to make Components radically composable. In Hex Engine, every Component is a function, and Components can call special Hook functions to define their behavior in the game engi

                                      Hex Engine - A Modern 2D Game Engine for the Browser
                                    • GitHub - mlc-ai/web-stable-diffusion: Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.

                                      This project brings stable diffusion models onto web browsers. Everything runs inside the browser with no server support. To our knowledge, this is the world’s first stable diffusion completely running on the browser. Please checkout our demo webpage to try it out. You are also more than welcomed to checkout Web LLM if you are interested in deploying LLM-based chat bots to browser. We have been se

                                        GitHub - mlc-ai/web-stable-diffusion: Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.
                                      • Start measuring Web Vitals with Browser Insights

                                        Many of us at Cloudflare obsess about how to make websites faster. But to improve performance, you have to measure it first. Last year we launched Browser Insights to help our customers measure web performance from the perspective of end users. Today, we're partnering with the Google Chrome team to bring Web Vitals measurements into Browser Insights. Web Vitals are a new set of metrics to help web

                                          Start measuring Web Vitals with Browser Insights
                                        • GitHub - appuri/robust-websocket: A robust reconnecting WebSocket client for 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 - appuri/robust-websocket: A robust reconnecting WebSocket client for the browser
                                          • GitHub - fingerprintjs/BotD: Bot detection library that runs in the browser. Detects automation tools and frameworks. No server required, runs 100% on the client. MIT license, no usage restrictions.

                                            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 - fingerprintjs/BotD: Bot detection library that runs in the browser. Detects automation tools and frameworks. No server required, runs 100% on the client. MIT license, no usage restrictions.
                                            • Mozilla、Firefox QuantumをFirefox Browserに名称変更か | スラド IT

                                              headless曰く、 MozillaはFirefox 57以降を「Firefox Quantum」と呼んでいるが、Firefox 70では「Quantum」の使用をやめて「Firefox Browser」になるのではないかという見方が出ている(ghacks.net、Thurrott、Neowin)。 Mozillaが6月にFirefoxファミリー製品全体を示す新アイコンを発表した際、WebブラウザーのFirefoxは「Firefox Browser」と呼ばれていた。Firefox Nightly(70.0a1)では数日前、狐が奥を向いたFirefox Quantumのアイコンから、狐が横を向いたFirefox Browserのアイコンに変更されており、バージョン情報では「Firefox Browser」の下に「Nightly」と表示されるようになっている。 もともと「Quantum」は次

                                              • Vivaldi Web Browser Brings Back the 80s with Built-In Retro Arcade Game - 9to5Linux

                                                Home > News > Vivaldi Web Browser Brings Back the 80s with Built-In Retro Arcade Game Vivaldi Technologies released today the Vivaldi 3.4 web browser, the first release to ship with an arcade-style retro runner game. Meet Vivaldia, the brand-new retro arcade-style runner game that comes with the Vivaldi 3.4 release of the Chromium-based web browser for Linux, Android, Chromebook, Mac, and Windows

                                                  Vivaldi Web Browser Brings Back the 80s with Built-In Retro Arcade Game - 9to5Linux
                                                • GitHub - ccoreilly/vosk-browser: A speech recognition library running in the browser thanks to a WebAssembly build of Vosk

                                                  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 - ccoreilly/vosk-browser: A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
                                                  • Use a web browser plugin to quickly translate text with Amazon Translate | Amazon Web Services

                                                    AWS Machine Learning Blog Use a web browser plugin to quickly translate text with Amazon Translate Web browsers can be a single pane of glass for organizations to interact with their information—all of the tools can be viewed and accessed on one screen so that users don’t have to switch between applications and interfaces. For example, a customer call center might have several different applicatio

                                                      Use a web browser plugin to quickly translate text with Amazon Translate | Amazon Web Services
                                                    • How Modiface utilized TensorFlow.js in production for AR makeup try on in the browser

                                                      Guest post by Jeff Houghton, Chief Operating Officer - Modiface Inc. ModiFace has been creating artificial intelligence tech for the beauty industry for over a decade and began working on AR experiences before "Augmented Reality" was a household term. As smartphones hit the market, ModiFace quickly took advantage of the platform to switch from a virtual try on for a 2D image, to a virtual try on f

                                                        How Modiface utilized TensorFlow.js in production for AR makeup try on in the browser
                                                      • Microsoft unveils new Edge browser logo that no longer looks like Internet Explorer

                                                        Tech/MicrosoftMicrosoft unveils new Edge browser logo that no longer looks like Internet Explorer Microsoft unveils new Edge browser logo that no longer looks like Internet Explorer / The new icon is a wave surfing the web By Tom Warren, a senior editor covering Microsoft, PC gaming, console, and tech. He founded WinRumors, a site dedicated to Microsoft news, before joining The Verge in 2012. Micr

                                                          Microsoft unveils new Edge browser logo that no longer looks like Internet Explorer
                                                        • leave-russia.org - Checking Your Browser

                                                          leave-russia.org is checking your browser Dear Visitor, unfortunately our site is under attack, so we need to make sure your computer does not belong to the attacking network. In order to do so, please solve the simple challenge below: 18 =

                                                          • Demo: Brute-forcing a macOS user’s real name from a browser using mDNS

                                                              Demo: Brute-forcing a macOS user’s real name from a browser using mDNS
                                                            • GitHub - tecfu/tty-table: Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Bac

                                                              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 - tecfu/tty-table: Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Bac
                                                              • Dark Mode With Night Eye: #1 Dark Mode Browser Extension!

                                                                Instead of inverting, we are converting the colors. Unlike its competitors, Night Eye takes a unique approach to each webpage. It analyses the page colors and converts them in a way to provide you with smooth and consistent dark mode. No simple color inversions, no bright spots and flashes.

                                                                  Dark Mode With Night Eye: #1 Dark Mode Browser Extension!
                                                                • GitHub - DustinBrett/daedalOS: Desktop environment in the browser

                                                                  File Explorer Back, Forward, Recent locations, Up one level, Address bar, Search Drag & Drop File Support (internal & external) Loading progress dialog ZIP (write support), ZIP/ISO read support, 7Z/GZ/RAR/TAR/etc. extract support Writes to IndexedDb Group selection/manipulation & drag to sort/arrange Dynamic and auto cached icons for music, images, video & emulator states Context Menus Cut, Copy,

                                                                    GitHub - DustinBrett/daedalOS: Desktop environment in the browser
                                                                  • Improving Cross-Browser Testing, Part 1: Web Application Testing Today – Mozilla Hacks - the Web developer blog

                                                                    Improving Cross-Browser Testing, Part 1: Web Application Testing Today Testing web applications can be a challenge. Unlike most other kinds of software, they run across a multitude of platforms and devices. They have to be robust regardless of form factor or choice of browser. We know this is a problem developers feel: when the MDN Developer Needs Assessment asked web developers for their top pain

                                                                      Improving Cross-Browser Testing, Part 1: Web Application Testing Today – Mozilla Hacks - the Web developer blog
                                                                    • GitHub - kvendrik/jest-lite: 👩🏻‍💻 Run Jest in the browser.

                                                                      Codesandbox allows you to write Jest and execute the tests right in their environment. Getting this to work took a bit of research as Jest is typically meant to be ran in a Node environment. The Codesandbox team however didn't open-source their solution so I decided to write my own, for two reasons: Create a way to use Jest in any code sandboxing environment. Show me how Give code sandbox maintain

                                                                        GitHub - kvendrik/jest-lite: 👩🏻‍💻 Run Jest in the browser.
                                                                      • Running Python in the Browser - Yasoob Khalid

                                                                        Practical Python Projects book is now available! Learn how to implement 12 end-to-end projects to enhance your Python knowledge. Source Running Python in the Browser May 22, 2019 Running Python in the web browser has been getting a lot of attention lately. Shaun Taylor-Morgan knows what he’s talking about here - he works for Anvil, a full-featured application platform for writing full-stack web ap

                                                                          Running Python in the Browser - Yasoob Khalid
                                                                        • DB開発支援ツール「SI Object Browser for Oracle 24」発表、生成AIを利用した開発支援機能を強化

                                                                            DB開発支援ツール「SI Object Browser for Oracle 24」発表、生成AIを利用した開発支援機能を強化
                                                                          • Vue Chrome Extension: Build a Browser Add-on with Vue.js — SitePoint

                                                                            In this tutorial, I’m going to show you how to build a simple Vue Chrome extension. Our extension will alter the behavior of the new tab page. For the JavaScript part of the extension, I’ll be using the Vue.js framework, as it will allow us to get up and running quickly and is a lot of fun to work with. Browser extensions are small programs that can modify and enhance the functionality of a web br

                                                                              Vue Chrome Extension: Build a Browser Add-on with Vue.js — SitePoint
                                                                            • GitHub - ajayyy/SponsorBlock: Skip YouTube video sponsors (browser extension)

                                                                              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 - ajayyy/SponsorBlock: Skip YouTube video sponsors (browser extension)
                                                                              • Browser Engine Diversity | CSS-Tricks

                                                                                UGURUS offers elite coaching and mentorship for agency owners looking to grow. Start with the free Agency Accelerator today. We lost Opera when they went Chrome in 2013. Same deal with Edge when it also went Chrome earlier this year. Mike Taylor called these changes a “Decreasingly Diverse Browser Engine World” in a talk I’d like to see. So all we’ve got left is Chrome-stuff, Firefox-stuff, and Sa

                                                                                  Browser Engine Diversity | CSS-Tricks
                                                                                • XSinator - XS-Leak Browser Test Suite

                                                                                  XSinator.com is an XS-Leak browser test suite that was created for the paper XSinator.com: From a Formal Model to the Automatic Evaluation of Cross-Site Leaks in Web Browsers. With a single click, XSinator can automatically scan for XS-Leaks vulnerabilities in your browser (mobile or desktop). The table below shows the evaluation results categorized by its detectable differences. Successful attack