- Google Chrome with latest version (mine is: 94).
Maybe:
- Microsoft Windows 10 (mine is: 20H2);
javascript: (function() { | |
console.log("[\"Y2mate\" bookmarklet][log]\nStatus: script starts executing."); | |
const YoutubeSites = ["https://www.youtube.com/", "https://youtu.be/"]; | |
if (!WBMsites.includes(this.document.location.href)) {} | |
return false; | |
})(); |
(function() { | |
var script = document.createElement('script'); | |
script.async = 1; | |
script.src = '<url to script>'; | |
document.getElementsByTagName('body')[0].appendChild(script); | |
})(); |
javascript:(() => { | |
return console.log("Moved to https://github.com/Gesugao-san/archive-wbm-save-addons"); | |
})(); |
@ECHO OFF | |
CLS | |
ECHO ****************** | |
ECHO Moved to: https://github.com/Gesugao-san/list_remotes | |
ECHO ****************** | |
PAUSE | |
EXIT /B %ERRORLEVEL% |
If you install custom theme on your system you might suffer from each login for the re appliying your theme.
To fixing delete Default Colors
folder on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\
path on regedit.
Now I hope you not able to get same issue on your computer.
Find the Discord channel in which you would like to send commits and other updates
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
<!-- STARTING POINT: A simple table that will have borders --> | |
<table> | |
<tbody> | |
<tr> | |
<td>Column One</td> | |
<td>Column One</td> | |
</tr> | |
<tr> | |
<td>Content of column one</td> |