-
Using browser extension
On this is link shortner
https://link1s.com/2Xdqd0
After going to 2/3 it asks to disable adblocker
ghost updated
3 years ago
-
## bug in the git projet
I had a nasty bug `(missing necessary objects` with github. They confirmed the issue and push a fix since. But I decided to move on and not wait for the fix. Results? I had…
-
Code:
```python
from browser import ajax
def showShorten(req):
if req.status == 200 or req.status == 0:
alert(req.text)
def shorten(event):
req = ajax.Ajax()
ur…
ghost updated
3 years ago
-
please, add url-shortener button support with predefined link/domain with selfhosted
```
urlshortener = "https://shortener.example.com/api?link="
```
and display pasted short link
-
Hi, my code does successfully execute in FireFox 91 64bit on Windows 10, however it prints this error to console every time it executes:
`AttributeError: 'str' object has no attribute '__dict__'`
…
ghost updated
3 years ago
-
Hello, I have the same problem my docker container does not load the config. Unfortunately I do not understand why. I have checked the mount path, the env variable and the config file. Do I have to pa…
-
If authorized with discord, allow users to select a sever to shorten the invite link for, for easier access.
-
## Describe the solution you'd like
I want to contribute, one of the javascript-based projects of mine, which is a URL Shortner Application. I would love that you'll assign me to work and will merge …
-
Related (I think) to https://github.com/compiler-explorer/compiler-explorer/issues/1659 I'm running into problems integrating a [demo site](https://regexp2go-demo.herokuapp.com/) I set up with compile…
CAFxX updated
3 years ago
-
## Summary
Resolve URL Redirects on u.to URL shortner
## Motivation
When url_redirector.lua is trying to resolve u.to links, u.to returns 404.
Reason is u.to don't allow 'GET HEADER' informa…