Skip to content

luckycdev/bookmarklets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmarklets

moved all my bookmarklets from my gists to here


bookmarklets have been disabled for newer chrome versions i think :-(


if your school lets you use uBlock Origin then you can still use bookmarklets


uBlock Origin Guide Step 1


Create a pastebin of javascript you want, starting each one with /// Name.js -- IMPORTANT: make sure you have the space between the /// and the name!


Then copy the raw link



uBlock Origin Guide Step 2


Click on the extension and find the settings button



uBlock Origin Guide Step 3


Scroll down and enable advanced settings, then paste your link in userResourcesLocation



uBlock Origin Guide Step 4


Go to the "My filters" tab at the top, and type the url you want the javascript to run on, then ##+js(NAME_OF_SCRIPT.js)


If you want the javascript to run on every page, then put * instead of the website name.


examples:
youtube.com##+js(calculator.js)
*##+js(test.js)


For every script just make a new line.



uBlock Origin Guide Finished


you are now done and good to go on the site and it will run. every time you add a new script you have to make a new pastebin and put it in userResourcesLocation


About

moved all my bookmarklets from my gists to here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published