-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Run Code (uBlobeBM for uBlock)
- Loading branch information
1 parent
4867493
commit 626c74e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
uBlobeBM is a tool that can run bookmarklets using uBlock Origin. It's very useful if bookmarklets don't work on your device or if they are blocked by your administrator. | ||
|
||
How to setup uBlobeBM: | ||
-> Make sure that you have uBlock Origin installed on your computer. If you dont, download it at https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm. | ||
-> Go to chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/advanced-settings.html | ||
-> Find userResourcesLocation and change it from unset to https://raw.githubusercontent.com/Blobby-Boi/uBlobeBM/refs/heads/main/blob.js | ||
-> Go to chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/1p-filters.html | ||
-> Add the following line of code: *##+js(blob.js) | ||
|
||
How to use uBlobeBM: | ||
-> Press CTRL + Shift + ~ | ||
-> Where it says "Enter bookmarklet here", enter the bookmarklet code. Then click on the green "Add Bookmarklet" button. | ||
-> It will prompt you for how you want it to be called. Name it something that makes sense, because once you have a long list of bookmarklets you want it to be easy to tell which one's which. | ||
-> Once you enter the name, you should see the bookmarklet show up. It consists of 4 buttons: The blue button is to run the bookmarklet, the red button is to remove the bookmarklet, | ||
and the other 2 buttons are to rename the bookmarklet and edit the bookmarklet. Hovering over the blue button for a few seconds reveals the bookmarklet code. | ||
-> You can add as many bookmarklets as you need onto uBlobeBM. The bookmarklets will save even if you close the window or shut down your device. | ||
|
||
Credits: | ||
https://github.com/Blobby-Boi | Blobby-Boi | ||
https://github.com/Blobby-Boi/uBlobeBM |