This is a userscript for adding custom background videos and images as google meet background. This works even if the custom background is disabled by the admin (Gsuit feature). This supports .png .jpg/.jpeg .mp4 .gif. If you try to use this by pasting in the webConsole, it wont work!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x=msgbox("We're no strangers to love",1+64,"Rick Astley") | |
| x=msgbox("You know the rules and so do I",1+64,"Rick Astley") | |
| x=msgbox("A full commitment's what I'm thinking of",1+64,"Rick Astley") | |
| x=msgbox("You wouldn't get this from any other guy",1+64,"Rick Astley") | |
| x=msgbox("I just wanna tell you how I'm feeling",1+64,"Rick Astley") | |
| x=msgbox("Gotta make you understand",1+64,"Rick Astley") | |
| x=msgbox("Never gonna give you up",1+64,"Rick Astley") | |
| x=msgbox("Never gonna let you down",1+64,"Rick Astley") | |
| x=msgbox("Never gonna run around and desert you",1+64,"Rick Astley") | |
| x=msgbox("Never gonna make you cry",1+64,"Rick Astley") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public string randomID(int length = 5) | |
| { | |
| const string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; | |
| var random = new Random(); | |
| var randomString = new string(Enumerable.Repeat(chars, length).Select(s => s[random.Next(s.Length)]).ToArray()); | |
| return randomString; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function GetName() { | |
| // Function to choose Random Item from array | |
| function RandomArray(items) { | |
| return items[Math.floor(Math.random()*items.length)]; | |
| } | |
| // First Name Array | |
| A=['admiring','adoring','affectionate','agitated','amazing','angry','awesome','blissful','boring','brave','clever','cocky','compassionate','competent','condescending','confident','cranky','dazzling','determined','distracted','dreamy','eager','ecstatic','elastic','elated','elegant','eloquent','epic','fervent','festive','flamboyant','focused','friendly','frosty','gallant','gifted','goofy','gracious','happy','hardcore','heuristic','hopeful','hungry','infallible','inspiring','jolly','jovial','keen','kind','laughing','loving','lucid','mystifying','modest','musing','naughty','nervous','nifty','nostalgic','objective','optimistic','peaceful','pedantic','pensive','practical','priceless','quirky','quizzical','relaxed','reverent','romantic','sad','serene','sharp','silly','sleepy','stoic','stupefied |
This is a Wrapper for Imgur to upload images easily!
- Firstly, Get a Client Id from Imgur Check this out
- Create an Input element with
type="file"attribute and any selector, eg. id:#imgur
Disable Delete, Clear Char, Delete Chat, All the Delete icons from whatsapp web!
- STEP 1 : Install Tampermonkey
- STEP 2 : Add the usescript below
And that's it..
For further security, by preventing of tampermonkey uninstall.. follow the below steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var itemsToRemove = [ | |
| ".nav-list", | |
| ".nav", | |
| ".review-exam-filter", | |
| ".re-subject-row", | |
| "#review-tab", | |
| "legend", | |
| ".discuss-actions2", "#header", | |
| ".re-correct-answer:has(> p)" | |
| ]; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| According to all known laws of aviation, there is no way a bee should be able to fly. | |
| Its wings are too small to get its fat little body off the ground. | |
| The bee, of course, flies anyway because bees don't care what humans think is impossible. | |
| Yellow, black. Yellow, black. Yellow, black. Yellow, black. | |
| Ooh, black and yellow! | |
| Let's shake it up a little. | |
| Barry! Breakfast is ready! | |
| Coming! | |
| Hang on a second. | |
| Hello? |
OlderNewer