diff --git a/Pennywise.user.js b/Pennywise.user.js
index dc8ca2c..371ddec 100644
--- a/Pennywise.user.js
+++ b/Pennywise.user.js
@@ -1,193 +1,291 @@
// ==UserScript==
// @name Pennywise
// @namespace hardy.pennywise
-// @version 1.3
+// @version 2.0
// @description Records your transactions
// @author Hardy[2131687]
-// @match https://www.torn.com/imarket.php*
-// @match https://www.torn.com/bazaar.php*
-// @match https://www.torn.com/item.php*
-// @match https://www.torn.com/profiles.php*
-// @match https://www.torn.com/sendcash.php*
-// @match https://www.torn.com/preferences.php*
-// @match https://www.torn.com/index.php*
-// @match https://www.torn.com/pmarket.php*
+// @match https://www.torn.com/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant GM_xmlhttpRequest
-// @connect script.google.com
+// @grant unsafeWindow
+// @connect script.google.com
// ==/UserScript==
(function() {
- 'use strict';
- //getting your script's settings
- var webapp = GM_getValue('link');
- var bazaar = GM_getValue('bazaar');
- var imarket = GM_getValue('imarket');
- var points = GM_getValue('points');
- var cash = GM_getValue('cash');
- var items = GM_getValue('items');
- var foreign = GM_getValue('foreign');
-
- //defining HTML to be added to Preference page so you can have options.
- if (bazaar === true) {
- var bazaar_inp = '';
- } else {
- var bazaar_inp = '';
- }
- if (webapp) {
- var link_value = ' value ='+webapp;
- } else {
- var link_value = '';
- }
- if (imarket === true) {
- var imarket_inp = '';
- } else {
- var imarket_inp = '';
- }
- if (points === true) {
- var points_inp = '';
- } else {
- var points_inp = '';
- }
- if (cash === true) {
- var cash_inp = '';
- } else {
- var cash_inp = '';
- }
- if (items === true) {
- var items_inp = '';
- } else {
- var items_inp = '';
- }
- if (foreign === true) {
- var foreign_inp = '';
- } else {
- var foreign_inp = '';
- }
-
- var html = '
Hi!! You are using Pennywise script, which has recently been updated. Some changes were also made to the Spreadsheet. Please update the Spreadsheet code to make sure that the script works properly.
+Go to this page for more information.
+