Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

How can I create a bookmark that pompts me to append text to the end of the URL?

  • 4 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 120 ნახვა
  • ბოლოს გამოეხმაურა FredMcD

Mainly, for webex. I join a lot of my co-workers' webex where the URL is

https://mycompany.webex.com/join/meet/name

I would like to have a bookmark I can quickly click on that is for below that prompts me to enter in the "name" part of the URL from above.

https://mycompany.webex.com/join/meet/


I've Googled around, but can't find anything remotely close to what I'm needing. No Extensions or anything that I can find. Anyone know how to achieve this?

Mainly, for webex. I join a lot of my co-workers' webex where the URL is https://mycompany.webex.com/join/meet/name I would like to have a bookmark I can quickly click on that is for below that prompts me to enter in the "name" part of the URL from above. https://mycompany.webex.com/join/meet/ I've Googled around, but can't find anything remotely close to what I'm needing. No Extensions or anything that I can find. Anyone know how to achieve this?

გადაწყვეტა შერჩეულია

Hi,

I believe you should be able to do this by creating a bookmarklet.

Open the Library window (Bookmarks menu > Show all bookmarks), right-click anywhere on the window that appears, and choose "new bookmark". Give it a name like "create meeting", and enter the text below into the "location" field:

javascript:window.location = "https://mycompany.webex.com/join/meet/" + prompt("enter a meeting name:");

Change "mycompany" to the correct name, and choose "add". From there, you can drag the bookmark onto the "bookmarks toolbar" item in the sidebar to have it show up in your toolbar.

Hope that helps!

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (4)

შერჩეული გადაწყვეტა

Hi,

I believe you should be able to do this by creating a bookmarklet.

Open the Library window (Bookmarks menu > Show all bookmarks), right-click anywhere on the window that appears, and choose "new bookmark". Give it a name like "create meeting", and enter the text below into the "location" field:

javascript:window.location = "https://mycompany.webex.com/join/meet/" + prompt("enter a meeting name:");

Change "mycompany" to the correct name, and choose "add". From there, you can drag the bookmark onto the "bookmarks toolbar" item in the sidebar to have it show up in your toolbar.

Hope that helps!

Another way would be to save the 'root' part of the link, open it from the Bookmarks Manager, then add whatever to the opened link.

FredMcD, I thought about that, but the link actually redirects to some long string that doesn't make your proposed solution available. However, it is certainly a good idea.

User1929, I tried your javascript answer and it worked like a charm! Thanks so much!

Idea: Create a new folder for that sites bookmarks. Then place all the bookmarks for that site there. Open the Bookmarks Manager, then use the search box.