Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "extension"
-
Wait. Say what Google Chrome? I can't use the .zip extension? Instead I have to use the .zip extension? What?13
-
First time I heard a client say: "You've done a phenomenal job, but you've over-delivered. You should have come to me. We could have worked it out." after we had to ask for an extension.
That's a keeper.1 -
My boss is pissed at me for browsing devRant. So I've created Chrome Extension so i could quickly open\hide it.
Feel free to get it from Chrome Store: https://goo.gl/J05XhT14 -
Tired of staring at white background in github.
Searched for dark theme extension.
Guess what... My github is now dark.
FTW10 -
Spent two goddamn hours writing a Python script to convert exported JSON from Trello to an Excel sheet, only to find a Chrome extension that already does it, and better. 😧3
-
"alright, let's go to sleep"
*pulls out extension cord from monitors as I do every night*
*hears server buzzing disappearing*
😓
I entirely forgot that I connected my server which is running heavy and lengthy tasks, to that one, as well.
😧😥😬😰21 -
My last episode of Game of Thrones got ruined because of spoilers on social media 🙈 So to ensure that I don't get any spoilers for the GoT finale, I created a small chrome extension which automatically blurs out any GoT presence or prospective spoiler from websites I visit.
So for all those who are worried about the spoilers, can give it a try over here: https://chrome.google.com/webstore/...
Might be a bit buggy here and there so do share any feedback you have. 👍🏼 #WeekdayHackathons13 -
In India we don't go rubber duck debugging. We debug with God 😂😂😂 (For non Indians that is Ganesha, one of the famous Hindu god. Said to be the god of knowledge and hence engineering by extension )18
-
!rant
Guys! I did it! Its possible!
My task was to extension a code in php. I wrote 100 lines of code and then it workes on first try without any errors!
This is a milestone!
Bill Gates is nothing against me!15 -
My VS Code extension just got 100 downloads! It just makes me so happy to know that people like what I've made. ☺️3
-
I download a lot of different stuff all the time. Often times I don't actually get around to cleaning it up. Thus, I decided I needed to build a script to further encourage my bad habits.
Here I've built a script for both Windows and Linux. It's designed to take all the files in the current directory and move them into their own folders based on their extensions. Why is this useful?
It's fucking useful when you're not having to swim through fucking mountains of content.
Anyways without any further ado here are the scripts.
Linux
#!/bin/bash
for i in *.*; do
filename=$(basename -- "$i")
extension="${filename##*.}"
extension="$extension"files
mkdir "$extension"
mv "$i" "$extension"
done
Windows
@echo off
for %%i in (*.*) do (
if not exist %%~xifile md %%~xifile
)
for %%i in (*.*) do (
if "%%i" NEQ "movingFiles.bat" move "%%i" "%%~xifile"
)15 -
If VSCode was a girl, I would kiss every part of her body and devote my life to her.
And I would promise not to use any extension on her. She is beautiful as she is.23 -
People on github opening issues saying shit like "aye, your extension crashes. Please fix or I'll uninstall. Thanks.". How am I supposed to fix an error I know nothing about? Error message? Extension list? Stack trace? Steps to reproduce? Nope. Nothing.
Don't be like this, please.5 -
Can we please all just appreciate how much more enjoyable the "cloud-to-butt" browser extension makes reading all those damn pr texts about "the cloud"? Seriously, try it!4
-
I'm writing my own AdBlock Extension...
CSS:
.ad {
display: none;
}
JavaScript:
if (document.getElementById("ad").playsVideoAutomatically == true) {
getBlacklist.add(window.location.hostname);
alert("You are hereby banned from browsing " + window.location.hostname + " due to automatically playing video ad.");
}
Am I doing it right?11 -
I just made this devrant chrome extension that notifies you when a new rant is posted. Just because having the site open isn't distracting enough.
@dfox will I get in trouble for using your logo for this?17 -
!rant I read some documentation about Amazon, "save all the data in my butt".
- me laughing
* I installed the extension that replaces all the instances of" the cloud " by "my butt". I'm easily entertained ;p4 -
My colleague want to change notification sound on application I created. I said it support only WAV file. What they do is change extension of MP4 file to WAV and report me that my program isn't work.
*sigh*1 -
Coworkers: "Who still even uses vim? Glad we've got Visual Studio so we don't have to deal with ancient shit tools like that!"
Me: "Psh, yeah, total losers right? Haha!"
**Sheepishly returns to coding using the VsVim extension**8 -
My coworker implemented this date extension for no reason. Also handles back before they changed it. He wrote tests too6
-
Ever had one of those moments when sites run by cunts (fuck you CNET) autoplays videos at 200% volume?
Use the extension called "Silent Site Sound Blocker" to make sure only whitelisted websites can play sounds.
Fuck yeah!6 -
Recently I've been procrastinating a hell lot by watching random youtube videos, so I made a little Chrome extension to keep me focused. I personally find it quite fun.
Crowwwww is an extension that helps you to stay focused. Whenever you go on a work-irrelevant site like youtube or reddit, a very judgmental-looking crow will appear on the screen and stare into your soul, forcing you to reconsider your life choices and go back to work.
https://chrome.google.com/webstore/...
(whitelisted sites are configurable of course)10 -
!RANT
Me and My designer friend created a chrome extension, He designed the UI in like 10Mins and It took me 4 sleepless weekends to make it to v0.1 launch. It's hurts when people only say *pleasant UI, loving it* and all shit. 😒 I'm totally shroooved 😷4 -
What the fuck vscode or the vim extension on it. You hanged everytime I tried typing
Fuck you vscode/vim extension5 -
Visual Studio suggested me to install some extension. I accept.
Installed.
Now Visual Studio want to know IF I AM A MICROSOFT EMPLOYEE.
WHAT????
I'm not your fucking employee but you can as well pay me since I'm using your crap.11 -
CLIPPY IS BACK! Who needs rubber ducks when you can have this old friend back?
https://channel9.msdn.com/coding4fu...4 -
Is it just me, or has @LastPass hired too many interns lately?
First: you can't login for hours before they actually go and admit they fucked up.
Now: the chrome extension has been deleted from the web store.
I'm a patient guy, but what on the unholy fuck is going on.
https://status.lastpass.com/
The LastPass extension in the Chrome Web Store was accidentally removed by us and we are working with the Google team to restore it ASAP. Thank you for your understanding and patience in the meantime.9 -
Uhhhh VSCode django extension, I appreciate the highlighting of the link to the documentation, but maybe it is overdone?
-
I should not have looked at this really interesting Chrome extension.
https://chrome.google.com/webstore/...
It tries to prevent phishing links from working by adding attributes to change the behaviour of the browser.
HOW DOES THIS WORK?
Just one simple line:
$('[target="_blank"]').attr("rel", "noopener noreferrer");
But why is this extension so bloated?
It loads the full jQuery library. For an attribute change!
I'd like to refer to this site for further investigations: http://youmightnotneedjquery.com//...
http://youmightnotneedjquery.com//...3 -
Made image file format just for fun, called .spf
Here spf reader:
https://github.com/PogromistDev/SPF
And here spf renderer chrome extension:
https://github.com/PogromistDev/...
It seperate image to strips with the same color.7 -
After developing a chrome extension, cli tool and jsRant I think I should stop developing on devRant.
When @dfox changes the api I am going to have quite a bit of tasks on my hands :p2 -
I am so off my game today that I accidentally rewrote the String.IfNullOrWhiteSpace extension method in C# because I forgot it existed.
My extension had a better name tho: String.IfItAintNoThang -
Wrote my first Gnome Shell extension.
It shows the propability that my favourite streamer on Twitch streams today with a statistical algorithm I only wrote for this purpose.
I feel a bit cool now, yeah, maybe more than I should.
But it's so exciting!7 -
I found that the best place to work on code was at one of my best friends' apartment because:
- cat
- comfortable desk with more screens that I could ever wish for
- coffee AND beer machines at one arm extension from the desk
- cat8 -
Yesterday I submitted my chrome extension to the chrome web store.
Today it got accepted!
https://chrome.google.com/webstore/...16 -
Built the rough verson of my whatsap notification listener with websockets and now to intergrate it into a chrome. Extension time for chrome.
And they said i wont be able to view my whatsap messages at work6 -
Our team is developing a online e-commerce application. Since the owner uses Last Pass and doesn't like the extension icon in input fields, he asks the developer team to install the extension and ensure Last Pass was disabled for all input fields, password and usernames included, across the site. It was unacceptable to ask him to disable it though the extension menu.6
-
// not a rant
created a Clickbait Destroyer chrome extension for facebook, It detects a bait and adds a destroy bait icon along with the like,comment and share buttons. On clicking the icon, the content from the bait site(bait content) is placed inside the comment textarea. Give a look at github: https://github.com/JSSaini07/...
share your views,Thanx :D3 -
VSCode, the only thing I hate about this is, it becomes too lag after I left it too long. Probably because of the vin extension, I typed something and it only came out 1/2 seconds and I have to restart my laptop 😭7
-
When your internet doesn't work for 2 hours and you decide to create a stupid script to check the extension of each files and it works at the first try... WTF is happening?1
-
Faxbook literally sent a cease-and-desist letter to the developer of an extension that unfollows everyone on your account, oh and they also ban his account.
I- I have no words.
https://techspot.com/news/...17 -
Dumbass client renamed jpeg extension when asked for a png file. Ofcourse Android build system is little more sophisticated than that.
What a shit day!2 -
I'm in the process of moving a web store to Shopify.
Today I was writing the product migration script and noticed about 10% of the products were missing their images after being imported, however no errors were returned from Shopify's API.
After 20 minutes of debugging I finally realized that some idiot uploaded some images in PNG format but changed the filename to a .jpg extension since our old CMS required a JPEG extension.8 -
Does anyone know an extension or library that helps determine if a co-worker is into me?
Or how to handle such inputs
I keep getting a fatal error: call to undefined function4 -
God damn it lastpass, how the hell do you get a memory leak and an infinite loop in a fucking browser extension?! Using 7GB of RAM and all 8 cores @ 3,4GHz!!9
-
Step 1 - Start with socket.io in NodeJS to create chat extension for browsers
Step 2 - Let's authenticate the users
Step 3 - Cry7 -
Hey guys,
I posted my first side project in producthunt today
https://producthunt.com/posts/...
please upvote/comment if you like the product and any type of feedback/feature requests are welcome.
Thanks,5 -
So I have a chrome extension, and someone reviewed it. At first she gave me one star, and wrote "extension is not working, bad UI, not good!" And ten minutes later, she gave me five stars and wrote "good extension, good features, working fine, good UI, loved it".
I saw this a week after, and I wonder: what happened in these ten minutes?5 -
I spent a *very* long time trying to work out why my README file wasn't formatting....
It didn't have a .md extension.
:/1 -
VS Code stories are here.
I'm not making this up, there is now an extension for VS Code that brings instagram-style stories to your editor
https://marketplace.visualstudio.com/...15 -
I was having this poetic exchange with the maintainer of a vscode extension.
I guess he didn't see it coming... 😛👨💻1 -
Most hated documentation?
W3Cschools in its entirety
There is even a Chrome extension to leave it out of the search results :D9 -
To the Microsoft Edge users,
If you have been using it and missing the "Search with Google" menu in the context menu (when you right click), I have created an extension for it.
You can get the extension from here: https://github.com/tahnik/...5 -
I will make a Chrome extension that will automatically set the indentation to tabs and the indentation size to 4 (or whatever you specify) in the github editor. Would someone be interested?2
-
La me working on a new chrome extension:
- ok, this page has some hidden divs, I need to tell the extension to make windows scroll to the bottom while there are still elements with a hidden class
- creates a while(1) loop with a condition inside it to break if no elements with hidden class are longer there.
- happy with the code
- uploads the extension
- goes to page
- brings out developer tools
- goes to console
- clicks on extension on chrome
- right clicks the extension and then inspect
- ok here we go: la me click on button inside extension popup
- console shows some logs
- nice it's still looking.
.
.
.
- wait! Why is the page not scrolling ???
- looks at logs, WTF nothing changes in logs .....
- OMMMMG a infinite loop .... infinite loop inside chrome ....
- OMMMMMG my pc's gonna crash .
-stop please stop stop.
- wait! how do I stop this?
- tries CTRL+C ... nothing
- tries CTRL+Z ... nothing ...
.
.
.
.
Abort abort Aboooooort.
.
.
.
- Deletes extension from chrome.
-..... loop still running
- clicks on X to close Chrome.....
- not closing O_o
- Oh God, i need to do something before Chrome sucks all the RAM left.
- remembers the savior...
.
.
.
- Task Manager heeeelp me.
- opens Task manager
- chrome is consuming ~ 2 GB of RAM.
- WTF! Kills chrome.
Thanks for reading my lil adventure 😅5 -
Just published vscode extension to auto transform object accessors to nullable / safer accessors (&& chain).
search for “vscode-oat” in marketplace.
Looking for feedbacks :)10 -
Ran a sed find and replace function on project-folder/* instead of targeting a specific file extension. Fun Fact: sed replace will find those character combinations in image files, too. The site looked like you were on mushrooms. Thank goodness for git1
-
There's a devRant extension for Chrome & Firefox.
Please up vote this post so Edge users can too browse devRant in secrecy from there bosses!
Thanks 😁6 -
!rant/!story/!question
So, I've been developing a little Chrome Extention for people who usually searches quite a lot on Wiki and Wiktionary.
I mainly developed it for my own laziness to open a new tab and search for a term.
What it does is, when you select a word and triggers the extension, it will show a little dialog with Wikipedia and Wiktionary definitions for the selection.
If anyone is curious or interested in the idea, would be helpful to receive some feedback.
(sorry for the logo on the image, it's the only one that I have here, at the moment.)
https://chrome.google.com/webstore/...9 -
I just received an email from a weird company they wanted to offer me 150 dollars monthly to insert a script in my google chrome extension, when I asked about the script they sent me a function called "malmare"...
...
Nice...10 -
Does Devrant have a public API?
I'm trying to write an extension for my Vscode so I can read posts while working without having to launch the mobile app.4 -
I hope there is a rusty miniature guillotine wrapped tightly around each microsoft vsCode developers fingers and each time the global server gets a signal that somewhere an extension host froze, instantly cuts a finger off.4
-
Most useless feature: an extension that did the exact same thing as an opensource extension so that the company could hide the code and not include licenses (???)
ps.: they obviously used open source frameworks and libraries -
For those of you wanting dark themes for sites without them, look into the Stylish FF/Chrome extension. You can install themes for sites on it where it would otherwise require manual customisation.
I've currently got dark themes for Facebook, WhatsApp Web and Reddit.6 -
I've lost 3 hours trying to implement third-party extension just to realize I've never imported it into the project.
Why me?rant bugfix frontend framework frontend dev why custom framework loosing my mind third parties import -
I have created a extension to read devrant feeds in developer console in browser. Check it out.
rantConsole (https://github.com/axinmayatra/...)
Let me know any thoughts.2 -
I've been working on a web accelerator proxy for two days now, I got the backend done and extension is in the works.
The extension basically intercepts all static content and sends it to the proxy, which will happily rewrite these requests to their proxied counterparts. I tested it and it has a average 1-2s speed increase on a image request and 10s increase in large javascript bundles.
However I kinda need help with the extension (Im not exactly proficient with extension making) so if you wanna help the link is https://github.com/sr229/filo
The main inspiration for this is basically my shitty 3G connection and my country's likewise shitty internet situation. It's like Data saver but it works on https as well2 -
Confucius says: not everything that can be done tomorrow, should be done today.
Let's just say it was an extension of the shit show that occurred this week and sweep it under the rug 🤐
Happy fucking Friday!!!7 -
"Use this great extension for your IDE!"
Yeah, thanks, now I have 57 extensions installed and not one of them is useful because my fucking IDE crashes every fifth minute.8 -
Yesterday, I came to Facebook Developer Circle Hackathon and the first idea that comes to my head is "Reduce Facebook, Reduce Suck". it's a Chrome Extension to block your Facebook while you working.2
-
When you spend hours debugging why something doesn't compile and it turns out, it was because the extension was with a capital first letter...
-
Anybody tried developing a chrome extension? I'm bloody lost, with LITERALLY trying to get a goddamn Hello World.
This is worse than when I tried editing in Vim.
Or worse yet, Java.3 -
I'm trying out Atom coming from VSCode and Android Studio.
Where's the integrated terminal?
You have to download an extension.
How do you add breakpoints?
There's an extension for that
How can I quicky find/go to files?
...extension
But it has Git integration! Phewww that's a relief, I have now idea how to write `git add .` without a terminal13 -
Those much extension functions in Kotlin...
Just tries a lot combinations and got reminded of the "Let it go"-Song4 -
Switched from Fedora to Manjaro and it is going preety smooth currently. Also Dash to Panel is just awesome extension. Works in full screen sessions as well13
-
when youre working on a API and every testCase is all green plus manual testing thru Postman extension is all good..
then makes a web app use that API, authorization works as intended but the token is immedially invalid...
just..how..2 -
!rant
I spent a few hours making a VS Code plugin to improve my work flow, published it on the marketplace a few days ago so that I can easily install it everywhere. But to my surprise that shit gets about 7 installs a day! I don't get why. I don't have clear instructions on how to use it anywhere.
But hey, I'm not complaining! 😁4 -
So today I published my very first VS Code extension! 😁 I don't think anyone but me will think it's useful but it saves me a few seconds every time I change something in my code and I want to test it. Just hit a button in VS Code an and ta da! The project is compiled and running!
VS Code Marketplace: https://marketplace.visualstudio.com/...
GitHub: https://github.com/olback/...3 -
Random Tip (since ppl don't seem to know)
Dark Reader chrome extension
turns everything to dark theme
works on devrant too, although their native dt is better
not sure about firefox2 -
PHP Websites configuration data stored in _hidden/config.inc
Yep, that .inc extension made it world readable.1 -
Inspecting Facebook source code using React extension & the source has so many things hidden in it.
Eg: Ad breaks!1 -
Chrome blocked TheGreatSuspender yesterday. All the Chrome installations got that extension removed.
My chrome:
300-400 tabs (in total): *poof*15 -
I had a pretty good laugh just now.
There's this extension I wrote for our client's online shop which enables them to create template files via the backend. Essentially it's just an editor reading and writing files from/to a directory.
So I installed said extension using a package I found locally, thinking it was the latest release. Unfortunately it was not.
As I said the extension writes template files within it's own directory and back when I had packed up the extension, I must had forgotten to delete these template files resulting from tests and messing around.
Long story short, I just received a ticket about a line of text suddenly showing up below the product page description saying: "I like turtles!"
The ticket itself was very professional though and the client didn't forget to mention that the "notice" was not part of their product feed data. No shit! LOL2 -
I have to say mosh. For those that don't know, it's an extension on SSH for intermittent connections e.g. when on mobile data. I live in an area with several "black spots" and dodgy connections, so I find it really useful.
http://mosh.org1 -
I've seen lots of other ranters complain about huge code files... I just came across 27k Javascript extension for a software like Postman ...
First I thought cool I can work on it since it's JS, then 27k of lines later: I think I'll go sleep .-. -
Consecutive day number 3 of "What random dumb shit is Xcode going to pull on me today?"
today it doesn't like the ".storyboard" extension name that it created itself automatically. So that's my fault again I suppose?5 -
Hey devRanters 😁
I've recently done a Cerebro extension that allow people to search on devRant.
It's really new and not yet fully optimized. (also not on NPM yet)
But if some people want to use it before its "published" version, it's here:
https://github.com/Norech/...
It is also my first extension for Cerebro 😀
I'm also very happy to share it 😁2 -
That feeling when your debugging your code for two days only to relies that the file extension you passed to a method and the file extension you expected are two completely different things :facepalm:1
-
For the love of sex, can someone help me out??!!
There is a VS Code extension that helps in creating a step-by-step tutorial of a codebase. Can someone please tell me its name?!
Google is a bitch today.6 -
Looks like chrome ad block extensions (and many more) gonna have trouble or even completely stop working as of January 2023.
https://theregister.com/2022/06/...
Tldr: google will drop support for its extension platform Manifest v2 (Mv2) and will only support Mv3 which doesn't have webRequest api. It does have an alternative api called declarativeNetRequest but it dowsn't support all of webRequest api features. This will be problem for many content blocking extensions.18 -
Dear TypeScript, could you not have chosen any other extensions rather than .TS? Apparently telesync have been using .TS for IDK may be decades. But all you could go with was .TS?
Now Windows Explorer keeps on thinking .TS is a telesync file thus it keeps on trying to load a thumbnail for the files whenever a folder with .TS files are opened.9 -
So, vs2015 is crashing when the process gets to 2gb .... 32bit .net process memory limit strikes again!!! 80 projects in the solution & what looks a run away extension is taking the memory !!!
Come on M$ it should be 64bit on a 64bit system!!
Now the hunt for the extension that's causing it!! -
I got so inspired when a chrome extension i made ,was used every day and is an important part of my every day student and development workflow.
It's on github right now.7 -
Have you heard of "Thunder client"? Meh... That shit is cool. I came across it on my YouTube recommendations, installed and gave it a try. I'm probably not going back to postman.8
-
Gotta love it when you try out a different VS Code extension for a specific language and then on each autoformat, more and more spaces get inserted.
IT LIVES!3 -
So anyone here likes The Good Place?
I made this little Chrome and Firefox extension that replaces the cursing words as in The Good Place.
If you like the show, you'd probably want to test it ;)
Google Chrome
https://chrome.google.com/webstore/...
Firefox
https://addons.mozilla.org/en-US/...7 -
The best part of the day: when someone from SEO tells you how easy adding/updating an extension in magento2 should be.... Uhm, excuse me.2
-
I watch videos online in 2x or more speed most of the time. It saves me time. Anyone? I use a browser extension to easily control the speed via rhe keyboard. I think it's called Video Speed Controller or something.1
-
VSCode Extension Store, served by our friends at @MS_Headquarts won't let me leave a negative review about their crappy python extensions that change their ways more often than other people change their underwear!
The traces of shit are similar though.6 -
A very suspicious thing happened at work last Friday, security team told me to uninstall adblockplus and disconnect.me plugin 😟5
-
"The Marketplace has extensions that can help with '.disable' files"
Humor me VSCode Marketplace... what fucking extension do you recommend for my '.disable' file today?6 -
Super selfish and targeted question:
Favourite singular VSCode extension?
Not the ones everyone has / are very common, something you have that most might not, be it because it's functionality is not very useful, because it's not very known, etc...3 -
Be careful helping family, if they don't understand how a website are run and work they should not have a web-shop.
Sister who "runs" the shop never updates my payment extension nor knows how to update a single page and she wonder why my extension have so many faults even after i have updated it 5 times since i installed it for her 4 months ago and showed her how to click the "update" button. She yells and screaming i destroying her business.
And i still need to be kind to my sister; FML -
All I wanted to do want uninstall an extension from Visual Studio and then a message came up "Please update Visual Studio Installer before proceeding."2
-
Trying to code a Chrome extension with Native messaging so that it can communicate with my python script. Just kill me.
Can't even get the example from Google to install correctly.
FML4 -
When you need just simple plugin for the browser and what you get is a crypto miner fully utilizing single core :(2
-
!rant
TIL I can help support devRant for less than the cost of a coffee per month. (And you can too, if you're not already) I'm digging the edit time extension and the ++ tag in threads.
Cheers, dfox and trogus!2 -
Shout out to all Web Designers.
I have made a chrome extension to put the IPhoneX notch in every page.
Thank me later
https://github.com/itaditya/...2 -
Hey, here's an idea. Ethical cryptocurrency mining Adblock.
We've been talking a lot about mining as a revenue source and its ethics here, so that gave me an idea.
I've seen a lot of talk about blocking or boycotting mining websites.
Adblock has the "ethical ads" thing to allow reasonable ads to be displayed.
What if we made the mining equivalent of that: an extension that the user allows to mine with x resources, that prevents websites from doing their own mining, but which redistributes its mining results.
The website could just add a bit of script to tell the extension who they are, and while the page is on the foreground or streaming content, the extension would mine on their behalf.
This could also allow more transparency for the user: "your computer has generated x money for website y".
Wouldn't that be a nice middle ground? Does anyone know of a project like that?7 -
I think I found the single worst (best) extension for vscode to ever exist
It'll play pre-recorded voice lines that insult you/your code when you write something that produces an error...
It is beautiful (horrible)....
https://marketplace.visualstudio.com/...3 -
I think I have found my new favorite extension for VSCode :D
https://marketplace.visualstudio.com/... -
C# devs go crazy once they found out that kotlin has got extension methods
and some other c#-like features
Just use Scala.
There's a reason books with titles like 'Scala for Java/C# refugees' exist3 -
YouTube lyrics error
Fired up DOM tools and JS console.
Look at some of the codes.
Found out it is extension problem.
Contacted musixmatch
no answer except automated email that they are looking after it.
Then, realized just now. (Yeah, now.) that I don't need lyrics just to hear a song. Wasted 3 days and 14 hours until now. Shit.7 -
To the guy who made the chrome extension for DevRant, please make a back button. Everytime I read a comment I need to go back at the top of the news feed, which is kind of annoying.
Despite this - great job and thank you1 -
Numbers (from mac) sucks big fucking time!
Its like assuming your retarded, I cant save a file .whatever without it trying to insert the fucking numbers extension...
While buying excel what do you recommend?1 -
If someone here reads on Medium a lot, this might be useful for you: https://producthunt.com/posts/...
This is my second browser extension and it's open-source. It lets you read all Medium stories for free. Hugs and / or bugs welcome! 😇3 -
Is there is an extension in VSCode where the ";" is added (when needed) if the file extension is for the programming language which support ";" ?
I been switching back and forth from the python and C++ and my sub-conscious is killing me.
Now it's a C++ I need a ";" , moment later I am coding in python and python don't need ";" .2 -
I'm as nervous as a guy who just proposed.
I had been contributing to a vs code extension for more than 6 months now. And my contributions were good. Recently I put forth few plans for the development of the extension to the repo owner and he accepted it.
One of the ideas is to ask the owner of another similar repo to merge with us and help us make the best there is.
I had just sent a detailed mail to him and waiting for a reply. Hope he says yes 🙈 -
What is the whole hype about Vue? It just feels like angular 1 with vdom, inline styles and a custom file extension.4
-
If in emergency you have to hide porn..
Just put all in one folder and then compress
it with zip/rar and change the extension which none of your computer program can understand or just change it to .class or .cpp!5 -
Apple is fucking EVERYONE over with Safari 12. They are changing how extensions communicate with the browser, they are calling the new type of extensions Safari App Extensions. It means all current Safari Extensions will not work in Safari 12.
The problem with this is that they require all extensions to have this “backend” written in Swift with a VERY LIMITED API. Maybe you want to close a tab with your extension? “Fuck you, you’re not allowed” are Apple’s response to that. On top of this shit show their documentation is horrendous.
They will kill the extension ecosystem with this new approach, I’m sure of it, because most of the current extensions will not be able to migrate all their features to the new approach. They have built the API around specific extension types, so lots of extensions will simply not work in Safari 12. For distribution they will only allow extensions to be distributed via their new(?) Extension Store where they will review your code, just like an app for App Store. Unless you’re in the Apple Developer Program, which is $99/year.
I do not understand this change and I think it will hurt Apple in the sense that people will use other browsers where extensions are not as strictly controlled. Usually I understand Apple’s changes but this one is just beyond me. 🦆 you 🍎. -
Am I stupid? Do you know how many hours I've spent filling in forms for tests?
Why did I never think of using a random auto fill extension before now?
And bam, productivity increases dramatically3 -
Guysss!!
I have created a chrome extension to copy all tab links
And other window tab links as well. But when I was about to upload to chrome. It said, we don't give support to windows /mac / Linux . So the extension will be given support only for chrome os users.
I uploaded it.
So chrome users. Please take a look at it.
Extension name: JUST COPY.
please share the extension link with me!
Thanks in advance.4 -
Sigh.. I have both vs2013 and vs2017 open on the same project.
In 2017 an extension doesn't work.
But 2017 is easier in some things, like managing nugets.
All my coworkers use 2013, so I have to make everything works in there. And I have to use the one broken extension there.2 -
Learning how to make browser plugins by shamelessly ripping off my favourite dumb Reddit Enhancement Suite feature. DevRant Nicknames, coming Soon™️.7
-
There's a simple issue with this opensource browser extension.. actually I think I can fix that real quick and submit a pu OH WAIT!!!
I booted to Windows partition and don't have any fucking dev tools/console/package manager to install what I need!3 -
Thinking about writing a browser extension that automatically gives a thumb down to every Adam Sandler movie on Netflix. At the rate they are appearing, it's just too much manual labor.1
-
Just started using the Dark Reader extension for Firefox. Where has this been my whole life! The entire internet is now dark theme no matter what haha! My eyes are in heaven.
-
Finally created my first thing ever, a chrome extension. It was only when I finished it and tried to upload it to the web store that I saw that all new extensions are bound to Chrome OS.
FML2 -
A simple Extension to inject Download button on Instagram.
Project Type
Existing open source project
Summary
A simple Extension to inject Download button on Instagram.
Tech Stack
Almighty JS
URL
https://github.com/aashutoshrathi/... -
Please, dear god, is there a browser extension to answer all these shitty cookie/data storage/privacy popups with MY SPECIFIC ANSWER?
As a web dev I understand that websites need cookies, and as a tech company employee I understand that essential cookies as well as functional cookies are okay-ish (most of the time). I just don't want marketing cookies/tracking.
All those extensions just block the popup or block all cookies. This is not what I want!
And why the hell on earth didn't they come up with one single solution for all websites beforehand, so we dont have 6.388.164.341 different popups/bars/notifications/flyouts/drop-ins/overlays???
THIS. IS. JUST. ANNOYING.
Thank you for your attention.6 -
Install .net -> install vs code -> install C# vscode extension:
extension not working.
Great job Microsoft!
Booting back to Linux partition.11 -
This extension is awesome. You can have dark theme on every website. Although sometimes it fucks up the website layout a bit.
https://addons.mozilla.org/en-US/...3 -
You'll probably know that Google removed the direct image link in Image Search...
Is there a Chrome extension which brings that button back?
Should be easy to do because Google now embeds the original image on the search results page.4 -
One of our products has so many obscure debugging flags settable via cookie I wrote my first Chrome extension to manage them.2
-
I hate this modern fad of "composed" , "modular" extension/plug-in development. ALL I want to do is add two dropdowns to a phpBB forum, one for users and one for a single admin setting.
Guess what? I need TEN fucking files to make this extension work. Fuck your fucked dependency injection, fuck learning your whole bloody "ecosystem" (kill me already), fuck having a "tutorial" that doesn't explain what half the settings are...
It really drives me nuts that I have to spread my code over so many files to make this work.
That said, I don't really hate phpBB, but maaaaaaaan, making the simplest, dumbest thing is unnecessarily complicated.
/rant1 -
Created a VS Code extension for Ionic framework snippets
Please check it out🙂
https://marketplace.visualstudio.com/...5 -
I remember I couple years back in school nobody in my class was really tech-savvy except me and friend... Midway through class the teacher was saving a PowerPoint presentation. But when she was editing the name she started to edit the file extension not know what .pptx meant... The look of dismay me and my friend shared as she did this is one of my greatest memories of school.3
-
I have to go through roughly 700 data entries and adjust the system's data accordingly ... by hand.😑
We don't have the tools to automate this reliably, the only available tool, tells you that an error occured and what happened but not where. That would've been kinda helpful...
The problem is that the respective data object of the data entry often contains a phone number, which has to be in a standardized format ... which it is not. Every number is formatted in like 10 variations!? A dozen different separators like spaces, commas, slashes and hyphens. And it must be edited manually 😖
My solution: built a goddamn chrome extension to format the string on click. Done. Saves a few seconds each time and a lot of headache in future. Of course given the correctness of the extension.4 -
Hey all,
Need some ReactJS help:
So I was able to redo a browser extension project to fit my needs for my browser proxy project, however for some reason, the original source code doesn't seem to know the Setup class for the setup page. Webpack is not the issue but it seems it can't find the exported class, which makes the browser extension unusable. I hope you can help with my silly screwup.
Extension Source code: https://github.com/sr229/filo/...
I really lost all hope :<1 -
Yo guys you need this Chrome extension.
Litteraly so helpfull, shows code snippets in google Search
On Chrome WebStore (also on firefox)
- Greppper15 -
Made my first chrome extension today. That's why being able to code is great. I wished I could make something easier, and I did.
-
Anyone know an extension for detecting angular actually works on chrome? Tried few top rated extensions, some web sites are clearly using it, but it failed to detect. Feel like I'm the best angular detective in the world 😒2
-
OMG!! the SCSS is so Sassy..... perfect name for an extension....
SASS : Syntactically Awesome Style Sheet.
I wonder what this guy(the guy who named sass) named his child/pet1 -
f*ck chrome extensions
that shit can only be built with pure luck...
I was supposed to finish this by today evening ( I was the moron who told everyone that it will be done by today ) and I really thought it would be done by then and slept peacefully that there are no errors to haunt me tomorrow
but this .... this thing somehow evolved overnight BUT BACKWARDS!!!!
what worked last night doesn't work now and I am 100% sure that I will waste my time printing variables in console and it will start working when it is done f*cking up my mind1 -
Client´s software exports files that have .txt-extension. IN ALL CAPS. And all the other crap concerning their imports/exports, not even going there. I want someone to be held responsible.
Well, this day and then 2 week vacation! -
!rant
I get it there is some adaptation curve. If I still uncomfortable with the new devrant theme by the end of the week I'll make an extension to bring the old version back. -
Framework Style Guide:
"When extending this library, please refrain from exposing too many arguments for the stages in your pipeline. Everything that could be fixed or inferred should not require additional configuration. "
Real life:
"Adjust every fucking knob and screw to stupidly specific settings for each and every use case or gravity itself will stop working. Heed this warning for you will not have another chance. "
That's it. More a vent than a rant. -
Thank you all advanced developers to make such great extensions !
2 extension modules needed, found in 2 days, with all the bonuses.
It's saving me weeks of work. And the show goes on. -
I was at school and one of my friends asked me to help with his code. He said that his image wouldn't appear on his website.
I checked his code and it was right, so I checked his images folder.
The image he wanted to put on his HTML document was something like "prev.img". I was a bit confused. A file with a .img extension? He did put his code right, but there was still something wrong. I right clicked the image and went to the properties. The file extension was .jpg.
I eventually corrected his code but I still can't find out how he fooled himself. smh -
When you want to start developing a browser extension but seems people rare to talk about it right now1
-
!rant
Context = VS Code
What is your 'favorite/most useful/the one that saves your ass' extension for visual studio code6 -
Praise the Jesus/Allah/Buddha/Flying Spaghetti Monster, the newest Visual Studio Code version doesn't require reset after extension installation!1
-
My colleague used to leave his computer unlocked when going for lunch etc. We used to do small pranks every now and then, for instance change his keyboard layout.
One of our favorite pranks was to install a "Trololo" extension in his Chrome. It played this https://youtu.be/6S8OsJOP4Bw in the background. His WTF/minute ratio was quite high when trying to figure out the cause of it.
I miss that extension...6 -
My First ever VSCode extension is live.
https://marketplace.visualstudio.com/...
A symbols tree view provider that supports PHP/TS/JS only (for now). Any suggestions/recommendations are welcomed !!!
Boy, does it feel good to feel like a real developer again 😎8 -
YES, take that chrome debugger extension i got you to show my page! I have errors, hell yeah i can deal with i didn't include js files!
-
I just published my second chrome extension: mediumship! It lets you read any story on Medium. Feel free to try it out at https://chrome.google.com/webstore/...
-
Anybody else recently figure out that watching a 5 min tutorial on using a new tool/package/extension will save you hours of frustration?
-
Hey JS/Node combo. Get your shit together as I'm really pissed of when I see shit like this. This is why I keep myself distant from everything even remotely connected to you but this time I really want to do web extension.3
-
Once the WebExtensions process of Firefox crashes, one must restart each extension individually.
This means one has to open the add-on manager and double-click these small toggles with the cursor. When one does not double-click fast enough, the listed extension moves from the "enabled" down to the "disabled" section, and the add-on manager lacks a search feature, (Ctrl+F just actuates the "Search addons.mozilla.org" search bar), meaning one has to manually scroll and find it.
It almost seems like it is deliberately designed to annoy users.6 -
Love all lambda functions from c#, oh and extension methods. They make life way easier in c#.
From PHP: file_get_contents/file_put_contents. It does a simple job but allows many-many sources and protocols (like HTTP) to be used as sources.
Other than that - monkey patching in Ruby, wish every language had that, because there are a lot of closed-for-extension scripts out there, and when you need to override a specific thing in the code you cant. -
I have a new laptop and I copied my Firefox version 56.0.2.dmg installer with old Firefox profile. Now I still have a working Downthemall extension haha so happy it worked 😇1
-
Does anyone has the fix for GandCrab ransomware 5.0.4, but this time its extension is HRTSVCT, so far I got nothing.1
-
I tried to use a vscode extension generator and filled in name as publisher, this is what I got...
Another reason to hate JS.1 -
In the old days of Internet Explorer 6, Html 4 and bad gifs I decided to understand the meaning of an obscure (to me) file extension: html.
I was about 11. Soon transitioned to PHP, and fell into the rabbit hole of computer science. -
!rant
Just learned that Kotlin has extension properties to go along with its extension functions. Anything else I'm missing?1 -
Hey guys quick question! Can you suggest a good kindle book for python? Also, what do you write it with? Currently using vscode with python extension.5
-
when you really wanna write an extension for this software but the only API is in node. gotta rewrite it for Ruby! 😓10
-
Many of my friends used to commit unnecessarily just to increase their commits and fill the contribution graph. To remove that shit, I wrote a Chrome extension that would make your contribution graph uniform!
Link to the repo: https://github.com/ashwini0529/...2 -
And this is how to properly use devrant!
Just made some custom css changes and applied them with stylish extension. -
Not a rant but I honestly loooove vscode, I've been using it for the 2 years I think. Postman have created a vscode extension as well, I loved Thunderclient too.5
-
Bravo mail track!
But I think you got this mail after one month🤔 cause I was subscribed to debian a month ago.2 -
God damn it! And all that time I thought it's the dust causing my runny nose and sneezes and that it's exhaustion that causes G feel like 19.8 rather than 9.8.
Turns out, what happens in Grece does not necessarily stay in Grece.9 -
tldr: Fuck webpack with a big rusty pipe.
I have a class and in the construct a method is called with an imported value as the argument. This imported value is declared like this:
export const EXT = 'whatthef';
Seems like webpack moves things around in such a way that this constant isn't aceasable in all contexts.
Spent a good 4 hours figuring that out 🙃2 -
That moment when you are told the code you wrote two years ago and has been working fine until there were "no changes" made...and it turns out some stupid extension tools said to dispose of an object before it has a chance to execute
-
Always heard programmers bashing on artists because they can't keep consistent naming conventions and keep screwing up this and that. Well, i found something worst: marketing people. At least keep the extension we request on the files you are giving us :(
-
Hey guys, I built a dead simple and minimal chrome extension which will give you your web page's PageSpeed Insights score in an instant. I hope this will be a real productivity booster for web dev friends.
You can get it on Chrome web store: goo.gl/vW6tRZ
Any kind of feedback is much appreciated ^_^2 -
There is something serious about web browser extensions and the risk your data might be compromised just because of a simple stupid extension. You might harden the security of your machine and forgot about what you have installed as extensions, alot of people do not realize the risk because they simply install and give permissions as is.
The question is how to spot a malicious extension?19 -
First good open source project.
Reactstrap extension published on marketplace.
https://marketplace.visualstudio.com/...3 -
Anyone aware of an extension for VSCode that can create a branch from a task/issue in GitHub or GitLab; similar to how IntelliJ tasks work?1
-
Learned Angular2+, I'm used to eclipse, I should probably install some Angular extension... Found a great extension in the marketplace, installed it... Found out it's not free and it's expensive as hell, and the best part, you have to keep buying it every year!
Why can't I just pay that shit once? It's not a service, it's a fucking product! I don't mind paying for some new features, but why the fuck should I pay for the same software over and over?3 -
I like the look and feel of gnome, but its extension system is SO FUCKING BROKEN. Like ho-ly-shit... You need a fucking browser extension to install or update them! Since not too long you can also do that via 'tweaks', but guess what: IT DOESN'T FUCKING WORK.
...
Now that I think about it, if I need all these extensions to make gnome nicer, maybe gnome isn't all that good. Any suggestions for other wm's?1 -
Hello Renter,
what are the three (3) extensions of your favorite browser that you cannot do without in your daily workflow?11 -
Stack Overflow should implement a dark theme.
Does anyone know if StackOverFlow has a dark theme on their website?
Please don't recommend a chrome extension.8 -
There are blogs and chrome extensions for Designers, is there any web development blog/extension to update me daily on new tech/info/tricks 🤔6
-
Okay chrome debugger extension in vs code where the fuck is my page. Why the hell cant I see it you hateful son of a bitch.
-
Is there any way to browse devRant in the office like an extension or something else rather than jsrant or xmlrant?8
-
Looks like it is not possible to compile OCI8 PHP extension for PHP8 yet. Hopefully, they will add support for it very soon, I am very impatient.2
-
Is there any browser extension to see the notifications in a box and not get redirected when you click the bell? I search but couldn't find something like that.
-
Anyone Know what the 'fixer for java' chrome extension does. How bad is it?
My boss had an extension called 'fixer for java' on her chrome browser. Now to me that sounds sketchy so I'm trying to find it online to see if the description or website can alleviate my worries about the boss getting hacked but I can't, does anyone know what the hell it is for, She's out of the office tomorrow so I'm gonna run all the virus scans but if i can get some information sooner that would be great.
thank you for your time.7 -
// no rant
If you use brackets, I wrote an extension that lets you hop outside of auto-completed (), [ ], and {}. it's called TabEx and I'd love your feedback!
Install via Extension Manager or view on GitHub: /paritho/tabex -
My Snowflake Tor extension is automatically off every time I start Chrome. I have to turn it off and on for it to activate.
Works perfectly fine on Firefox though.
😕 -
Waking up with a Red wine hangover only to find out the banks changed its cc processing system. That easy to set up extension I'd planned on using today won't work... I've got to write one from scratch.
Can someone please magic me to tomorrow? -
I was working as an Intern at a startup. They denied extension of my internship. And now, after months they are calling for a Full Time position.
I mean, what attitude is this? I already have a job. What should I do?2 -
Anyone facing issue while using multiple screens with Latest version DEEPIN OS ?
In my case the two extension monitors are not getting signal6 -
So tried running my test cases to and they all failed JUST BECAUSE OF A .test.js extension
At this point I felt like shutting down -
Which extension do you recommend for VS Code, which has most of the features of SFTP package by Will Bond for Sublime Text?
-
Did anyone else get an unwanted software alert for WakaTime IDE extension?
PUA:Win32/Caypnamer.A!ml
in %UserProfile%\.wakatime\wakatime-cli-windows-amd64.exe
🤔💭2 -
it seems currently in android studio , it can't differentiate between file extension. That's why it's giving duplicate resource error during app release build , while both files extension are different.1
-
VSCode. I need to work with multiple terminals, vim and git, with this I can do all in same window with gitlens, vim extension and vscode terminals.
Fairly interested in VScodium and Veonim.1 -
2 coworker:
-we have to do that using API!
-its just a REST extension, right?
-no, they are basically the same thing. -
What is this "HTTPS Everywhere" chrome extension about??? I thought only site managers (?) can make a website https or not, and not visitors of a site. Was I wrong?!1
-
Whenever I try to copy any text from any webpage & create a list, there are a lot of things to do. Switching multiple windows, ctrl+c, ctrl+v, then again do the same for the next selected text.
Is there any Chrome extension out there to solve this exact problem? Less action to copy-paste texts?
Or should I make one? How many of you are likely to use something like this? -
I need experts in supabase please
Here is the problem: I’m writing a chrome extension with supabase. Whenever a user log in, they will get a session. However, with chrome extension, that session is not stored after you close chrome. I can store the session in chrome local storage, however, after retrieving the session, how can I log in the user with the info? I cannot find any documents on this.
Please help4 -
My first chrome extension is now out!
(Search for lazy leetcode if you are interested)
Please don’t review bomb it2 -
Anyone know any VScode extensions that allow you to add edit comments? Something that will allow me to highlight a piece of code, and write a comment in a text bubble. Similar to comments in the “Suggesting” mode of Google Docs
-
I'm try to make a color picker browser extension and I want to open eyedropper element in firefox using `EyeDropper` api but it doesn't support in firefox it is only support in chrome, is there any alternative of it in firefox?8
-
if you need to make XML documentation comments in Visual Studio 2019 and you don't feel like doing it (like me), I recommend this little extension: https://marketplace.visualstudio.com/...1
-
Initab extension is THE best Chromium new page extension I could find for me.
Do check it out: www.initab.com4 -
No one: ...
Me in Monday morning: "The mysqli extension is missing. please check your php configuration. wamp" -
TMW you have to practically rewrite your extension 'cause the vendor deprecated and replaced the entire SDK
-
So I wanted to learn rust, and I was thinking: practice is the best way so naturally I went on to leetcode
After spending 4 hours to solve two questions I was like: fuck it, why do I need to go back and forth to the discussion page, why not just show it to me.
So now I spent 4 days to develop a chrome extension that shows the top 10 solutions in the discussion page for a specific question with specific language.
I showed to friend and she was like: you look at the discussion?
The moment I realized that I developed a hot pile of garbage3 -
So I've just updated a chrome extension on an android tablet, with regex from my bed, also got said chrome extension running on said tablet...
Technology is getting good -
Arg! I'm ranting about the unofficial devrant extension nuuuuu!!!!!
I can't attach images, every time I click attach image and select the image, the notification box disappears and upon reopening, it's refreshed! Why bother with the link if it's gonna do dat!
Haxk20 wherever you are, heed my words!
(I felt guilty writing this mini rant)1