Questions tagged [bookmarks]

Bookmarks are a browser storage facility for URLs. Use this tag only for programming-related questions about bookmarks. Questions about using a browser are off-topic on Stack Overflow.

Bookmarks can be used to store URLs to all browser supported URI schemes. Here are the most common:

  • http:
  • https:
  • file:
  • ftp:
  • javascript: (bookmarklets)
  • about:

Here are some browser specific URI schemes:

  • chrome: (Google Chrome)
  • resource: (Mozilla Firefox)
  • jar: (Mozilla Firefox)
1114 questions
0
votes
1 answer

How to detect clicks on history or bookmark entries?

Within my Firefox extension I'd like to detect the source of a page load -- for example, after clicking on: a link, a history entry or a bookmark. So far I've manage to detect the click on a link and using the Back/Forward history buttons. However,…
Christian
  • 3,239
  • 5
  • 38
  • 79
0
votes
5 answers

Javascript help needed with bookmark

Hey I have this little javascript bookmark javascript:(function(){ window.open('http://www.mywebsite.com/index.php?currentsite#bookmark'); })() How can I get the url of the current website into that url? I have heard of using document.URL But I am…
McDan Garrett
  • 183
  • 1
  • 3
  • 15
0
votes
1 answer

Accessing Google Bookmarks server side with PHP

I used to access my Google Bookmarks, server side with this PHP code: $curlObj = curl_init(); curl_setopt($curlObj, CURLOPT_URL, "https://www.google.com/bookmarks/?output=rss"); curl_setopt($curlObj, CURLOPT_USERPWD,…
Anthony Scaife
  • 564
  • 5
  • 15
0
votes
1 answer

Mercurial - Merge with non-head revision

I was working on a project and when I was ready for a 0.1.0 release I created a bookmark called release, tagged that revision as 0.1.0, and then made the bookmark inactive and continued working on my project. The revisions look something like this…
knpwrs
  • 15,691
  • 12
  • 62
  • 103
0
votes
1 answer

Add Bookmark functionality to bar button item

I am having a toolbar which consists of many Bar Button item. Among that I have kept one as the Bookmark button. Now I want to add the Bookmark functionality to that Bar Button Item. How this can be done ? Can anyone suggest me ? EDITED: I need to…
Perseus
  • 1,546
  • 4
  • 30
  • 55
0
votes
1 answer

robust bookmarking system in bash

Is there any bookmarking system available in bash that will allow me substitute aliases for real directories? I am familiar with cdargs and using cdb, ca etc for moving between directories. I am thinking of a tool which allows me to type: diff…
ATemp
  • 319
  • 3
  • 10
-1
votes
1 answer

getAllBookmarks in firefox

I'm trying to get the content from all the nodes in the bookmarks menu into textbox.value, but only the last bookmark appears. What am I doing wrong? function AllBookmarks() { var historyService =…
-1
votes
2 answers

Filling Word Fields from a .DAT file with VBA

I'm working with a Java application that is going to write a .dat file that is supposed to be used as a template to fill a Word template that has fields and bookmarks in it. I've spent quite awhile searching for information on .dat files being used…
user1059110
  • 129
  • 4
  • 15
-1
votes
1 answer

weird permission issue while deleting android bookmarks

I'm facing some permission issue while deleting android bookmarks: java.lang.SecurityException: Permission Denial: writing com.android.browser.provider.BrowserProvider2 uri content://browser/bookmarks from pid=8045, uid=10028 requires…
San Francesco
  • 646
  • 9
  • 16
-1
votes
2 answers

Bulk Edit Firefox Bookmarks -- Follow-up

In a post by Paco Abato Bulk edit Firefox bookmarks a concept is presented for using SQLite to bulk edit Firefox bookmarks. This may prove to be a wonderful find for me, as I'd like to bulk edit the bookmark names (and possibly the URLs).…
-1
votes
1 answer

Windows 11 Microsoft Edge Bookmarks Location

I am wanting to create a PowerShell script that will run on a Task Scheduler schedule to back up my Windows 11 Microsoft Edge bookmarks. All the references I can find say that the location of the bookmark file is in…
-1
votes
1 answer

Batch Bookmark & Extraction of Bookmarked lines into MULTIPLE new file in EmEditor

I will like to do a follow up question to this question here : How to search and bookmark multiple strings at once in emeditor? However, @Yutaka gave this response: https://i.stack.imgur.com/HLYoo.png and that is my follow up question. How can each…
-1
votes
1 answer

How to automatically click log in button using JavaScript

I want to save some JavaScript code as a bookmark in chrome so it automatically opens my university login site and clicks on on the login button. I am completely inexperienced in JavaScript, so I have no clue how to do this. I snipped together the…
-1
votes
1 answer

Bookmarks in Power BI Desktop

I am failing to make bookmarks work in my Power BI model. Basically I have three charts namely Fixed Format, Measure Comparison and Actuals by Business Unit which I need to visualize on the first report page through the use of bookmarks. I have…
-1
votes
1 answer

Bookmarklet Opens Empty Window

Ok so I have a basic bookmarklet that opens remote websites. However when I try to open my local dev site it just opens to a blank page. I am assuming this has something to do with security etc. I set the bookmarklet to open one of my remote…
Payson Welch
  • 1,388
  • 2
  • 17
  • 29