From 087b9df6b673203acd1f1bb2b787df9dc2fdfe87 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Tue, 23 May 2023 16:43:54 +0800 Subject: [PATCH] enhance default.select with clipboard output --- en/_posts/index.xml | 4 +-- en/changelog/index.html | 7 +++-- en/index.xml | 10 +++---- en/pccopy/index.html | 8 ++++-- en/searchurl/bingAI/js/optionsSets.js | 38 +++++++++++-------------- en/searchurl/bingAI/js/w_optionsSets.js | 4 ++- en/sitemap.xml | 22 +++++++------- en/tags/clipboard/index.xml | 4 +-- en/tags/pc/index.xml | 4 +-- en/tags/ssh/index.xml | 4 +-- en/tags/termux/index.xml | 4 +-- en/tags/windows/index.xml | 4 +-- en/topposts/index.xml | 6 ++-- sitemap.xml | 4 +-- zh/_posts/index.xml | 3 +- zh/bookmark/index.html | 5 ++-- zh/index.xml | 3 +- zh/sitemap.xml | 8 +++--- zh/tcron/index.html | 6 ++-- 19 files changed, 73 insertions(+), 75 deletions(-) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index a001631..6454a10 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -214,6 +214,7 @@ Enable selection /en/pccopy/ Click the following links to install menus for long pressing the button "link": +Copy selected text with html format to clipboard Search with home screen google Translate bing translate @@ -221,8 +222,7 @@ deepL The file "default.select" defines menus for selected text. If no text is selected, the menu item operates on the whole page. Each line of the file has the following format: [Name]:[mimetype]:[command line] [mimetype] specifies input/output for [command line]. -It formats as "[input mimetype]/[output mimetype]". -[input mimetype] can be the following: +It formats as "[input mimetype]/[output mimetype]". diff --git a/en/changelog/index.html b/en/changelog/index.html index f946d71..fa4b2c9 100644 --- a/en/changelog/index.html +++ b/en/changelog/index.html @@ -51,7 +51,8 @@

pagure

Main features

Change logs

-

998: Bookmarklets to support CSP sites.
+

1004: bookmarklet "Show as html" to support clipboard site "netcut.cn".
+998: Bookmarklets to support CSP sites.
991: global url redirection support.
988: hosts file to support response headers.
985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.
@@ -78,8 +79,8 @@ -

Last Modified: 29 April 2023
-add google translate in rjs.py
+

Last Modified: 23 May 2023
+enhance default.select with clipboard output