All Projects → totofish → XSS

totofish / XSS

Licence: MIT License
development tools

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to XSS

Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+44500%)
Mutual labels:  crx
Editchromethemes
A guide to editing Chrome themes
Stars: ✭ 118 (+883.33%)
Mutual labels:  crx
Switch
Manage chrome extensions from the toolbar
Stars: ✭ 13 (+8.33%)
Mutual labels:  crx
Simptab
简 Tab ( SimpTab ) - 极简的 Chrome 新标签页扩展,望你每次打开都有好心情。
Stars: ✭ 601 (+4908.33%)
Mutual labels:  crx
Ctool
程序开发常用工具 chrome 扩展
Stars: ✭ 111 (+825%)
Mutual labels:  crx
Gradle Aem Plugin
Swiss army knife for Adobe Experience Manager related automation. Environment setup & incremental AEM application build which takes seconds, not minutes.
Stars: ✭ 145 (+1108.33%)
Mutual labels:  crx
Crx
A node.js command line app for packing Google Chrome extensions.
Stars: ✭ 435 (+3525%)
Mutual labels:  crx
awesome-chrome-plugin-recommends
📊Select list of Google browser plugins
Stars: ✭ 31 (+158.33%)
Mutual labels:  crx
Accesscontroltool
Rights and roles management for AEM made easy
Stars: ✭ 113 (+841.67%)
Mutual labels:  crx
crx-webpack-plugin
A webpack plugin to package chrome extensions (crx) post build
Stars: ✭ 21 (+75%)
Mutual labels:  crx
Gayhub
An awesome chrome extension for github
Stars: ✭ 995 (+8191.67%)
Mutual labels:  crx
Seckill
Chrome浏览器 抢购、秒杀插件,秒杀助手,定时自动点击
Stars: ✭ 1,278 (+10550%)
Mutual labels:  crx
Prettier Chrome
🎨 An extension that can run Prettier in the browser
Stars: ✭ 207 (+1625%)
Mutual labels:  crx
Oscnews
Chrome 插件,查看开源中国软件更新资讯,文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。
Stars: ✭ 582 (+4750%)
Mutual labels:  crx
chrome-extensions-manager
A snapshot based chrome extensions manager
Stars: ✭ 25 (+108.33%)
Mutual labels:  crx
Qzoneexport
QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存
Stars: ✭ 456 (+3700%)
Mutual labels:  crx
Dictionaries
One dictionary to rule them all -- a browser extension to help you learn languages
Stars: ✭ 134 (+1016.67%)
Mutual labels:  crx
Lol-Mock-API
Mock API Tool
Stars: ✭ 15 (+25%)
Mutual labels:  crx
crx3
Node.js module to create CRX3 files (web extension package v3 format) for Chromium, Google Chrome and Opera browsers.
Stars: ✭ 39 (+225%)
Mutual labels:  crx
Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (+1700%)
Mutual labels:  crx

GitHub license NodeJS with Vite

Introduction

此為 chrome extension 工具,可以注入自訂 Script 於當前網頁頁面中,例如將 Jquery 載入頁面來方便操作 DOM,或是讀取 cookie 資訊等任何其他想執行的 JS Script,用以方便作為測試或開發除錯等目的。

Extension Install

Chrome 線上應用程式商店 安裝

Auto Execute

v1.1.0 版新增 Auto Execute 功能,切換前方 Auto Execute 狀態後,重整網頁時會在一開始便直接執行 scripts,方便執行一些需要一開始便執行的任務,例如使用 Polly.js 來處理 mock api 的行為。不過須自己注意所攥寫的 script 不會造成無限重整頁面。

// 例如這一段 script 啟用 Auto Execute 後會一直重整頁面
location.reload()

Extension

Theme

外掛小圖示按右鍵選擇 選項 可取消 Dark Theme 改使用 Light Theme

Export and Import Scripts

對外掛小圖示按右鍵選擇 Export Scripts 會將目前所有 Scripts 下載為 scripts.json,也可將 scripts.json 檔案 Drag 進 XSS 開啟的視窗介面或透過 選項 功能 import scripts 便能匯入 Scripts 紀錄。

Options

Tip

Extension 注入 script 時有使用 closure,因此變數不會污染到 window 上。如果需要取得全域層級的參數可以明確使用 window 或 this。

console.log(this === window); // true
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].