Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.42 KB

Tamperish for Safari

Tamperish is developed to be an easy-to-use user styles & scripts injection tool. 💉 It allows you to tamper with web pages using CSS & JavaScript snippets pretty much any way possible. 👷‍♂️

Main window of Tamperish

Tamperish attempts to recover most of the customisation abilities formerly provided by Tampermonkey and Stylish extensions, but using a simpler, more strict injection hierarchy. 👾

Customisation examples

Some examples of how can Tamperish be used for customisation are now available on GitHub, too!

https://github.com/username0x0a/Tamperish-tweaks

Feel free to use these as inspiration and eventually push your own contributions, too! 🙏

How to use

  • Open the app
  • Pick a Tampers folder where all customisation files will be stored 🗂
  • Add some Tamper files (either CSS styles or JavaScript scripts) according to the hierarchy described below: 🖍 Folder structure
    • www.google.com folder will be applied on Google Search page
    • com folder contents will be applied on all com domains
    • Tamper files placed directly to the Tampers folder will be applied everywhere
  • Enable the extension in Safari preferences – can be done by clicking the On/Off button in the app
  • Refresh the desired web page & profit. 👍

Page style snippet example