Skip to content

Instantly share code, notes, and snippets.

View noncent's full-sized avatar
💭
Bravo! 💯

Nono noncent

💭
Bravo! 💯
  • 04:50 (UTC +05:30)
View GitHub Profile
@noncent
noncent / LinkedIn-auto-delete-script.js
Last active June 4, 2023 10:58
Delete LinkedIn messages automatically in one go.
Hello everyone!
Some time ago, I was attempting to tidy up my LinkedIn account by removing unnecessary clutter.
I decided to begin by deleting all of the old messages, followed by the notifications. However,
I soon discovered that I had to manually click and delete each notification individually,
as there was no option to select and delete them in bulk. This process was quite surprising and time-consuming.
To address this issue, I created a script that automates the deletion process for you.
The script is designed to be executed in the console panel of your web browser and is written in plain JavaScript.
Its purpose is to delete old notifications, messages, and archives,
@noncent
noncent / WindowsHostManager.bat
Last active September 9, 2018 11:57
Window Host Manager is windows batch file to add entries in host file
:: WindowsHostManager.bat
@ECHO OFF
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
@jonathantneal
jonathantneal / README.md
Last active March 19, 2024 23:31
Local SSL websites on macOS Sierra

Local SSL websites on macOS Sierra

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward the edit command to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"