All Projects → yulanggong → celery

yulanggong / celery

Licence: MIT license
🌿芹菜,一个解除网页“禁用复制”的小书签。

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to celery

Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (+117.39%)
Mutual labels:  bookmarklet
Viewimage
Google removed the "View Image" button. This is a bookmarklet that downloads the full-size photo.
Stars: ✭ 174 (+278.26%)
Mutual labels:  bookmarklet
bookmarklets
My JavaScript bookmarklets.
Stars: ✭ 125 (+171.74%)
Mutual labels:  bookmarklet
Colordrop
Interactive Drag & Drop Coloring with Material Design Color palette
Stars: ✭ 120 (+160.87%)
Mutual labels:  bookmarklet
Boomlet
💥 Bookmarklet compiler encloses, encodes, minifies your Javascript file and opens an HTML page with your new bookmarklet for immediate use.
Stars: ✭ 167 (+263.04%)
Mutual labels:  bookmarklet
Init
❗️ Go to the first (initial) commit of any GitHub repo
Stars: ✭ 207 (+350%)
Mutual labels:  bookmarklet
A11y.css
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
Stars: ✭ 1,277 (+2676.09%)
Mutual labels:  bookmarklet
222
222. Dark mode. Everywhere. 222 bytes of js to make any website dark
Stars: ✭ 58 (+26.09%)
Mutual labels:  bookmarklet
Alfred Safari Assistant
Alfred 3+ workflow to search and use Safari bookmarks, history, reading list and tabs.
Stars: ✭ 169 (+267.39%)
Mutual labels:  bookmarklet
sb2md
Scrapbox contents -> Markdown
Stars: ✭ 72 (+56.52%)
Mutual labels:  bookmarklet
Lips
Scheme based powerful lisp interpreter written in JavaScript
Stars: ✭ 120 (+160.87%)
Mutual labels:  bookmarklet
Andi
A tool to test web content for accessibility and 508 compliance.
Stars: ✭ 140 (+204.35%)
Mutual labels:  bookmarklet
Bootlint
HTML linter for Bootstrap projects
Stars: ✭ 2,405 (+5128.26%)
Mutual labels:  bookmarklet
Bookmarks
a simple self-hosted bookmarking app that can import bookmarks from delicious and chrome
Stars: ✭ 112 (+143.48%)
Mutual labels:  bookmarklet
wordpress-indieweb-press-this
some IndieWeb magic for WordPress' "press this" bookmarklet
Stars: ✭ 14 (-69.57%)
Mutual labels:  bookmarklet
Faux Pas
A script to highlight elements that are mismatched incorrectly to @​font-face blocks, which may result in shoddy faux bold or faux italic rendering.
Stars: ✭ 93 (+102.17%)
Mutual labels:  bookmarklet
Emoji Helper
A small cross-browser emoji cheatsheet extension 👍
Stars: ✭ 194 (+321.74%)
Mutual labels:  bookmarklet
launchlet
Make the web yours.
Stars: ✭ 34 (-26.09%)
Mutual labels:  bookmarklet
togglific
Do you find web animations distracting? Togglific provides a distraction-free web experience!
Stars: ✭ 17 (-63.04%)
Mutual labels:  bookmarklet
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+373.91%)
Mutual labels:  bookmarklet

🌿芹菜

一个解除网页“禁用复制”的小书签。

一般的锁抬手拿根面条就能捅开,银行保险柜一根芹菜就捅开了,拿包方便面能出入任何一个小区。—— 郭德纲相声

安装

安装

问题反馈

Issues

部分网站通过设置严格的 CSP 禁止了小书签的执行,可以通过禁用 CSP来执行小书签。

不是有很多插件可以解除“禁用复制”吗,为什么要再写一个?

在写这个小书签之前我也试用过很多插件,每个插件能解决一部分问题,但是每一个都有遗漏。这个小书签能解除以下情形的“禁用复制”:

  • 通过 DOM 0 事件禁用复制,文本选择,右键菜单等(一般插件可以处理)。
  • 通过样式禁用文本选择(一般插件可以处理)。
  • 通过事件监听禁用复制,文本选择,右键菜单等(较少的插件可以处理)。
  • 通过 Document 的事件监听禁用复制,文本选择,右键菜单等(没有发现能处理的插件)。
  • 通过嵌套 iframe 禁用复制(没有发现能处理的插件)。
  • 通过定时器反复禁用复制(没有发现能处理的插件)。

你可以打开这个测试页面来测试下你使用的插件。

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].