Questions tagged [url]
DO NOT USE the [url] tag. Use the tag for the specific web application instead.
108 questions
2 votes
0 answers
57 views
Youtube URL / Page for user account notifications?
I want to open the recent Youtube notifications in the browser/Firefox in logged-on state (new vids, posts, comments, suggestions, ... ), like when pressing the bell icon, but as a separate more ...
2 votes
1 answer
493 views
What is the current url format for Google Image searches?
I use a program called Cold Turkey on my laptop that blocks specific URLs, and until recently, I was able to block all google image searches as they shared part of their url. Now, however, it seems ...
1 vote
1 answer
960 views
How do I craft a URL to open/display a google sheet filtered by a certain parameter?
Sample Google Sheet: NAME AGE COLOR Robert 22 Red John 21 Blue Ann 20 Purple John 21 Green Call with URL: http://{URL to Google Sheet above}/parameters What parameters should I use here to filter by ...
2 votes
4 answers
10k views
How do I add YouTube Handle (link) to Facebook?
To be super clear when I add a new social link with @oneManDev on Facebook it automatically gets rid of the @ sign so when the user clicks on the link it redirects to https://youtube.com/oneManDev ...
1 vote
1 answer
2k views
Can a Google Doc share link URL be changed?
Is it possible to change or regenerate the share URL for a shared Google Docs/Sheets/etc? For example, it could be useful after having shared it with the "Anyone with the link" option but ...
0 votes
1 answer
167 views
How to add field/properties to a Trello Card. Specifically I want to set a CRM backlink in Trello cards
TL;DR How can I add custom fields/properties to a trello card? Any built-in feature? Any ready-to-use free power-up? If now, can I implement this inside my own power-up? If it's a free-text key/values,...
2 votes
2 answers
188 views
Is it possible to create a Google image search URL for a specific size and color and text?
I'm creating a simple CMS, and I want to let users click a link in the administration panel to search for an image with specific attributes. These attributes are: Specific size (for example 1600*900) ...
3 votes
1 answer
1k views
How to find a permalink/share-link to an Instagram post?
Open Instagram using a desktop browser. Scroll down in your feed to find a post. How do you find the permalink (or share-link, sharelink, etc.) that can be copied and pasted into other applications? ...
0 votes
2 answers
2k views
How could you add clickable text hyperlinks in YouTube comments?
I found someone post the YouTube comments on YouTube like this: It's a clickable text hyperlink, how to do? https://www.youtube.com/watch?v=r-o_tKxCXac
0 votes
1 answer
1k views
How to copy URL from cell and reference it in script formula?
I’ve been trying to get this script here to work for a while. Everything has been tested and functions as planned, only if I set the “text” variable to a fixed URL. (There are small kinks, like how it’...
2 votes
0 answers
247 views
Why does tinyurl produce 2 different links for the same URL?
https://tinyurl.com/yx33pj22 https://tinyurl.com/dskmjw8j These two lines direct me to same page. Why does tinyurl produce 2 different links for the same URL?
3 votes
2 answers
777 views
How to add a UNC URL to a MediaWiki page
In a MediaWiki page, I'd like to add an URL to a file on a file server. The path is an UNC one(\\fileserver\project\...\SPECIAL.ext), and I already have tried following "path link": file:////...
0 votes
1 answer
512 views
Some codes added to URL when accessing Wikipedia from Gmail and how to prevent it
What are these numbers and codes that are added to each my Wikipedia link when I click it in Gmail: Who is responsible (who is tracking me -- Gmail or Wiki)? How to prevent it?
1 vote
0 answers
386 views
how to insert url parameter into a google docs document like a template doc?
i have a google docs (like a basic letter). in this document i place strings like %parameter1% %parameter2% and %parameter3%. is there a way to share this document and replace the strings %% by the ...
2 votes
1 answer
1k views
How to extract multiple paths from a single string of URLs in Google Sheets?
How can I get a subrange of second to last element in a formula under Google Sheets? I'm trying to extract all occurrences of https://example.com/* in a cell which may contain multiple URLs scattered ...