Javascript bookmarks
Author: v | 2025-04-24
Javascript and bookmarks. 1. Running a JavaScript code when a browser bookmark is clicked. 1. Load a page and apply javascript in a single bookmark. 0. Bookmark page using JavaScript. 0. JS bookmark script. 0. javascript call inside a bookmark. 0. Javascript bookmark button. 2. Bookmark Javascript not jquery for website. 0. Javascript and bookmarks. 0. Javascript browser Bookmarklet. 6. Adding Browser Bookmarks using JavaScript. 0. Creating a bookmarklet. 0. JS bookmark script. 0. Javascript help needed with bookmark. 0. Javascript bookmark button. 2. Bookmark Javascript not jquery for website. Hot Network Questions
Does JavaScript bookmark (javascript:) work with YouTube?
LastPass is a password manager I’ve used for years. On Android, I’ve been able to both sync Chrome bookmarks and use a LastPass plugin with the Dolphin browser, but on iOS I’ve been limited to using the rather horrible LastPass app and manually copy passwords over when needed. I guess I might have heard about the LastPass bookmarklet in the past, but it wasn’t until I came across it again lately that I finally decided to try it with my iPad mini.A bookmarklet is a bookmark that contains a bit of custom code that performs a task on the active page rather than load a new one. It’s essentially a makeshift plugin system, offering less functionality, but broader compatibility. The instructions for getting the bookmarklet onto the device are more than a bit overly complicated, and are in fact completely redundant, but I’ll get to that once I explain what I actually did to get them over.The idea behind the official method is that since you can’t add bookmarks by dragging them to the bookmarks folder in Safari on iOS, you need to get the bookmarks there some other way. The instructions therefore tell you to add the bookmarks to a browser that can be synced with iTunes (Internet Explorer or Safari), connect your device to iTunes, activate bookmark syncing from the Info tab when browsing your device in iTunes, and then sync.There’s nothing wrong with this method, but it’s also a few steps more than what’s necessary. What you can do instead, is to copy the actual code that makes up the bookmarklet. Simply edit the bookmarklets on your computer (the bookmarklets themselves are available from your control panel on lastpass.com), and grab the javascript code. It should be a long bit of code starting with something like “javascript:(function()”. I want to display the bookmark name/text in the header or footer for it's corresponding page. Is there a way to run a script or something? We have documents that have been assembled and each page is bookmarked. We'd like the bookmark text to display on the corresponding page so we can easily reference it when writing briefs. Any help would be appreciated. Also, a free solution would be ideal. Thank you! Drew Barker 3 Answers Voted Best Answer Free is nice for you, but not for the other guy who has to spend the time and effort on it.This is a non-trivial script. The idea is to walk the bookmarks, navigating to each one. The script builds a filtered list of bookmarks vs pages in order to capture the highest level bookmark that navigates to a particular page. Since you can have more than one bookmark going to the same page. Then the script applies watermarks to each page to create the headers. As it happens I created exactly this automation tool some time ago for www.pdfscripting.com, but it's not free.Cheers, I agree with Thom. Creating such a script requires knowledge, experience and time.I've also developed a (non-free) tool that does that. Have a look here, if you're interested: I do enjoy helping people, which is why I (and Max, Gilad, the Georges, and everyone else) answer questions here. We help people with small items and learning the ropes. But we don't provide full custom solutions for free.Now, if you have a simple bookmark structure, and you're not worried about hierarchy or multiple links to pages, then the loop just got simpler. You can find info on the Bookmark object and the doc.addWatermarkFromText function in the Acrobat JavaScript reference. These are the only two relevant Acrobat JavaScript elements you need to write a short automation script to perform this task. You can run the script from the console window. Find links to some of the details in my signature block below.Thom ParkerThe source for PDF Scripting Info pdfscripting.comThe Acrobat JavaScript Reference, Use it Early and OftenThe most important JavaScript Development tool in AcrobatThe Console Window (Video tutorial)The Console Window(article)Having trouble, Why Doesn't my Script Work Browse more answersChange bookmarks value with javascript
DOCX to PDF featuresThe DOCX to PDF JS module offers seamless, high-speed, and highly accurate conversion of Word documents to PDF.Advanced parameters include specifying page ranges, converting markups, tags, metadata, headings,and bookmarks, updating tables of content, compressing PDFs, and creating PDF/A-1b compliant documents.Its exceptional speed and precision make it invaluable for businesses requiring automated document conversion inworkflows, ensuring consistent and secure digital documents. ConvertAPI JavaScript library install ConvertAPI provides a JavaScript module that allows you to perform a DOCX to PDF conversion with just a few lines of code. First, install the convertapi-js@~1.1 package from npm: If you are interested in our old version of non-module JavaScript library you can find it here. Authenticate your JavaScript library Next, obtain your secret key by signing up for a free account. Once you sign up, you'll receive 250 free conversions instantly! Grab your authentication secret from the account dashboard, and authenticate the ConvertAPI JavaScript library like this: let convertApi = ConvertApi.auth('secret_or_token') Convert DOCX to PDF using JavaScript in no time! Once you have your authentication in place, simply copy-paste this docx to pdf conversion code snippet into your JavaScript project. Convert DOCX to PDF documents using JavaScript with no effort at all! JSON cURL JavaScript Node.js PHP Java C# Ruby Python Go CLI HTML OpenAPI Try the conversion online - no coding required! You can try out advanced conversion parameters and test the conversion result online using our interactive demo tool. This tool will produce the same conversion output as if you were using the library from your solution, and it will auto-generate the code snippet for you! Try for FREE!. Javascript and bookmarks. 1. Running a JavaScript code when a browser bookmark is clicked. 1. Load a page and apply javascript in a single bookmark. 0. Bookmark page using JavaScript. 0. JS bookmark script. 0. javascript call inside a bookmark. 0. Javascript bookmark button. 2. Bookmark Javascript not jquery for website. 0.Javascript and bookmarks - Stack Overflow
Printing the webpage to a PDF, which often allows more freedom in copying text:Open Print Layout: Press Ctrl + P to open the print layout box.Save as PDF: Select the pages and set the destination to "Save as PDF." Click "Save" to download the PDF.Copy Text from PDF: Open the PDF file and copy the text as needed.Using BookmarkletsBookmarklets can be used to disable JavaScript that prevents copying:Install a Bookmarklet: Create or use an existing bookmarklet that disables the JavaScript preventing copying. For example, you can use the following JavaScript code:javascript:void(function(){var elems=document.getElementsByTagName("*"),attrs=["onpaste","oncopy","oncut"];for(i=0;iDrag this code into your bookmarks bar and click on it when needed.Drag and Drop MethodFor some websites, you can use the drag and drop method to copy text:Highlight Text: Left-click on the text and without letting go, move the cursor to highlight the text.Drag to Destination: Drag the highlighted text to a document or any other place where you want to paste it and drop it to paste.You can use developer tools to modify the JavaScript code directly:Open Developer Tools: Press F12 to open the developer tools.Inspect and Modify: Navigate to the JavaScript code that prevents copying and modify it to allow copying. This method requires some technical knowledge but can be very effective.Ethical ConsiderationsWhen using these methods, it's crucial to consider the ethical implications and respect copyright and user agreements. Always ensure that your actions comply with the website's terms of service and do not violate any copyright laws.Cyotek WebCopy: This tool can download web pages for offline viewing, allowing you to access the content without restrictions.Google Translate: Sometimes translating the page can bypass restrictions.Manual JavaScript: You can manually run JavaScript code in the console to disable the interfering code.Mozilla Firefox Config: You can disable clipboard events in Mozilla Firefox by changing the dom.event.clipboardevents.enabled setting to false in the about:config menu.By using these methods, you can effectively bypass restrictions on copying and pasting text from websites, ensuring you can access and use the information you need. In multi-column bookmarks- "Purge memory" feature may unload tabs- The order of tabs opened by "Open all bookmarks" is reversedCent Browser 5.0.1002.354 (32-bit)Added:- option "Enable custom URL in incognito mode"- option "Clear browsing data automatically after closing multilogin tabs"- address bar menu item "Copy title and URL"- Download manager supported Download Master and Internet Download Accelerator- Set default icon for JavaScript bookmarks- Patched CVE-2023-2033 and CVE-2023-2136Fixed:- Selecting tab after scrolling the tab bar may mess up tab position- NVDA may cause multi-column bookmarks to freeze- Remembered position of video popup window will be reset when the secondary screen is above the main screen- Customizing new tab URL to chrome://apps/ will cause crash when opening an incognito window- Script crashes when searching in chrome://settings/cbManageShortcuts- Automatic update may install new version to wrong location- Twitter displays abnormally after restoring from "Full Screen In Tab"Cent Browser 5.0.1002.295 (32-bit)- Upgraded to Chromium 102.0.5005.167- Refactored multi-login tab to support persistence- Added blur tool to screenshot tool- Allowed editing save path directly in download dialog- Added feature: Reload unpacked extensions- Added feature: Right click to delete autofill entries- Added option: Overwrite files with the same name by default when downloading- Added menu item: Open URL in new multi-login tab- Added shortcut key customization such as toggling cursor browsing mode- Multi-column bookmarks are changed to full width scrolling- Screenshot shortcut keys are registered as global hotkeys- The taskbar icons of the portable version and the installed version are no longer mergedFixed:- When the tab hover card is displayed, the tab cannot be closed using double click- After the video element in the video popup window is deleted, the web page displays abnormally- Multi-column bookmarks display wrongly under Windows 11- Download bubble window has no rounded corners- Tab in collapsed tab group is not selectable using tab list menu- Video popup window may appear outside of the screen- Possible crash when closing App windows- Possible failure of cleaning up temporary files when the installer exitsCent Browser 4.3.9.248 (32-bit)- Allow autofill on HTTP pages- Increased scroll speed for multi-column bookmarks- Restored default behavior of "Open all bookmarks"- [Bug fixes]Mouse gesture for wheel button doesn't work on crashed pageCent Browser 4.3.9.241 (32-bit)Fixed:- High GPU usage in idle state- Captions are not showing under web page fullscreen mode on Youtube- Mouse gesture "Find selected text (next)" can't repeat the last Find actionCent Browser 4.3.9.238 (32-bit)- Use new tab page priorly when restoring tabs- Use foreground tab for the first bookmark when opening bookmarks folder- Added some commands to the shortcut key customization list- [Bug fixes]the bookmark name cannot be saved in time when editing the bookmark- [Bug fixes]the badge number of the download button is covered by the icon- [Bug fixes]SameSiteJavascript for bookmarks - Adobe Community -
概要Set your icons for bookmarks which came without it!Some of your bookmarks don't have any favicon (icon)? Well, then add one!Google Chrome doesn't let you do this natively ¯\_(°∩°)_/¯ So this extension uses a hack on Google Chrome, that works ;)FEATURES:→ If your bookmark doesn't have an icon (or has a blank icon) this will let you set it a favicon!→ This is permanent, so favicons stay even if you turn off or uninstall this extension :D Unlike in every other extension I saw! (That's why I made this one.)→ If you leave it, though, it will provide you a simple quick and dynamic search through your bookmarks :)→ This extension allows you also to set favicons also for bookmarklets (=scripts)! \o/USER'S SAY:→ "A tiny bit of fiddling around involved but worth it."→ "it's a bit fiddly but it works"INCOVENIENCES:→ Google Chrome doesn't let extensions managing favicons. The only way to do this is to import bookmarks (one or more) from a backup file with a fixed favicon stored in it. This extension will let you choose bookmarks, choose favicons, create such backup file automatically and then you'll have to export it and import it again. There's no other way ¯\_(°∩°)_/¯→ And while it's importing bookmarks which you already have, it results in duplication of them. No worries, the duplicates are all in one directory (folder) at the end of Bookmarks Bar. → In Google Chrome favicon is related to a bookmark's address (URL) and is permanent (when set in this way). So if *you* change favicon once, you can't change it again. The workaround is to change the URL of bookmark a little (e.g. add "#" or "/" at the end, or empty parameter "?sth" or "&sth") – for Chrome it will be a new bookmark.→ While you can set a favicon for bookmarklets (scripts) it's probably not possible to set if for bookmarklets with only anonymous function, like: "javascript:(function(){…})()". Sorry. I also had to edit half of my bookmarklets.→ It is not possible in Google Chrome to change icons of folders. Sorry. I'm sad, too.ANY PROBLEMS WITH THIS EXTENSION?Questions, problems, requests – report on GitHub:→ you like it then please buy me a beer 🍺 (donate me on PayPal: [email protected]) ;)= Version history =1.7.6 – updated png2base64 tools and popup description1.7.5 – fix dealing with bookmarklets that include double quote (")1.7.3 – fix dealing with bookmarklets that include number sign (#)1.7.2 – update manifest to v31.7.1 – minor text modification in popup1.7.0 – more detailed Store description, more detailed instructions, fixed dead links1.6.0 – fix: auto-remove newly imported duplicates; more instructions1.5.6 – added data policy (extension doesn't collect/send *any* data), icon bug fix1.5.3 – scroll fix, disabled some useless functions1.5.2 – scroll fix1.5.1 – minor fixes1.5.0 – fixed importing URIs with quotes, added info about manual import (because Google has removed automatic import feature from Chrome extensions)1.4.0 – debugging options included1.3.1 – minor fixes1.3.0 – iconized bookmarks code in form of a link1.2.0 – iconized bookmarks code envelopedBookmarking with javascript - Stack Overflow
JavaScript code, therefore it is strongly recommended reviewing and understand the JavaScript codebefore using to ensure it is safe to use.To install the bookmarklet below simply click on “Allow Copy & Paste” and then drag into your bookmarks. Then wheneveran issue arises that is preventing you from copy and pasting simply click on the saved bookmarklet to fix it.Allow Copy & PasteThe bookmarklet source code uses event listeners to prevent other listeners of the same event from being called.javascript: (function () { allowCopyAndPaste = function (e) { e.stopImmediatePropagation(); return true; }; document.addEventListener("copy", allowCopyAndPaste, true); document.addEventListener("paste", allowCopyAndPaste, true); document.addEventListener("onpaste", allowCopyAndPaste, true);})();Solution - Mozilla Firefox ConfigThis method is a very effective, but it has a couple caveats. By disabling the clipboard events this will affect allwebsites one may visit until it is re-enabled, and it may break some websites intended functionality. As well thisisn’t exactly convenient having to enable or disable this configuration. Open the Mozilla Firefox web browser. In the address bar enter about:config and press the Enter key. Click on the button “Accept the Risk and Continue”. In the search input field enter dom.event.clipboardevents.enabled. Double-click on the value to change from true to false for dom.event.clipboardevents.enabled. Verify changes. Test it’s working by using the provided form. Solution - Manual JavaScriptThe JavaScript source code is manually run by using the console found within the Web Developer Tools. This method willrequire running this code each and every time. The source code functions by using event listeners to prevent otherlisteners of the same event from being called. Open Mozilla Firefox or Google Chrome/Chromium web browser. Browse to the defending website that is not allowing you to copy and paste into a form field. Press the F12 key for Web Developer Tools. Click on “Console” in the top navigation. Grant code pasting permission if. Javascript and bookmarks. 1. Running a JavaScript code when a browser bookmark is clicked. 1. Load a page and apply javascript in a single bookmark. 0. Bookmark page using JavaScript. 0. JS bookmark script. 0. javascript call inside a bookmark. 0. Javascript bookmark button. 2. Bookmark Javascript not jquery for website. 0. Javascript and bookmarks. 0. Javascript browser Bookmarklet. 6. Adding Browser Bookmarks using JavaScript. 0. Creating a bookmarklet. 0. JS bookmark script. 0. Javascript help needed with bookmark. 0. Javascript bookmark button. 2. Bookmark Javascript not jquery for website. Hot Network QuestionsJavascript- Bookmarks- Make It Easy To Bookmark Your Site
Can join in and collaborate too! Updated Jun 22, 2021 JavaScript Code Issues Pull requests Discussions A separate repository for the WacWrite software piece for the WacOS Operating System project. A recreation of MacWrite for the Linux-based WacOS. Updated Apr 25, 2023 C Code Issues Pull requests A real-time collaborative document editing platform built with Next.js, Convex, and Tiptap. Features include real-time collaboration, rich text editing, document templates, and organization-level permission management. 🚀基于 Next.js、Convex 和 Tiptap 构建的实时协作文档编辑平台。支持多人实时协作编辑、富文本编辑、文档模板和组织级权限管理等功能。🚀 Updated Dec 23, 2024 TypeScript Code Issues Pull requests This demo illustrates how to create template Word document and generate reports like invoice using mail merge in Syncfusion Word processor within your Web application. Updated Dec 4, 2024 HTML Code Issues Pull requests This example illustrates how to draft a Word document by combining content from multiple users in Syncfusion Word processor (a.k.a.) Document editor component using bookmarks and track changes protection type. Updated Dec 4, 2024 HTML Code Issues Pull requests This demo illustrates how multiple users can edit sequentially in a Word document using Syncfusion Word processor component (Document editor) in your Web application. Updated Dec 4, 2024 HTML Code Issues Pull requests WYSIWYG HTML редактор Updated May 9, 2019 JavaScript Code Issues Pull requests Vanilla JS - Single Page Application Document Editor Updated Mar 12, 2025 JavaScript Code Issues Pull requests This demo shows how to use the Angular DocumentEditor with access tokens only Updated Jan 30, 2023 TypeScript Code Issues Pull requests This demo illustrates how to create aComments
LastPass is a password manager I’ve used for years. On Android, I’ve been able to both sync Chrome bookmarks and use a LastPass plugin with the Dolphin browser, but on iOS I’ve been limited to using the rather horrible LastPass app and manually copy passwords over when needed. I guess I might have heard about the LastPass bookmarklet in the past, but it wasn’t until I came across it again lately that I finally decided to try it with my iPad mini.A bookmarklet is a bookmark that contains a bit of custom code that performs a task on the active page rather than load a new one. It’s essentially a makeshift plugin system, offering less functionality, but broader compatibility. The instructions for getting the bookmarklet onto the device are more than a bit overly complicated, and are in fact completely redundant, but I’ll get to that once I explain what I actually did to get them over.The idea behind the official method is that since you can’t add bookmarks by dragging them to the bookmarks folder in Safari on iOS, you need to get the bookmarks there some other way. The instructions therefore tell you to add the bookmarks to a browser that can be synced with iTunes (Internet Explorer or Safari), connect your device to iTunes, activate bookmark syncing from the Info tab when browsing your device in iTunes, and then sync.There’s nothing wrong with this method, but it’s also a few steps more than what’s necessary. What you can do instead, is to copy the actual code that makes up the bookmarklet. Simply edit the bookmarklets on your computer (the bookmarklets themselves are available from your control panel on lastpass.com), and grab the javascript code. It should be a long bit of code starting with something like “javascript:(function()”.
2025-04-06I want to display the bookmark name/text in the header or footer for it's corresponding page. Is there a way to run a script or something? We have documents that have been assembled and each page is bookmarked. We'd like the bookmark text to display on the corresponding page so we can easily reference it when writing briefs. Any help would be appreciated. Also, a free solution would be ideal. Thank you! Drew Barker 3 Answers Voted Best Answer Free is nice for you, but not for the other guy who has to spend the time and effort on it.This is a non-trivial script. The idea is to walk the bookmarks, navigating to each one. The script builds a filtered list of bookmarks vs pages in order to capture the highest level bookmark that navigates to a particular page. Since you can have more than one bookmark going to the same page. Then the script applies watermarks to each page to create the headers. As it happens I created exactly this automation tool some time ago for www.pdfscripting.com, but it's not free.Cheers, I agree with Thom. Creating such a script requires knowledge, experience and time.I've also developed a (non-free) tool that does that. Have a look here, if you're interested: I do enjoy helping people, which is why I (and Max, Gilad, the Georges, and everyone else) answer questions here. We help people with small items and learning the ropes. But we don't provide full custom solutions for free.Now, if you have a simple bookmark structure, and you're not worried about hierarchy or multiple links to pages, then the loop just got simpler. You can find info on the Bookmark object and the doc.addWatermarkFromText function in the Acrobat JavaScript reference. These are the only two relevant Acrobat JavaScript elements you need to write a short automation script to perform this task. You can run the script from the console window. Find links to some of the details in my signature block below.Thom ParkerThe source for PDF Scripting Info pdfscripting.comThe Acrobat JavaScript Reference, Use it Early and OftenThe most important JavaScript Development tool in AcrobatThe Console Window (Video tutorial)The Console Window(article)Having trouble, Why Doesn't my Script Work Browse more answers
2025-03-26DOCX to PDF featuresThe DOCX to PDF JS module offers seamless, high-speed, and highly accurate conversion of Word documents to PDF.Advanced parameters include specifying page ranges, converting markups, tags, metadata, headings,and bookmarks, updating tables of content, compressing PDFs, and creating PDF/A-1b compliant documents.Its exceptional speed and precision make it invaluable for businesses requiring automated document conversion inworkflows, ensuring consistent and secure digital documents. ConvertAPI JavaScript library install ConvertAPI provides a JavaScript module that allows you to perform a DOCX to PDF conversion with just a few lines of code. First, install the convertapi-js@~1.1 package from npm: If you are interested in our old version of non-module JavaScript library you can find it here. Authenticate your JavaScript library Next, obtain your secret key by signing up for a free account. Once you sign up, you'll receive 250 free conversions instantly! Grab your authentication secret from the account dashboard, and authenticate the ConvertAPI JavaScript library like this: let convertApi = ConvertApi.auth('secret_or_token') Convert DOCX to PDF using JavaScript in no time! Once you have your authentication in place, simply copy-paste this docx to pdf conversion code snippet into your JavaScript project. Convert DOCX to PDF documents using JavaScript with no effort at all! JSON cURL JavaScript Node.js PHP Java C# Ruby Python Go CLI HTML OpenAPI Try the conversion online - no coding required! You can try out advanced conversion parameters and test the conversion result online using our interactive demo tool. This tool will produce the same conversion output as if you were using the library from your solution, and it will auto-generate the code snippet for you! Try for FREE!
2025-04-11Printing the webpage to a PDF, which often allows more freedom in copying text:Open Print Layout: Press Ctrl + P to open the print layout box.Save as PDF: Select the pages and set the destination to "Save as PDF." Click "Save" to download the PDF.Copy Text from PDF: Open the PDF file and copy the text as needed.Using BookmarkletsBookmarklets can be used to disable JavaScript that prevents copying:Install a Bookmarklet: Create or use an existing bookmarklet that disables the JavaScript preventing copying. For example, you can use the following JavaScript code:javascript:void(function(){var elems=document.getElementsByTagName("*"),attrs=["onpaste","oncopy","oncut"];for(i=0;iDrag this code into your bookmarks bar and click on it when needed.Drag and Drop MethodFor some websites, you can use the drag and drop method to copy text:Highlight Text: Left-click on the text and without letting go, move the cursor to highlight the text.Drag to Destination: Drag the highlighted text to a document or any other place where you want to paste it and drop it to paste.You can use developer tools to modify the JavaScript code directly:Open Developer Tools: Press F12 to open the developer tools.Inspect and Modify: Navigate to the JavaScript code that prevents copying and modify it to allow copying. This method requires some technical knowledge but can be very effective.Ethical ConsiderationsWhen using these methods, it's crucial to consider the ethical implications and respect copyright and user agreements. Always ensure that your actions comply with the website's terms of service and do not violate any copyright laws.Cyotek WebCopy: This tool can download web pages for offline viewing, allowing you to access the content without restrictions.Google Translate: Sometimes translating the page can bypass restrictions.Manual JavaScript: You can manually run JavaScript code in the console to disable the interfering code.Mozilla Firefox Config: You can disable clipboard events in Mozilla Firefox by changing the dom.event.clipboardevents.enabled setting to false in the about:config menu.By using these methods, you can effectively bypass restrictions on copying and pasting text from websites, ensuring you can access and use the information you need.
2025-03-25In multi-column bookmarks- "Purge memory" feature may unload tabs- The order of tabs opened by "Open all bookmarks" is reversedCent Browser 5.0.1002.354 (32-bit)Added:- option "Enable custom URL in incognito mode"- option "Clear browsing data automatically after closing multilogin tabs"- address bar menu item "Copy title and URL"- Download manager supported Download Master and Internet Download Accelerator- Set default icon for JavaScript bookmarks- Patched CVE-2023-2033 and CVE-2023-2136Fixed:- Selecting tab after scrolling the tab bar may mess up tab position- NVDA may cause multi-column bookmarks to freeze- Remembered position of video popup window will be reset when the secondary screen is above the main screen- Customizing new tab URL to chrome://apps/ will cause crash when opening an incognito window- Script crashes when searching in chrome://settings/cbManageShortcuts- Automatic update may install new version to wrong location- Twitter displays abnormally after restoring from "Full Screen In Tab"Cent Browser 5.0.1002.295 (32-bit)- Upgraded to Chromium 102.0.5005.167- Refactored multi-login tab to support persistence- Added blur tool to screenshot tool- Allowed editing save path directly in download dialog- Added feature: Reload unpacked extensions- Added feature: Right click to delete autofill entries- Added option: Overwrite files with the same name by default when downloading- Added menu item: Open URL in new multi-login tab- Added shortcut key customization such as toggling cursor browsing mode- Multi-column bookmarks are changed to full width scrolling- Screenshot shortcut keys are registered as global hotkeys- The taskbar icons of the portable version and the installed version are no longer mergedFixed:- When the tab hover card is displayed, the tab cannot be closed using double click- After the video element in the video popup window is deleted, the web page displays abnormally- Multi-column bookmarks display wrongly under Windows 11- Download bubble window has no rounded corners- Tab in collapsed tab group is not selectable using tab list menu- Video popup window may appear outside of the screen- Possible crash when closing App windows- Possible failure of cleaning up temporary files when the installer exitsCent Browser 4.3.9.248 (32-bit)- Allow autofill on HTTP pages- Increased scroll speed for multi-column bookmarks- Restored default behavior of "Open all bookmarks"- [Bug fixes]Mouse gesture for wheel button doesn't work on crashed pageCent Browser 4.3.9.241 (32-bit)Fixed:- High GPU usage in idle state- Captions are not showing under web page fullscreen mode on Youtube- Mouse gesture "Find selected text (next)" can't repeat the last Find actionCent Browser 4.3.9.238 (32-bit)- Use new tab page priorly when restoring tabs- Use foreground tab for the first bookmark when opening bookmarks folder- Added some commands to the shortcut key customization list- [Bug fixes]the bookmark name cannot be saved in time when editing the bookmark- [Bug fixes]the badge number of the download button is covered by the icon- [Bug fixes]SameSite
2025-03-28概要Set your icons for bookmarks which came without it!Some of your bookmarks don't have any favicon (icon)? Well, then add one!Google Chrome doesn't let you do this natively ¯\_(°∩°)_/¯ So this extension uses a hack on Google Chrome, that works ;)FEATURES:→ If your bookmark doesn't have an icon (or has a blank icon) this will let you set it a favicon!→ This is permanent, so favicons stay even if you turn off or uninstall this extension :D Unlike in every other extension I saw! (That's why I made this one.)→ If you leave it, though, it will provide you a simple quick and dynamic search through your bookmarks :)→ This extension allows you also to set favicons also for bookmarklets (=scripts)! \o/USER'S SAY:→ "A tiny bit of fiddling around involved but worth it."→ "it's a bit fiddly but it works"INCOVENIENCES:→ Google Chrome doesn't let extensions managing favicons. The only way to do this is to import bookmarks (one or more) from a backup file with a fixed favicon stored in it. This extension will let you choose bookmarks, choose favicons, create such backup file automatically and then you'll have to export it and import it again. There's no other way ¯\_(°∩°)_/¯→ And while it's importing bookmarks which you already have, it results in duplication of them. No worries, the duplicates are all in one directory (folder) at the end of Bookmarks Bar. → In Google Chrome favicon is related to a bookmark's address (URL) and is permanent (when set in this way). So if *you* change favicon once, you can't change it again. The workaround is to change the URL of bookmark a little (e.g. add "#" or "/" at the end, or empty parameter "?sth" or "&sth") – for Chrome it will be a new bookmark.→ While you can set a favicon for bookmarklets (scripts) it's probably not possible to set if for bookmarklets with only anonymous function, like: "javascript:(function(){…})()". Sorry. I also had to edit half of my bookmarklets.→ It is not possible in Google Chrome to change icons of folders. Sorry. I'm sad, too.ANY PROBLEMS WITH THIS EXTENSION?Questions, problems, requests – report on GitHub:→ you like it then please buy me a beer 🍺 (donate me on PayPal: [email protected]) ;)= Version history =1.7.6 – updated png2base64 tools and popup description1.7.5 – fix dealing with bookmarklets that include double quote (")1.7.3 – fix dealing with bookmarklets that include number sign (#)1.7.2 – update manifest to v31.7.1 – minor text modification in popup1.7.0 – more detailed Store description, more detailed instructions, fixed dead links1.6.0 – fix: auto-remove newly imported duplicates; more instructions1.5.6 – added data policy (extension doesn't collect/send *any* data), icon bug fix1.5.3 – scroll fix, disabled some useless functions1.5.2 – scroll fix1.5.1 – minor fixes1.5.0 – fixed importing URIs with quotes, added info about manual import (because Google has removed automatic import feature from Chrome extensions)1.4.0 – debugging options included1.3.1 – minor fixes1.3.0 – iconized bookmarks code in form of a link1.2.0 – iconized bookmarks code enveloped
2025-03-31