Some funnies for ghost website modifications
- Go to the folder of the script you want to install. In my case I will be installing the Github Avatar Magnifier.
- Once in the folder, look for the name of the script with _tampermonkey at the end and click on it. You should now be looking at this.
- Click on the
Raw
button
- Now copy
ctrl+a
and thenctrl+c
the code. - Get tampermonkey for your browser by searching up "tampermonkey" in your browser and installing it. An icon should appear in the top right corner of the browser
- Click on the icon and click
create new script
- Now paste
ctrl+v
the code into the text box and save the scriptctrl+s
- The script is now ready to be used! A number should light up above the icon when visiting a website where a script is used:
- Go to the folder of the script you want to use. In my case I will be using the Random Image Replacer.
- Once in the folder, look for the name of the script without _tampermonkey at the end and click on it. You should now be looking at this.
- Click on the
Raw
button
- Now copy
ctrl+a
and thenctrl+c
the code. - Go to the website you want to use this on. In my case I will go to https://linuxmint.com/
- Now open the console by pressing f12 or
ctrl+shift+i
- Go to this part of the console:
- Paste the copied code into the console, press enter and watch the magic take place!
Before opening an issue, please read the already known errors listed below
I will hopefully fix all the known issues pretty soon.
Known issues:
- Avatars in commit lists on github are not resized
- Some site's images are not changed. This is hard to fix as it sometimes breaks the website
Opening a new issue: Just follow the default issue report layout lmao
- Fork this
- Apply changes
- Create pull request
ight k bye